#581460

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

Shades of Hot Purple #581460

Tints of Hot Purple #581460

Color information

#581460 (or 0x581460) is unknown color: approx Hot Purple. HEX triplet: 58, 14 and 60. RGB value is (88,20,96). Sum of RGB (Red+Green+Blue) = 88+20+96=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #581460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581460 is #A7EB9F. Grayscale: #303030. Windows color (decimal): -11004832 or 6296664. OLE color: 6296664.

HSL color Cylindrical-coordinate representation of color #581460: hue angle of 293.68º degrees, saturation: 0.66, 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 #581460 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB882096-
CMYK0.080.7900.62
HSL293.68º65.52%22.75%-
HSV(B)293.68º79.17%37.65%-
XYZ6.393.4211.39-
YUV49154.53155.82-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.14%
GREEN value IS 20 (8.20% from 255) = 9.80%
BLUE value IS 96 (37.89% from 255) = 47.06%
R=43.14%
G=9.80%
B=47.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8820960.080.7900.62293.6865.5222.75
Hex58146084F03E1264217
Octal130241401011707644610227
Binary1011000101001100000100010011110111110100100110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581460; }

 p { color: rgb(88,20,96); }

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

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

 a { background-color: rgb(88,20,96); }

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

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

 span { border-color: rgb(88,20,96); }

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