Html Css Color HEX #59305A Hot Purple

📋 copy color: '#59305A'

red 89 ◦ green 48 ◦ blue 90

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

Shades of Hot Purple #59305A

Tints of Hot Purple #59305A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 39.65%

R = 39.21%
G = 21.15%
B = 39.65%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#59305A (or 0x59305A) is known color: Hot Purple. HEX triplet: 59, 30 and 5A. RGB value is (89,48,90). Sum of RGB (Red+Green+Blue) = 89+48+90=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 90 - color contains mainly: blue. Hex color #59305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59305A is #A6CFA5. Grayscale: #404040. Windows color (decimal): -10932134 or 5910617. OLE color: 5910617.

HSL color Cylindrical-coordinate representation of color #59305A: hue angle of 298.57º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #59305A is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 48 90 -
CMYK 0.01 0.47 0 0.65
HSL 298.57º 0.3% 0.27% -
HSV(B) 298.57º 0.47% 0.35% -
XYZ 7.02 4.98 10.26 -
YUV 65.05 142.08 145.08 -
System Red Green Blue C M Y K H S L
Decimal 89 48 90 0.01 0.47 0 0.65 298.57 0.3 0.27
Hex 59 30 5A 1 2F 0 41 12B 1E 1B
Octal 131 60 132 1 57 0 101 453 36 33
Binary 1011001 110000 1011010 1 101111 0 1000001 100101011 11110 11011

Color Harmonies of #59305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59305A

Black with #59305A

Text Example


Text Example

White with #59305A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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