#581963

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

Shades of Hot Purple #581963

Tints of Hot Purple #581963

Color information

#581963 (or 0x581963) is unknown color: approx Hot Purple. HEX triplet: 58, 19 and 63. RGB value is (88,25,99). Sum of RGB (Red+Green+Blue) = 88+25+99=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #581963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581963 is #A7E69C. Grayscale: #343434. Windows color (decimal): -11003549 or 6494552. OLE color: 6494552.

HSL color Cylindrical-coordinate representation of color #581963: hue angle of 291.08º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #581963 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB882599-
CMYK0.110.7500.61
HSL291.08º59.68%24.31%-
HSV(B)291.08º74.75%38.82%-
XYZ6.623.6712.16-
YUV52.27154.37153.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.51%
GREEN value IS 25 (10.16% from 255) = 11.79%
BLUE value IS 99 (39.06% from 255) = 46.70%
R=41.51%
G=11.79%
B=46.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8825990.110.7500.61291.0859.6824.31
Hex581963B4B03D1233c18
Octal13031143131130754437430
Binary101100011001110001110111001011011110110010001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581963; }

 p { color: rgb(88,25,99); }

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

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

 a { background-color: rgb(88,25,99); }

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

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

 span { border-color: rgb(88,25,99); }

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