#573CB9

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

Shades of Purple Heart #573CB9

Tints of Purple Heart #573CB9

Color information

#573CB9 (or 0x573CB9) is unknown color: approx Purple Heart. HEX triplet: 57, 3C and B9. RGB value is (87,60,185). Sum of RGB (Red+Green+Blue) = 87+60+185=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 185 (72.66% from 255 or 55.72% from 332); Max value from RGB is 185 - color contains mainly: blue. Hex color #573CB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573CB9 is #A8C346. Grayscale: #515151. Windows color (decimal): -11060039 or 12139607. OLE color: 12139607.

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

Color convert

RGB8760185-
CMYK0.530.6800.27
HSL252.96º51.02%48.04%-
HSV(B)252.96º67.57%72.55%-
XYZ14.38.7646.84-
YUV82.32185.95131.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.20%
GREEN value IS 60 (23.83% from 255) = 18.07%
BLUE value IS 185 (72.66% from 255) = 55.72%
R=26.20%
G=18.07%
B=55.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87601850.530.6800.27252.9651.0248.04
Hex573CB9354401Bfd3330
Octal12774271651040333756360
Binary101011111110010111001110101100010001101111111101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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