#6E3E66

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

Shades of Palatinate Purple #6E3E66

Tints of Palatinate Purple #6E3E66

Color information

#6E3E66 (or 0x6E3E66) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 3E and 66. RGB value is (110,62,102). Sum of RGB (Red+Green+Blue) = 110+62+102=274 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.15% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3E66 is #91C199. Grayscale: #505050. Windows color (decimal): -9552282 or 6700654. OLE color: 6700654.

HSL color Cylindrical-coordinate representation of color #6E3E66: hue angle of 310º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E3E66 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB11062102-
CMYK00.440.070.57
HSL310º27.91%33.73%-
HSV(B)310º43.64%43.14%-
XYZ10.557.7213.5-
YUV80.91139.9148.75-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.15%
GREEN value IS 62 (24.61% from 255) = 22.63%
BLUE value IS 102 (40.23% from 255) = 37.23%
R=40.15%
G=22.63%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1106210200.440.070.5731027.9133.73
Hex6E3E6602C7391361c22
Octal156761460547714663442
Binary11011101111101100110010110011111100110011011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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