#5E1766

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

Shades of Palatinate Purple #5E1766

Tints of Palatinate Purple #5E1766

Color information

#5E1766 (or 0x5E1766) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 17 and 66. RGB value is (94,23,102). Sum of RGB (Red+Green+Blue) = 94+23+102=219 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.92% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #5E1766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1766 is #A1E899. Grayscale: #343434. Windows color (decimal): -10610842 or 6690654. OLE color: 6690654.

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

Color convert

RGB9423102-
CMYK0.080.7700.6
HSL293.92º63.2%24.51%-
HSV(B)293.92º77.45%40%-
XYZ7.323.9512.95-
YUV53.24155.52157.08-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.92%
GREEN value IS 23 (9.38% from 255) = 10.50%
BLUE value IS 102 (40.23% from 255) = 46.58%
R=42.92%
G=10.50%
B=46.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal94231020.080.7700.6293.9263.224.51
Hex5E176684D03C1263f19
Octal13627146101150744467731
Binary101111010111110011010001001101011110010010011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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