#580F67

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

Shades of Hot Purple #580F67

Tints of Hot Purple #580F67

Color information

#580F67 (or 0x580F67) is unknown color: approx Hot Purple. HEX triplet: 58, 0F and 67. RGB value is (88,15,103). Sum of RGB (Red+Green+Blue) = 88+15+103=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #580F67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580F67 is #A7F098. Grayscale: #2E2E2E. Windows color (decimal): -11006105 or 6754136. OLE color: 6754136.

HSL color Cylindrical-coordinate representation of color #580F67: hue angle of 289.77º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #580F67 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8815103-
CMYK0.150.8500.60
HSL289.77º74.58%23.14%-
HSV(B)289.77º85.44%40.39%-
XYZ6.643.413.14-
YUV46.86159.68157.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.72%
GREEN value IS 15 (6.25% from 255) = 7.28%
BLUE value IS 103 (40.62% from 255) = 50%
R=42.72%
G=7.28%
B=50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88151030.150.8500.60289.7774.5823.14
Hex58F67F5503C1224b17
Octal130171471712507444211327
Binary101100011111100111111110101010111100100100010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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