#573CAF

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

Shades of Purple Heart #573CAF

Tints of Purple Heart #573CAF

Color information

#573CAF (or 0x573CAF) is unknown color: approx Purple Heart. HEX triplet: 57, 3C and AF. RGB value is (87,60,175). Sum of RGB (Red+Green+Blue) = 87+60+175=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #573CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573CAF is #A8C350. Grayscale: #505050. Windows color (decimal): -11060049 or 11484247. OLE color: 11484247.

HSL color Cylindrical-coordinate representation of color #573CAF: hue angle of 254.09º 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 #573CAF is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8760175-
CMYK0.500.6600.31
HSL254.09º48.94%46.08%-
HSV(B)254.09º65.71%68.63%-
XYZ13.288.3541.47-
YUV81.18180.95132.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.02%
GREEN value IS 60 (23.83% from 255) = 18.63%
BLUE value IS 175 (68.75% from 255) = 54.35%
R=27.02%
G=18.63%
B=54.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal87601750.500.6600.31254.0948.9446.08
Hex573CAF324201Ffe312e
Octal12774257621020373766156
Binary101011111110010101111110010100001001111111111110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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