Html Css Color HEX #5E1550 Palatinate Purple

📋 copy color: '#5E1550'

red 94 ◦ green 21 ◦ blue 80

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

Shades of Palatinate Purple #5E1550

Tints of Palatinate Purple #5E1550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 41.03%

R = 48.21%
G = 10.77%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.63

RGB Variations

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

Color information

#5E1550 (or 0x5E1550) is known color: Palatinate Purple. HEX triplet: 5E, 15 and 50. RGB value is (94,21,80). Sum of RGB (Red+Green+Blue) = 94+21+80=195 (25% of max value = 765). Red value is 94 (37.11% from 255 or 48.21% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1550 is #A1EAAF. Grayscale: #313131. Windows color (decimal): -10611376 or 5248350. OLE color: 5248350.

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

Color convert

RGB 94 21 80 -
CMYK 0 0.78 0.15 0.63
HSL 311.51º 0.63% 0.23% -
HSV(B) 311.51º 0.78% 0.37% -
XYZ 6.33 3.5 7.93 -
YUV 49.55 145.18 159.7 -
System Red Green Blue C M Y K H S L
Decimal 94 21 80 0 0.78 0.15 0.63 311.51 0.63 0.23
Hex 5E 15 50 0 4E F 3F 138 3F 17
Octal 136 25 120 0 116 17 77 470 77 27
Binary 1011110 10101 1010000 0 1001110 1111 111111 100111000 111111 10111

Color Harmonies of #5E1550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1550

Black with #5E1550

Text Example


Text Example

White with #5E1550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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