#5E2055

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

Shades of Palatinate Purple #5E2055

Tints of Palatinate Purple #5E2055

Color information

#5E2055 (or 0x5E2055) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 20 and 55. RGB value is (94,32,85). Sum of RGB (Red+Green+Blue) = 94+32+85=211 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.55% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2055 is #A1DFAA. Grayscale: #383838. Windows color (decimal): -10608555 or 5578846. OLE color: 5578846.

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

Color convert

RGB943285-
CMYK00.660.100.63
HSL308.71º49.21%24.71%-
HSV(B)308.71º65.96%36.86%-
XYZ6.774.079.02-
YUV56.58144.04154.69-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 44.55%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 85 (33.59% from 255) = 40.28%
R=44.55%
G=15.17%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94328500.660.100.63308.7149.2124.71
Hex5E2055042A3F1353119
Octal13640125010212774656131
Binary1011110100000101010101000010101011111110011010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,32,85); }

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

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

 a { background-color: rgb(94,32,85); }

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

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

 span { border-color: rgb(94,32,85); }

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