#5E045A

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

Shades of Palatinate Purple #5E045A

Tints of Palatinate Purple #5E045A

Color information

#5E045A (or 0x5E045A) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 04 and 5A. RGB value is (94,4,90). Sum of RGB (Red+Green+Blue) = 94+4+90=188 (24% of max value = 765). Red value is 94 (37.11% from 255 or 50% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 94 - color contains mainly: red. Hex color #5E045A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E045A is #A1FBA5. Grayscale: #282828. Windows color (decimal): -10615718 or 5899358. OLE color: 5899358.

HSL color Cylindrical-coordinate representation of color #5E045A: hue angle of 302.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E045A is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB94490-
CMYK00.960.040.63
HSL302.67º91.84%19.22%-
HSV(B)302.67º95.74%36.86%-
XYZ6.53.29.95-
YUV40.71155.82166.01-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 2.13%
BLUE value IS 90 (35.55% from 255) = 47.87%
R=50%
G=2.13%
B=47.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9449000.960.040.63302.6791.8419.22
Hex5E45A06043F12f5c13
Octal1364132014047745713423
Binary1011110100101101001100000100111111100101111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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