#573AB9

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

Shades of Purple Heart #573AB9

Tints of Purple Heart #573AB9

Color information

#573AB9 (or 0x573AB9) is unknown color: approx Purple Heart. HEX triplet: 57, 3A and B9. RGB value is (87,58,185). Sum of RGB (Red+Green+Blue) = 87+58+185=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 185 (72.66% from 255 or 56.06% from 330); Max value from RGB is 185 - color contains mainly: blue. Hex color #573AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573AB9 is #A8C546. Grayscale: #505050. Windows color (decimal): -11060551 or 12139095. OLE color: 12139095.

HSL color Cylindrical-coordinate representation of color #573AB9: hue angle of 253.7º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #573AB9 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8758185-
CMYK0.530.6900.27
HSL253.7º52.26%47.65%-
HSV(B)253.7º68.65%72.55%-
XYZ14.28.5646.8-
YUV81.15186.61132.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 58 (23.05% from 255) = 17.58%
BLUE value IS 185 (72.66% from 255) = 56.06%
R=26.36%
G=17.58%
B=56.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87581850.530.6900.27253.752.2647.65
Hex573AB9354501Bfe3430
Octal12772271651050333766460
Binary101011111101010111001110101100010101101111111110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,58,185); }

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

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

 a { background-color: rgb(87,58,185); }

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

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

 span { border-color: rgb(87,58,185); }

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