Html Css Color HEX #59315D Hot Purple

📋 copy color: '#59315D'

red 89 ◦ green 49 ◦ blue 93

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

Shades of Hot Purple #59315D

Tints of Hot Purple #59315D

RGB

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

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

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

R = 38.53%
G = 21.21%
B = 40.26%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#59315D (or 0x59315D) is known color: Hot Purple. HEX triplet: 59, 31 and 5D. RGB value is (89,49,93). Sum of RGB (Red+Green+Blue) = 89+49+93=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #59315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59315D is #A6CEA2. Grayscale: #414141. Windows color (decimal): -10931875 or 6107481. OLE color: 6107481.

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

Color convert

RGB 89 49 93 -
CMYK 0.04 0.47 0 0.64
HSL 294.55º 0.31% 0.28% -
HSV(B) 294.55º 0.47% 0.36% -
XYZ 7.19 5.11 10.96 -
YUV 65.98 143.25 144.42 -
System Red Green Blue C M Y K H S L
Decimal 89 49 93 0.04 0.47 0 0.64 294.55 0.31 0.28
Hex 59 31 5D 4 2F 0 40 127 1F 1C
Octal 131 61 135 4 57 0 100 447 37 34
Binary 1011001 110001 1011101 100 101111 0 1000000 100100111 11111 11100

Color Harmonies of #59315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59315D

Black with #59315D

Text Example


Text Example

White with #59315D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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