Html Css Color HEX #5E195B Palatinate Purple

📋 copy color: '#5E195B'

red 94 ◦ green 25 ◦ blue 91

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

Shades of Palatinate Purple #5E195B

Tints of Palatinate Purple #5E195B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.33%

R = 44.76%
G = 11.9%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.63

RGB Variations

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

Color information

#5E195B (or 0x5E195B) is known color: Palatinate Purple. HEX triplet: 5E, 19 and 5B. RGB value is (94,25,91). Sum of RGB (Red+Green+Blue) = 94+25+91=210 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.76% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 94 - color contains mainly: red. Hex color #5E195B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E195B is #A1E6A4. Grayscale: #343434. Windows color (decimal): -10610341 or 5970270. OLE color: 5970270.

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

Color convert

RGB 94 25 91 -
CMYK 0 0.73 0.03 0.63
HSL 302.61º 0.58% 0.23% -
HSV(B) 302.61º 0.73% 0.37% -
XYZ 6.85 3.83 10.28 -
YUV 53.16 149.36 157.13 -
System Red Green Blue C M Y K H S L
Decimal 94 25 91 0 0.73 0.03 0.63 302.61 0.58 0.23
Hex 5E 19 5B 0 49 3 3F 12F 3A 17
Octal 136 31 133 0 111 3 77 457 72 27
Binary 1011110 11001 1011011 0 1001001 11 111111 100101111 111010 10111

Color Harmonies of #5E195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E195B

Black with #5E195B

Text Example


Text Example

White with #5E195B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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