Html Css Color HEX #59295F Hot Purple

📋 copy color: '#59295F'

red 89 ◦ green 41 ◦ blue 95

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

Shades of Hot Purple #59295F

Tints of Hot Purple #59295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.22%

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

R = 39.56%
G = 18.22%
B = 42.22%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#59295F (or 0x59295F) is known color: Hot Purple. HEX triplet: 59, 29 and 5F. RGB value is (89,41,95). Sum of RGB (Red+Green+Blue) = 89+41+95=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #59295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59295F is #A6D6A0. Grayscale: #3D3D3D. Windows color (decimal): -10933921 or 6236505. OLE color: 6236505.

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

Color convert

RGB 89 41 95 -
CMYK 0.06 0.57 0 0.63
HSL 293.33º 0.4% 0.27% -
HSV(B) 293.33º 0.57% 0.37% -
XYZ 6.98 4.54 11.33 -
YUV 61.51 146.9 147.61 -
System Red Green Blue C M Y K H S L
Decimal 89 41 95 0.06 0.57 0 0.63 293.33 0.4 0.27
Hex 59 29 5F 6 39 0 3F 125 28 1B
Octal 131 51 137 6 71 0 77 445 50 33
Binary 1011001 101001 1011111 110 111001 0 111111 100100101 101000 11011

Color Harmonies of #59295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59295F

Black with #59295F

Text Example


Text Example

White with #59295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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