#581660

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

Shades of Hot Purple #581660

Tints of Hot Purple #581660

Color information

#581660 (or 0x581660) is unknown color: approx Hot Purple. HEX triplet: 58, 16 and 60. RGB value is (88,22,96). Sum of RGB (Red+Green+Blue) = 88+22+96=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #581660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581660 is #A7E99F. Grayscale: #313131. Windows color (decimal): -11004320 or 6297176. OLE color: 6297176.

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

Color convert

RGB882296-
CMYK0.080.7700.62
HSL293.51º62.71%23.14%-
HSV(B)293.51º77.08%37.65%-
XYZ6.423.4911.4-
YUV50.17153.87154.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.72%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 96 (37.89% from 255) = 46.60%
R=42.72%
G=10.68%
B=46.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8822960.080.7700.62293.5162.7123.14
Hex58166084D03E1263f17
Octal13026140101150764467727
Binary101100010110110000010001001101011111010010011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581660; }

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

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

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

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

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

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

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

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