#580ad4

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

Shades of Purple Heart #580AD4

Tints of Purple Heart #580AD4

Color information

#580AD4 (or 0x580AD4) is unknown color: approx Purple Heart. HEX triplet: 58, 0A and D4. RGB value is (88,10,212). Sum of RGB (Red+Green+Blue) = 88+10+212=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 212 (83.20% from 255 or 68.39% from 310); Max value from RGB is 212 - color contains mainly: blue. Hex color #580AD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580AD4 is #A7F52B. Grayscale: #373737. Windows color (decimal): -11007276 or 13896280. OLE color: 13896280.

HSL color Cylindrical-coordinate representation of color #580AD4: hue angle of 263.17º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580AD4 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB8810212-
CMYK0.580.9500.17
HSL263.17º90.99%43.53%-
HSV(B)263.17º95.28%83.14%-
XYZ16.027.0562.8-
YUV56.35215.84150.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.39%
GREEN value IS 10 (4.30% from 255) = 3.23%
BLUE value IS 212 (83.20% from 255) = 68.39%
R=28.39%
G=3.23%
B=68.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal88102120.580.9500.17263.1790.9943.53
Hex58AD43A5F0111075b2c
Octal130123247213702140713354
Binary101100010101101010011101010111110100011000001111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580ad4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,10,212); }

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

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

 a { background-color: rgb(88,10,212); }

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

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

 span { border-color: rgb(88,10,212); }

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