#6E4265

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

Shades of Palatinate Purple #6E4265

Tints of Palatinate Purple #6E4265

Color information

#6E4265 (or 0x6E4265) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 42 and 65. RGB value is (110,66,101). Sum of RGB (Red+Green+Blue) = 110+66+101=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4265 is #91BD9A. Grayscale: #535353. Windows color (decimal): -9551259 or 6636142. OLE color: 6636142.

HSL color Cylindrical-coordinate representation of color #6E4265: hue angle of 312.27º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E4265 is Cyan = 0, Magento = 0.4, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB11066101-
CMYK00.40.080.57
HSL312.27º25%34.51%-
HSV(B)312.27º40%43.14%-
XYZ10.738.1513.32-
YUV83.15138.08147.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.71%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=39.71%
G=23.83%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1106610100.40.080.57312.272534.51
Hex6E42650288391381923
Octal15610214505010714703143
Binary1101110100001011001010101000100011100110011100011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,66,101); }

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

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

 a { background-color: rgb(110,66,101); }

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

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

 span { border-color: rgb(110,66,101); }

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