Html Css Color HEX #59305E Hot Purple

📋 copy color: '#59305E'

red 89 ◦ green 48 ◦ blue 94

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

Shades of Hot Purple #59305E

Tints of Hot Purple #59305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.78%

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

R = 38.53%
G = 20.78%
B = 40.69%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59305E (or 0x59305E) is known color: Hot Purple. HEX triplet: 59, 30 and 5E. RGB value is (89,48,94). Sum of RGB (Red+Green+Blue) = 89+48+94=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #59305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59305E is #A6CFA1. Grayscale: #414141. Windows color (decimal): -10932130 or 6172761. OLE color: 6172761.

HSL color Cylindrical-coordinate representation of color #59305E: hue angle of 293.48º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59305E is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 89 48 94 -
CMYK 0.05 0.49 0 0.63
HSL 293.48º 0.32% 0.28% -
HSV(B) 293.48º 0.49% 0.37% -
XYZ 7.2 5.05 11.18 -
YUV 65.5 144.08 144.76 -
System Red Green Blue C M Y K H S L
Decimal 89 48 94 0.05 0.49 0 0.63 293.48 0.32 0.28
Hex 59 30 5E 5 31 0 3F 125 20 1C
Octal 131 60 136 5 61 0 77 445 40 34
Binary 1011001 110000 1011110 101 110001 0 111111 100100101 100000 11100

Color Harmonies of #59305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59305E

Black with #59305E

Text Example


Text Example

White with #59305E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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