#573CB0

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

Shades of Purple Heart #573CB0

Tints of Purple Heart #573CB0

Color information

#573CB0 (or 0x573CB0) is unknown color: approx Purple Heart. HEX triplet: 57, 3C and B0. RGB value is (87,60,176). Sum of RGB (Red+Green+Blue) = 87+60+176=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 176 (69.14% from 255 or 54.49% from 323); Max value from RGB is 176 - color contains mainly: blue. Hex color #573CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573CB0 is #A8C34F. Grayscale: #505050. Windows color (decimal): -11060048 or 11549783. OLE color: 11549783.

HSL color Cylindrical-coordinate representation of color #573CB0: hue angle of 253.97º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #573CB0 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8760176-
CMYK0.510.6600.31
HSL253.97º49.15%46.27%-
HSV(B)253.97º65.91%69.02%-
XYZ13.388.3941.99-
YUV81.3181.45132.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.93%
GREEN value IS 60 (23.83% from 255) = 18.58%
BLUE value IS 176 (69.14% from 255) = 54.49%
R=26.93%
G=18.58%
B=54.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal87601760.510.6600.31253.9749.1546.27
Hex573CB0334201Ffe312e
Octal12774260631020373766156
Binary101011111110010110000110011100001001111111111110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573CB0; }

 p { color: rgb(87,60,176); }

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

<style>
 a { background-color: #573CB0; }

 a { background-color: rgb(87,60,176); }

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

<style>
 span { border-color: #573CB0; }

 span { border-color: rgb(87,60,176); }

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