Html Css Color HEX #592560 Hot Purple

📋 copy color: '#592560'

red 89 ◦ green 37 ◦ blue 96

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

Shades of Hot Purple #592560

Tints of Hot Purple #592560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.67%

 BLUE value IS 96 (37.89% from 255) = 43.24%

R = 40.09%
G = 16.67%
B = 43.24%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#592560 (or 0x592560) is known color: Hot Purple. HEX triplet: 59, 25 and 60. RGB value is (89,37,96). Sum of RGB (Red+Green+Blue) = 89+37+96=222 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.09% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #592560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592560 is #A6DA9F. Grayscale: #3B3B3B. Windows color (decimal): -10934944 or 6301017. OLE color: 6301017.

HSL color Cylindrical-coordinate representation of color #592560: hue angle of 292.88º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #592560 is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 37 96 -
CMYK 0.07 0.61 0 0.62
HSL 292.88º 0.44% 0.26% -
HSV(B) 292.88º 0.61% 0.38% -
XYZ 6.89 4.29 11.53 -
YUV 59.27 148.73 149.2 -
System Red Green Blue C M Y K H S L
Decimal 89 37 96 0.07 0.61 0 0.62 292.88 0.44 0.26
Hex 59 25 60 7 3D 0 3E 125 2C 1A
Octal 131 45 140 7 75 0 76 445 54 32
Binary 1011001 100101 1100000 111 111101 0 111110 100100101 101100 11010

Color Harmonies of #592560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592560

Black with #592560

Text Example


Text Example

White with #592560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592560; }

 p { color: rgb(89,37,96); }

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

background-color css

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

 a { background-color: rgb(89,37,96); }

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

border-color css

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

 span { border-color: rgb(89,37,96); }

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