#5E2152

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

Shades of Palatinate Purple #5E2152

Tints of Palatinate Purple #5E2152

Color information

#5E2152 (or 0x5E2152) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 21 and 52. RGB value is (94,33,82). Sum of RGB (Red+Green+Blue) = 94+33+82=209 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.98% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2152 is #A1DEAD. Grayscale: #383838. Windows color (decimal): -10608302 or 5382494. OLE color: 5382494.

HSL color Cylindrical-coordinate representation of color #5E2152: hue angle of 311.8º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E2152 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB943382-
CMYK00.650.130.63
HSL311.8º48.03%24.9%-
HSV(B)311.8º64.89%36.86%-
XYZ6.684.088.42-
YUV56.82142.21154.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 44.98%
GREEN value IS 33 (13.28% from 255) = 15.79%
BLUE value IS 82 (32.42% from 255) = 39.23%
R=44.98%
G=15.79%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94338200.650.130.63311.848.0324.9
Hex5E2152041D3F1383019
Octal13641122010115774706031
Binary1011110100001101001001000001110111111110011100011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,33,82); }

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

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

 a { background-color: rgb(94,33,82); }

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

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

 span { border-color: rgb(94,33,82); }

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