Html Css Color HEX #59215D Hot Purple

📋 copy color: '#59215D'

red 89 ◦ green 33 ◦ blue 93

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

Shades of Hot Purple #59215D

Tints of Hot Purple #59215D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 43.26%

R = 41.4%
G = 15.35%
B = 43.26%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59215D (or 0x59215D) is known color: Hot Purple. HEX triplet: 59, 21 and 5D. RGB value is (89,33,93). Sum of RGB (Red+Green+Blue) = 89+33+93=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #59215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59215D is #A6DEA2. Grayscale: #383838. Windows color (decimal): -10935971 or 6103385. OLE color: 6103385.

HSL color Cylindrical-coordinate representation of color #59215D: hue angle of 296º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59215D is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 89 33 93 -
CMYK 0.04 0.65 0 0.64
HSL 296º 0.48% 0.25% -
HSV(B) 296º 0.65% 0.36% -
XYZ 6.64 4 10.78 -
YUV 56.58 148.55 151.12 -
System Red Green Blue C M Y K H S L
Decimal 89 33 93 0.04 0.65 0 0.64 296 0.48 0.25
Hex 59 21 5D 4 41 0 40 128 30 19
Octal 131 41 135 4 101 0 100 450 60 31
Binary 1011001 100001 1011101 100 1000001 0 1000000 100101000 110000 11001

Color Harmonies of #59215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59215D

Black with #59215D

Text Example


Text Example

White with #59215D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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