#580ACC

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

Shades of Purple Heart #580ACC

Tints of Purple Heart #580ACC

Color information

#580ACC (or 0x580ACC) is unknown color: approx Purple Heart. HEX triplet: 58, 0A and CC. RGB value is (88,10,204). Sum of RGB (Red+Green+Blue) = 88+10+204=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #580ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580ACC is #A7F533. Grayscale: #363636. Windows color (decimal): -11007284 or 13371992. OLE color: 13371992.

HSL color Cylindrical-coordinate representation of color #580ACC: hue angle of 264.12º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580ACC is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8810204-
CMYK0.570.9500.2
HSL264.12º90.65%41.96%-
HSV(B)264.12º95.1%80%-
XYZ15.036.6557.62-
YUV55.44211.84151.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.14%
GREEN value IS 10 (4.30% from 255) = 3.31%
BLUE value IS 204 (80.08% from 255) = 67.55%
R=29.14%
G=3.31%
B=67.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal88102040.570.9500.2264.1290.6541.96
Hex58ACC395F0141085b2a
Octal130123147113702441013352
Binary101100010101100110011100110111110101001000010001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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