Html Css Color HEX #59215C Hot Purple

📋 copy color: '#59215C'

red 89 ◦ green 33 ◦ blue 92

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

Shades of Hot Purple #59215C

Tints of Hot Purple #59215C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.99%

R = 41.59%
G = 15.42%
B = 42.99%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59215C (or 0x59215C) is known color: Hot Purple. HEX triplet: 59, 21 and 5C. RGB value is (89,33,92). Sum of RGB (Red+Green+Blue) = 89+33+92=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #59215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59215C is #A6DEA3. Grayscale: #383838. Windows color (decimal): -10935972 or 6037849. OLE color: 6037849.

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

Color convert

RGB 89 33 92 -
CMYK 0.03 0.64 0 0.64
HSL 296.95º 0.47% 0.25% -
HSV(B) 296.95º 0.64% 0.36% -
XYZ 6.6 3.98 10.55 -
YUV 56.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 89 33 92 0.03 0.64 0 0.64 296.95 0.47 0.25
Hex 59 21 5C 3 40 0 40 129 2F 19
Octal 131 41 134 3 100 0 100 451 57 31
Binary 1011001 100001 1011100 11 1000000 0 1000000 100101001 101111 11001

Color Harmonies of #59215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59215C

Black with #59215C

Text Example


Text Example

White with #59215C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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