Html Css Color HEX #5E1851 Palatinate Purple

📋 copy color: '#5E1851'

red 94 ◦ green 24 ◦ blue 81

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

Shades of Palatinate Purple #5E1851

Tints of Palatinate Purple #5E1851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.06%

 BLUE value IS 81 (32.03% from 255) = 40.7%

R = 47.24%
G = 12.06%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

#5E1851 (or 0x5E1851) is known color: Palatinate Purple. HEX triplet: 5E, 18 and 51. RGB value is (94,24,81). Sum of RGB (Red+Green+Blue) = 94+24+81=199 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.24% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1851 is #A1E7AE. Grayscale: #333333. Windows color (decimal): -10610607 or 5314654. OLE color: 5314654.

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

Color convert

RGB 94 24 81 -
CMYK 0 0.74 0.14 0.63
HSL 311.14º 0.59% 0.23% -
HSV(B) 311.14º 0.74% 0.37% -
XYZ 6.43 3.63 8.15 -
YUV 51.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 94 24 81 0 0.74 0.14 0.63 311.14 0.59 0.23
Hex 5E 18 51 0 4A E 3F 137 3B 17
Octal 136 30 121 0 112 16 77 467 73 27
Binary 1011110 11000 1010001 0 1001010 1110 111111 100110111 111011 10111

Color Harmonies of #5E1851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1851

Black with #5E1851

Text Example


Text Example

White with #5E1851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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