#5E1866

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

Shades of Palatinate Purple #5E1866

Tints of Palatinate Purple #5E1866

Color information

#5E1866 (or 0x5E1866) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 18 and 66. RGB value is (94,24,102). Sum of RGB (Red+Green+Blue) = 94+24+102=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: blue. Hex color #5E1866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1866 is #A1E799. Grayscale: #353535. Windows color (decimal): -10610586 or 6690910. OLE color: 6690910.

HSL color Cylindrical-coordinate representation of color #5E1866: hue angle of 293.85º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E1866 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9424102-
CMYK0.080.7600.6
HSL293.85º61.9%24.71%-
HSV(B)293.85º76.47%40%-
XYZ7.343.9912.95-
YUV53.82155.19156.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.73%
GREEN value IS 24 (9.77% from 255) = 10.91%
BLUE value IS 102 (40.23% from 255) = 46.36%
R=42.73%
G=10.91%
B=46.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal94241020.080.7600.6293.8561.924.71
Hex5E186684C03C1263e19
Octal13630146101140744467631
Binary101111011000110011010001001100011110010010011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E1866; }

 p { color: rgb(94,24,102); }

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

<style>
 a { background-color: #5E1866; }

 a { background-color: rgb(94,24,102); }

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

<style>
 span { border-color: #5E1866; }

 span { border-color: rgb(94,24,102); }

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