#6C3E66

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

Shades of Palatinate Purple #6C3E66

Tints of Palatinate Purple #6C3E66

Color information

#6C3E66 (or 0x6C3E66) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 3E and 66. RGB value is (108,62,102). Sum of RGB (Red+Green+Blue) = 108+62+102=272 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.71% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3E66 is #93C199. Grayscale: #505050. Windows color (decimal): -9683354 or 6700652. OLE color: 6700652.

HSL color Cylindrical-coordinate representation of color #6C3E66: hue angle of 307.83º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C3E66 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB10862102-
CMYK00.430.060.58
HSL307.83º27.06%33.33%-
HSV(B)307.83º42.59%42.35%-
XYZ10.317.5913.49-
YUV80.31140.24147.75-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.71%
GREEN value IS 62 (24.61% from 255) = 22.79%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=39.71%
G=22.79%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1086210200.430.060.58307.8327.0633.33
Hex6C3E6602B63A1341b21
Octal154761460536724643341
Binary11011001111101100110010101111011101010011010011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,62,102); }

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

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

 a { background-color: rgb(108,62,102); }

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

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

 span { border-color: rgb(108,62,102); }

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