Html Css Color HEX #5E1950 Palatinate Purple

📋 copy color: '#5E1950'

red 94 ◦ green 25 ◦ blue 80

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

Shades of Palatinate Purple #5E1950

Tints of Palatinate Purple #5E1950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.56%

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

R = 47.24%
G = 12.56%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.63

RGB Variations

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

Color information

#5E1950 (or 0x5E1950) is known color: Palatinate Purple. HEX triplet: 5E, 19 and 50. RGB value is (94,25,80). Sum of RGB (Red+Green+Blue) = 94+25+80=199 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.24% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1950 is #A1E6AF. Grayscale: #333333. Windows color (decimal): -10610352 or 5249374. OLE color: 5249374.

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

Color convert

RGB 94 25 80 -
CMYK 0 0.73 0.15 0.63
HSL 312.17º 0.58% 0.23% -
HSV(B) 312.17º 0.73% 0.37% -
XYZ 6.41 3.65 7.96 -
YUV 51.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 94 25 80 0 0.73 0.15 0.63 312.17 0.58 0.23
Hex 5E 19 50 0 49 F 3F 138 3A 17
Octal 136 31 120 0 111 17 77 470 72 27
Binary 1011110 11001 1010000 0 1001001 1111 111111 100111000 111010 10111

Color Harmonies of #5E1950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1950

Black with #5E1950

Text Example


Text Example

White with #5E1950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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