#6E4066

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

Shades of Palatinate Purple #6E4066

Tints of Palatinate Purple #6E4066

Color information

#6E4066 (or 0x6E4066) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 40 and 66. RGB value is (110,64,102). Sum of RGB (Red+Green+Blue) = 110+64+102=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4066 is #91BF99. Grayscale: #515151. Windows color (decimal): -9551770 or 6701166. OLE color: 6701166.

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

Color convert

RGB11064102-
CMYK00.420.070.57
HSL310.43º26.44%34.12%-
HSV(B)310.43º41.82%43.14%-
XYZ10.667.9413.54-
YUV82.09139.24147.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.86%
GREEN value IS 64 (25.39% from 255) = 23.19%
BLUE value IS 102 (40.23% from 255) = 36.96%
R=39.86%
G=23.19%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1106410200.420.070.57310.4326.4434.12
Hex6E406602A7391361a22
Octal1561001460527714663242
Binary110111010000001100110010101011111100110011011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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