Html Css Color HEX #592F60 Hot Purple

📋 copy color: '#592F60'

red 89 ◦ green 47 ◦ blue 96

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

Shades of Hot Purple #592F60

Tints of Hot Purple #592F60

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.26%

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

R = 38.36%
G = 20.26%
B = 41.38%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#592F60 (or 0x592F60) is known color: Hot Purple. HEX triplet: 59, 2F and 60. RGB value is (89,47,96). Sum of RGB (Red+Green+Blue) = 89+47+96=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #592F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592F60 is #A6D09F. Grayscale: #404040. Windows color (decimal): -10932384 or 6303577. OLE color: 6303577.

HSL color Cylindrical-coordinate representation of color #592F60: hue angle of 291.43º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #592F60 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 47 96 -
CMYK 0.07 0.51 0 0.62
HSL 291.43º 0.34% 0.28% -
HSV(B) 291.43º 0.51% 0.38% -
XYZ 7.25 5 11.65 -
YUV 65.14 145.41 145.02 -
System Red Green Blue C M Y K H S L
Decimal 89 47 96 0.07 0.51 0 0.62 291.43 0.34 0.28
Hex 59 2F 60 7 33 0 3E 123 22 1C
Octal 131 57 140 7 63 0 76 443 42 34
Binary 1011001 101111 1100000 111 110011 0 111110 100100011 100010 11100

Color Harmonies of #592F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592F60

Black with #592F60

Text Example


Text Example

White with #592F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592F60; }

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

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

background-color css

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

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

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

border-color css

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

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

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