#6E3D66

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

Shades of Palatinate Purple #6E3D66

Tints of Palatinate Purple #6E3D66

Color information

#6E3D66 (or 0x6E3D66) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 3D and 66. RGB value is (110,61,102). Sum of RGB (Red+Green+Blue) = 110+61+102=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3D66 is #91C299. Grayscale: #505050. Windows color (decimal): -9552538 or 6700398. OLE color: 6700398.

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

Color convert

RGB11061102-
CMYK00.450.070.57
HSL309.8º28.65%33.53%-
HSV(B)309.8º44.55%43.14%-
XYZ10.57.6113.49-
YUV80.32140.23149.17-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.29%
GREEN value IS 61 (24.22% from 255) = 22.34%
BLUE value IS 102 (40.23% from 255) = 37.36%
R=40.29%
G=22.34%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1106110200.450.070.57309.828.6533.53
Hex6E3D6602D7391361d22
Octal156751460557714663542
Binary11011101111011100110010110111111100110011011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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