#580F62

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

Shades of Hot Purple #580F62

Tints of Hot Purple #580F62

Color information

#580F62 (or 0x580F62) is unknown color: approx Hot Purple. HEX triplet: 58, 0F and 62. RGB value is (88,15,98). Sum of RGB (Red+Green+Blue) = 88+15+98=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #580F62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580F62 is #A7F09D. Grayscale: #2E2E2E. Windows color (decimal): -11006110 or 6426456. OLE color: 6426456.

HSL color Cylindrical-coordinate representation of color #580F62: hue angle of 292.77º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #580F62 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB881598-
CMYK0.100.8500.62
HSL292.77º73.45%22.16%-
HSV(B)292.77º84.69%38.43%-
XYZ6.43.311.85-
YUV46.29157.18157.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.78%
GREEN value IS 15 (6.25% from 255) = 7.46%
BLUE value IS 98 (38.67% from 255) = 48.76%
R=43.78%
G=7.46%
B=48.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8815980.100.8500.62292.7773.4522.16
Hex58F62A5503E1254916
Octal130171421212507644511126
Binary101100011111100010101010101010111110100100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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