Html Css Color HEX #59215A Hot Purple

📋 copy color: '#59215A'

red 89 ◦ green 33 ◦ blue 90

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

Shades of Hot Purple #59215A

Tints of Hot Purple #59215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.57%

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

R = 41.98%
G = 15.57%
B = 42.45%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#59215A (or 0x59215A) is known color: Hot Purple. HEX triplet: 59, 21 and 5A. RGB value is (89,33,90). Sum of RGB (Red+Green+Blue) = 89+33+90=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #59215A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59215A is #A6DEA5. Grayscale: #383838. Windows color (decimal): -10935974 or 5906777. OLE color: 5906777.

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

Color convert

RGB 89 33 90 -
CMYK 0.01 0.63 0 0.65
HSL 298.95º 0.46% 0.24% -
HSV(B) 298.95º 0.63% 0.35% -
XYZ 6.51 3.95 10.09 -
YUV 56.24 147.05 151.37 -
System Red Green Blue C M Y K H S L
Decimal 89 33 90 0.01 0.63 0 0.65 298.95 0.46 0.24
Hex 59 21 5A 1 3F 0 41 12B 2E 18
Octal 131 41 132 1 77 0 101 453 56 30
Binary 1011001 100001 1011010 1 111111 0 1000001 100101011 101110 11000

Color Harmonies of #59215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59215A

Black with #59215A

Text Example


Text Example

White with #59215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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