#5E1662

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

Shades of Palatinate Purple #5E1662

Tints of Palatinate Purple #5E1662

Color information

#5E1662 (or 0x5E1662) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 16 and 62. RGB value is (94,22,98). Sum of RGB (Red+Green+Blue) = 94+22+98=214 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.93% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #5E1662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1662 is #A1E99D. Grayscale: #333333. Windows color (decimal): -10611102 or 6428254. OLE color: 6428254.

HSL color Cylindrical-coordinate representation of color #5E1662: hue angle of 296.84º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E1662 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB942298-
CMYK0.040.7800.62
HSL296.84º63.33%23.53%-
HSV(B)296.84º77.55%38.43%-
XYZ7.113.8411.92-
YUV52.19153.85157.82-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 43.93%
GREEN value IS 22 (8.98% from 255) = 10.28%
BLUE value IS 98 (38.67% from 255) = 45.79%
R=43.93%
G=10.28%
B=45.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9422980.040.7800.62296.8463.3323.53
Hex5E166244E03E1293f18
Octal1362614241160764517730
Binary10111101011011000101001001110011111010010100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,22,98); }

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

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

 a { background-color: rgb(94,22,98); }

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

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

 span { border-color: rgb(94,22,98); }

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