#573FBA

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

Shades of Purple Heart #573FBA

Tints of Purple Heart #573FBA

Color information

#573FBA (or 0x573FBA) is unknown color: approx Purple Heart. HEX triplet: 57, 3F and BA. RGB value is (87,63,186). Sum of RGB (Red+Green+Blue) = 87+63+186=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #573FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573FBA is #A8C045. Grayscale: #535353. Windows color (decimal): -11059270 or 12205911. OLE color: 12205911.

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

Color convert

RGB8763186-
CMYK0.530.6600.27
HSL251.71º49.4%48.82%-
HSV(B)251.71º66.13%72.94%-
XYZ14.579.1347.45-
YUV84.2185.45130-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.89%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 186 (73.05% from 255) = 55.36%
R=25.89%
G=18.75%
B=55.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87631860.530.6600.27251.7149.448.82
Hex573FBA354201Bfc3131
Octal12777272651020333746161
Binary101011111111110111010110101100001001101111111100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,63,186); }

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

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

 a { background-color: rgb(87,63,186); }

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

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

 span { border-color: rgb(87,63,186); }

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