#592963

Color #592963 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #592963

Tints of Hot Purple #592963

Color information

#592963 (or 0x592963) is unknown color: approx Hot Purple. HEX triplet: 59, 29 and 63. RGB value is (89,41,99). Sum of RGB (Red+Green+Blue) = 89+41+99=229 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.86% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #592963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592963 is #A6D69C. Grayscale: #3D3D3D. Windows color (decimal): -10933917 or 6498649. OLE color: 6498649.

HSL color Cylindrical-coordinate representation of color #592963: hue angle of 289.66º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #592963 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB894199-
CMYK0.100.5900.61
HSL289.66º41.43%27.45%-
HSV(B)289.66º58.59%38.82%-
XYZ7.164.6112.32-
YUV61.96148.9147.28-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.86%
GREEN value IS 41 (16.41% from 255) = 17.90%
BLUE value IS 99 (39.06% from 255) = 43.23%
R=38.86%
G=17.90%
B=43.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8941990.100.5900.61289.6641.4327.45
Hex592963A3B03D122291b
Octal1315114312730754425133
Binary101100110100111000111010111011011110110010001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #592963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #592963; }

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

 H1.HeaderClassName
 {
   color: #592963;
 }
 .AnyTagClassName
 {
   color: #592963;
 }
</style>
background-color css

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

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

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

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

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

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