#580FD0

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

Shades of Purple Heart #580FD0

Tints of Purple Heart #580FD0

Color information

#580FD0 (or 0x580FD0) is unknown color: approx Purple Heart. HEX triplet: 58, 0F and D0. RGB value is (88,15,208). Sum of RGB (Red+Green+Blue) = 88+15+208=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 208 (81.64% from 255 or 66.88% from 311); Max value from RGB is 208 - color contains mainly: blue. Hex color #580FD0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580FD0 is #A7F02F. Grayscale: #3A3A3A. Windows color (decimal): -11006000 or 13635416. OLE color: 13635416.

HSL color Cylindrical-coordinate representation of color #580FD0: hue angle of 262.69º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #580FD0 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8815208-
CMYK0.580.9300.18
HSL262.69º86.55%43.73%-
HSV(B)262.69º92.79%81.57%-
XYZ15.586.9760.2-
YUV58.83212.18148.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.30%
GREEN value IS 15 (6.25% from 255) = 4.82%
BLUE value IS 208 (81.64% from 255) = 66.88%
R=28.30%
G=4.82%
B=66.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal88152080.580.9300.18262.6986.5543.73
Hex58FD03A5D012107572c
Octal130173207213502240712754
Binary101100011111101000011101010111010100101000001111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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