#6E0E5E

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

Shades of Palatinate Purple #6E0E5E

Tints of Palatinate Purple #6E0E5E

Color information

#6E0E5E (or 0x6E0E5E) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 0E and 5E. RGB value is (110,14,94). Sum of RGB (Red+Green+Blue) = 110+14+94=218 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.46% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0E5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0E5E is #91F1A1. Grayscale: #333333. Windows color (decimal): -9564578 or 6164078. OLE color: 6164078.

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

Color convert

RGB1101494-
CMYK00.870.150.57
HSL310º77.42%24.31%-
HSV(B)310º87.27%43.14%-
XYZ8.614.4410.99-
YUV51.82151.8169.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 50.46%
GREEN value IS 14 (5.86% from 255) = 6.42%
BLUE value IS 94 (37.11% from 255) = 43.12%
R=50.46%
G=6.42%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110149400.870.150.5731077.4224.31
Hex6EE5E057F391364d18
Octal156161360127177146611530
Binary110111011101011110010101111111111001100110110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,14,94); }

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

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

 a { background-color: rgb(110,14,94); }

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

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

 span { border-color: rgb(110,14,94); }

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