#581562

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

Shades of Hot Purple #581562

Tints of Hot Purple #581562

Color information

#581562 (or 0x581562) is unknown color: approx Hot Purple. HEX triplet: 58, 15 and 62. RGB value is (88,21,98). Sum of RGB (Red+Green+Blue) = 88+21+98=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #581562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581562 is #A7EA9D. Grayscale: #313131. Windows color (decimal): -11004574 or 6427992. OLE color: 6427992.

HSL color Cylindrical-coordinate representation of color #581562: hue angle of 292.21º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #581562 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB882198-
CMYK0.100.7900.62
HSL292.21º64.71%23.33%-
HSV(B)292.21º78.57%38.43%-
XYZ6.53.4911.89-
YUV49.81155.2155.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.51%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 98 (38.67% from 255) = 47.34%
R=42.51%
G=10.14%
B=47.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8821980.100.7900.62292.2164.7123.33
Hex581562A4F03E1244117
Octal130251421211707644410127
Binary1011000101011100010101010011110111110100100100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581562; }

 p { color: rgb(88,21,98); }

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

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

 a { background-color: rgb(88,21,98); }

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

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

 span { border-color: rgb(88,21,98); }

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