Html Css Color HEX #592559 Hot Purple

📋 copy color: '#592559'

red 89 ◦ green 37 ◦ blue 89

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

Shades of Hot Purple #592559

Tints of Hot Purple #592559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 41.4%

R = 41.4%
G = 17.21%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#592559 (or 0x592559) is known color: Hot Purple. HEX triplet: 59, 25 and 59. RGB value is (89,37,89). Sum of RGB (Red+Green+Blue) = 89+37+89=215 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.40% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #592559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592559 is #A6DAA6. Grayscale: #3A3A3A. Windows color (decimal): -10934951 or 5842265. OLE color: 5842265.

HSL color Cylindrical-coordinate representation of color #592559: hue angle of 300º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #592559 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 37 89 -
CMYK 0 0.58 0 0.65
HSL 300º 0.41% 0.25% -
HSV(B) 300º 0.58% 0.35% -
XYZ 6.58 4.17 9.91 -
YUV 58.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 89 37 89 0 0.58 0 0.65 300 0.41 0.25
Hex 59 25 59 0 3A 0 41 12C 29 19
Octal 131 45 131 0 72 0 101 454 51 31
Binary 1011001 100101 1011001 0 111010 0 1000001 100101100 101001 11001

Color Harmonies of #592559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592559

Black with #592559

Text Example


Text Example

White with #592559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592559; }

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

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

background-color css

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

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

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

border-color css

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

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

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