Html Css Color HEX #59355F Hot Purple

📋 copy color: '#59355F'

red 89 ◦ green 53 ◦ blue 95

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

Shades of Hot Purple #59355F

Tints of Hot Purple #59355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.36%

 BLUE value IS 95 (37.5% from 255) = 40.08%

R = 37.55%
G = 22.36%
B = 40.08%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59355F (or 0x59355F) is known color: Hot Purple. HEX triplet: 59, 35 and 5F. RGB value is (89,53,95). Sum of RGB (Red+Green+Blue) = 89+53+95=237 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.55% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 95 - color contains mainly: blue. Hex color #59355F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59355F is #A6CAA0. Grayscale: #444444. Windows color (decimal): -10930849 or 6239577. OLE color: 6239577.

HSL color Cylindrical-coordinate representation of color #59355F: hue angle of 291.43º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59355F is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 89 53 95 -
CMYK 0.06 0.44 0 0.63
HSL 291.43º 0.28% 0.29% -
HSV(B) 291.43º 0.44% 0.37% -
XYZ 7.46 5.5 11.49 -
YUV 68.55 142.93 142.58 -
System Red Green Blue C M Y K H S L
Decimal 89 53 95 0.06 0.44 0 0.63 291.43 0.28 0.29
Hex 59 35 5F 6 2C 0 3F 123 1C 1D
Octal 131 65 137 6 54 0 77 443 34 35
Binary 1011001 110101 1011111 110 101100 0 111111 100100011 11100 11101

Color Harmonies of #59355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59355F

Black with #59355F

Text Example


Text Example

White with #59355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59355F; }

 p { color: rgb(89,53,95); }

 H1.HeaderClassName
 {
   color: #59355F;
 }
 .AnyTagClassName
 {
   color: #59355F;
 }
</style>

background-color css

<style>
 a { background-color: #59355F; }

 a { background-color: rgb(89,53,95); }

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

border-color css

<style>
 span { border-color: #59355F; }

 span { border-color: rgb(89,53,95); }

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