#6C4162

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

Shades of Palatinate Purple #6C4162

Tints of Palatinate Purple #6C4162

Color information

#6C4162 (or 0x6C4162) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 41 and 62. RGB value is (108,65,98). Sum of RGB (Red+Green+Blue) = 108+65+98=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4162 is #93BE9D. Grayscale: #515151. Windows color (decimal): -9682590 or 6439276. OLE color: 6439276.

HSL color Cylindrical-coordinate representation of color #6C4162: hue angle of 313.95º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C4162 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB1086598-
CMYK00.400.090.58
HSL313.95º24.86%33.92%-
HSV(B)313.95º39.81%42.35%-
XYZ10.287.8512.53-
YUV81.62137.25146.82-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.85%
GREEN value IS 65 (25.78% from 255) = 23.99%
BLUE value IS 98 (38.67% from 255) = 36.16%
R=39.85%
G=23.99%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108659800.400.090.58313.9524.8633.92
Hex6C416202893A13a1922
Octal15410114205011724723142
Binary1101100100000111000100101000100111101010011101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C4162; }

 p { color: rgb(108,65,98); }

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

<style>
 a { background-color: #6C4162; }

 a { background-color: rgb(108,65,98); }

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

<style>
 span { border-color: #6C4162; }

 span { border-color: rgb(108,65,98); }

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