#581063

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

Shades of Hot Purple #581063

Tints of Hot Purple #581063

Color information

#581063 (or 0x581063) is unknown color: approx Hot Purple. HEX triplet: 58, 10 and 63. RGB value is (88,16,99). Sum of RGB (Red+Green+Blue) = 88+16+99=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #581063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581063 is #A7EF9C. Grayscale: #2E2E2E. Windows color (decimal): -11005853 or 6492248. OLE color: 6492248.

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

Color convert

RGB881699-
CMYK0.110.8400.61
HSL292.05º72.17%22.55%-
HSV(B)292.05º83.84%38.82%-
XYZ6.463.3512.11-
YUV46.99157.35157.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 99 (39.06% from 255) = 48.77%
R=43.35%
G=7.88%
B=48.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8816990.110.8400.61292.0572.1722.55
Hex581063B5403D1244817
Octal130201431312407544411027
Binary1011000100001100011101110101000111101100100100100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581063; }

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

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

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

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

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

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

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

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