Html Css Color HEX #59195E Hot Purple

📋 copy color: '#59195E'

red 89 ◦ green 25 ◦ blue 94

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

Shades of Hot Purple #59195E

Tints of Hot Purple #59195E

RGB

 RED value IS 89 (35.16% from 255) = 42.79%

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

 BLUE value IS 94 (37.11% from 255) = 45.19%

R = 42.79%
G = 12.02%
B = 45.19%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59195E (or 0x59195E) is known color: Hot Purple. HEX triplet: 59, 19 and 5E. RGB value is (89,25,94). Sum of RGB (Red+Green+Blue) = 89+25+94=208 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.79% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #59195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59195E is #A6E6A1. Grayscale: #333333. Windows color (decimal): -10938018 or 6166873. OLE color: 6166873.

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

Color convert

RGB 89 25 94 -
CMYK 0.05 0.73 0 0.63
HSL 295.65º 0.58% 0.23% -
HSV(B) 295.65º 0.73% 0.37% -
XYZ 6.49 3.63 10.95 -
YUV 52 151.7 154.39 -
System Red Green Blue C M Y K H S L
Decimal 89 25 94 0.05 0.73 0 0.63 295.65 0.58 0.23
Hex 59 19 5E 5 49 0 3F 128 3A 17
Octal 131 31 136 5 111 0 77 450 72 27
Binary 1011001 11001 1011110 101 1001001 0 111111 100101000 111010 10111

Color Harmonies of #59195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59195E

Black with #59195E

Text Example


Text Example

White with #59195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59195E; }

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

 H1.HeaderClassName
 {
   color: #59195E;
 }
 .AnyTagClassName
 {
   color: #59195E;
 }
</style>

background-color css

<style>
 a { background-color: #59195E; }

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

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

border-color css

<style>
 span { border-color: #59195E; }

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

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