Html Css Color HEX #5E1557 Palatinate Purple

📋 copy color: '#5E1557'

red 94 ◦ green 21 ◦ blue 87

#5E1557
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #5E1557

Tints of Palatinate Purple #5E1557

RGB

 RED value IS 94 (37.11% from 255) = 46.53%

 GREEN value IS 21 (8.59% from 255) = 10.4%

 BLUE value IS 87 (34.38% from 255) = 43.07%

R = 46.53%
G = 10.4%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.63

RGB Variations

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

Color information

#5E1557 (or 0x5E1557) is known color: Palatinate Purple. HEX triplet: 5E, 15 and 57. RGB value is (94,21,87). Sum of RGB (Red+Green+Blue) = 94+21+87=202 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.53% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1557 is #A1EAA8. Grayscale: #323232. Windows color (decimal): -10611369 or 5707102. OLE color: 5707102.

HSL color Cylindrical-coordinate representation of color #5E1557: hue angle of 305.75º 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 #5E1557 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 21 87 -
CMYK 0 0.78 0.07 0.63
HSL 305.75º 0.63% 0.23% -
HSV(B) 305.75º 0.78% 0.37% -
XYZ 6.6 3.6 9.36 -
YUV 50.35 148.68 159.13 -
System Red Green Blue C M Y K H S L
Decimal 94 21 87 0 0.78 0.07 0.63 305.75 0.63 0.23
Hex 5E 15 57 0 4E 7 3F 132 3F 17
Octal 136 25 127 0 116 7 77 462 77 27
Binary 1011110 10101 1010111 0 1001110 111 111111 100110010 111111 10111

Color Harmonies of #5E1557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1557

Black with #5E1557

Text Example


Text Example

White with #5E1557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E1557;
 }
 .AnyTagClassName
 {
   color: #5E1557;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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