#5E1551

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

Shades of Palatinate Purple #5E1551

Tints of Palatinate Purple #5E1551

Color information

#5E1551 (or 0x5E1551) is unknown color: approx Palatinate Purple. HEX triplet: 5E, 15 and 51. RGB value is (94,21,81). Sum of RGB (Red+Green+Blue) = 94+21+81=196 (25% of max value = 765). Red value is 94 (37.11% from 255 or 47.96% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1551 is #A1EAAE. Grayscale: #313131. Windows color (decimal): -10611375 or 5313886. OLE color: 5313886.

HSL color Cylindrical-coordinate representation of color #5E1551: hue angle of 310.68º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5E1551 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB942181-
CMYK00.780.140.63
HSL310.68º63.48%22.55%-
HSV(B)310.68º77.66%36.86%-
XYZ6.373.518.13-
YUV49.67145.68159.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 47.96%
GREEN value IS 21 (8.59% from 255) = 10.71%
BLUE value IS 81 (32.03% from 255) = 41.33%
R=47.96%
G=10.71%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94218100.780.140.63310.6863.4822.55
Hex5E155104EE3F1373f17
Octal13625121011616774677727
Binary101111010101101000101001110111011111110011011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,21,81); }

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

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

 a { background-color: rgb(94,21,81); }

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

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

 span { border-color: rgb(94,21,81); }

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