Html Css Color HEX #59375C Hot Purple

📋 copy color: '#59375C'

red 89 ◦ green 55 ◦ blue 92

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

Shades of Hot Purple #59375C

Tints of Hot Purple #59375C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.31%

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

R = 37.71%
G = 23.31%
B = 38.98%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59375C (or 0x59375C) is known color: Hot Purple. HEX triplet: 59, 37 and 5C. RGB value is (89,55,92). Sum of RGB (Red+Green+Blue) = 89+55+92=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 92 - color contains mainly: blue. Hex color #59375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59375C is #A6C8A3. Grayscale: #454545. Windows color (decimal): -10930340 or 6043481. OLE color: 6043481.

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

Color convert

RGB 89 55 92 -
CMYK 0.03 0.40 0 0.64
HSL 295.14º 0.25% 0.29% -
HSV(B) 295.14º 0.4% 0.36% -
XYZ 7.42 5.63 10.82 -
YUV 69.38 140.76 141.99 -
System Red Green Blue C M Y K H S L
Decimal 89 55 92 0.03 0.40 0 0.64 295.14 0.25 0.29
Hex 59 37 5C 3 28 0 40 127 19 1D
Octal 131 67 134 3 50 0 100 447 31 35
Binary 1011001 110111 1011100 11 101000 0 1000000 100100111 11001 11101

Color Harmonies of #59375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59375C

Black with #59375C

Text Example


Text Example

White with #59375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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