#6E045E

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

Shades of Palatinate Purple #6E045E

Tints of Palatinate Purple #6E045E

Color information

#6E045E (or 0x6E045E) is unknown color: approx Palatinate Purple. HEX triplet: 6E, 04 and 5E. RGB value is (110,4,94). Sum of RGB (Red+Green+Blue) = 110+4+94=208 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.88% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 110 - color contains mainly: red. Hex color #6E045E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E045E is #91FBA1. Grayscale: #2D2D2D. Windows color (decimal): -9567138 or 6161518. OLE color: 6161518.

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

Color convert

RGB110494-
CMYK00.960.150.57
HSL309.06º92.98%22.35%-
HSV(B)309.06º96.36%43.14%-
XYZ8.494.2110.95-
YUV45.95155.12173.68-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 52.88%
GREEN value IS 4 (1.95% from 255) = 1.92%
BLUE value IS 94 (37.11% from 255) = 45.19%
R=52.88%
G=1.92%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11049400.960.150.57309.0692.9822.35
Hex6E45E060F391355d16
Octal15641360140177146513526
Binary11011101001011110011000001111111001100110101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E045E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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