Html Css Color HEX #59315F Hot Purple

📋 copy color: '#59315F'

red 89 ◦ green 49 ◦ blue 95

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

Shades of Hot Purple #59315F

Tints of Hot Purple #59315F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.03%

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

R = 38.2%
G = 21.03%
B = 40.77%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59315F (or 0x59315F) is known color: Hot Purple. HEX triplet: 59, 31 and 5F. RGB value is (89,49,95). Sum of RGB (Red+Green+Blue) = 89+49+95=233 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.20% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 95 - color contains mainly: blue. Hex color #59315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59315F is #A6CEA0. Grayscale: #424242. Windows color (decimal): -10931873 or 6238553. OLE color: 6238553.

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

Color convert

RGB 89 49 95 -
CMYK 0.06 0.48 0 0.63
HSL 292.17º 0.32% 0.28% -
HSV(B) 292.17º 0.48% 0.37% -
XYZ 7.28 5.15 11.44 -
YUV 66.2 144.25 144.26 -
System Red Green Blue C M Y K H S L
Decimal 89 49 95 0.06 0.48 0 0.63 292.17 0.32 0.28
Hex 59 31 5F 6 30 0 3F 124 20 1C
Octal 131 61 137 6 60 0 77 444 40 34
Binary 1011001 110001 1011111 110 110000 0 111111 100100100 100000 11100

Color Harmonies of #59315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59315F

Black with #59315F

Text Example


Text Example

White with #59315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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