#580F63

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

Shades of Hot Purple #580F63

Tints of Hot Purple #580F63

Color information

#580F63 (or 0x580F63) is unknown color: approx Hot Purple. HEX triplet: 58, 0F and 63. RGB value is (88,15,99). Sum of RGB (Red+Green+Blue) = 88+15+99=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #580F63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580F63 is #A7F09C. Grayscale: #2E2E2E. Windows color (decimal): -11006109 or 6491992. OLE color: 6491992.

HSL color Cylindrical-coordinate representation of color #580F63: hue angle of 292.14º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #580F63 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB881599-
CMYK0.110.8500.61
HSL292.14º73.68%22.35%-
HSV(B)292.14º84.85%38.82%-
XYZ6.453.3212.1-
YUV46.4157.68157.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.56%
GREEN value IS 15 (6.25% from 255) = 7.43%
BLUE value IS 99 (39.06% from 255) = 49.01%
R=43.56%
G=7.43%
B=49.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8815990.110.8500.61292.1473.6822.35
Hex58F63B5503D1244a16
Octal130171431312507544411226
Binary101100011111100011101110101010111101100100100100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580F63; }

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

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

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

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

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

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

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

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