#622D5B

Color #622D5B Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #622D5B

Tints of Palatinate Purple #622D5B

Color information

#622D5B (or 0x622D5B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 2D and 5B. RGB value is (98,45,91). Sum of RGB (Red+Green+Blue) = 98+45+91=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 98 - color contains mainly: red. Hex color #622D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622D5B is #9DD2A4. Grayscale: #414141. Windows color (decimal): -10343077 or 5975394. OLE color: 5975394.

HSL color Cylindrical-coordinate representation of color #622D5B: hue angle of 307.92º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #622D5B is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB984591-
CMYK00.540.070.62
HSL307.92º37.06%28.04%-
HSV(B)307.92º54.08%38.43%-
XYZ7.865.2310.49-
YUV66.09142.06150.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 41.88%
GREEN value IS 45 (17.97% from 255) = 19.23%
BLUE value IS 91 (35.94% from 255) = 38.89%
R=41.88%
G=19.23%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98459100.540.070.62307.9237.0628.04
Hex622D5B03673E134251c
Octal142551330667764644534
Binary11000101011011011011011011011111111010011010010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622D5B; }

 p { color: rgb(98,45,91); }

 H1.HeaderClassName
 {
   color: #622D5B;
 }
 .AnyTagClassName
 {
   color: #622D5B;
 }
</style>
background-color css

<style>
 a { background-color: #622D5B; }

 a { background-color: rgb(98,45,91); }

 div.DivClassName
 {
   background-color: #622D5B;
 }
 .BgClassName
 {
   background-color: #622D5B;
 }
</style>
border-color css

<style>
 span { border-color: #622D5B; }

 span { border-color: rgb(98,45,91); }

 td.TdClassName
 {
   border-color: #622D5B;
 }
 .TagClassName
 {
   border-color: #622D5B;
 }
</style>