#580FB8

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

Shades of Purple Heart #580FB8

Tints of Purple Heart #580FB8

Color information

#580FB8 (or 0x580FB8) is unknown color: approx Purple Heart. HEX triplet: 58, 0F and B8. RGB value is (88,15,184). Sum of RGB (Red+Green+Blue) = 88+15+184=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 184 (72.27% from 255 or 64.11% from 287); Max value from RGB is 184 - color contains mainly: blue. Hex color #580FB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580FB8 is #A7F047. Grayscale: #373737. Windows color (decimal): -11006024 or 12062552. OLE color: 12062552.

HSL color Cylindrical-coordinate representation of color #580FB8: hue angle of 265.92º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580FB8 is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8815184-
CMYK0.520.9200.28
HSL265.92º84.92%39.02%-
HSV(B)265.92º91.85%72.16%-
XYZ12.855.8845.8-
YUV56.09200.18150.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.66%
GREEN value IS 15 (6.25% from 255) = 5.23%
BLUE value IS 184 (72.27% from 255) = 64.11%
R=30.66%
G=5.23%
B=64.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal88151840.520.9200.28265.9284.9239.02
Hex58FB8345C01C10a5527
Octal130172706413403441212547
Binary101100011111011100011010010111000111001000010101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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