#573CBE

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

Shades of Purple Heart #573CBE

Tints of Purple Heart #573CBE

Color information

#573CBE (or 0x573CBE) is unknown color: approx Purple Heart. HEX triplet: 57, 3C and BE. RGB value is (87,60,190). Sum of RGB (Red+Green+Blue) = 87+60+190=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #573CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573CBE is #A8C341. Grayscale: #525252. Windows color (decimal): -11060034 or 12467287. OLE color: 12467287.

HSL color Cylindrical-coordinate representation of color #573CBE: hue angle of 252.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #573CBE is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8760190-
CMYK0.540.6800.25
HSL252.46º52%49.02%-
HSV(B)252.46º68.42%74.51%-
XYZ14.848.9849.67-
YUV82.89188.45130.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.82%
GREEN value IS 60 (23.83% from 255) = 17.80%
BLUE value IS 190 (74.61% from 255) = 56.38%
R=25.82%
G=17.80%
B=56.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87601900.540.6800.25252.465249.02
Hex573CBE3644019fc3431
Octal12774276661040313746461
Binary101011111110010111110110110100010001100111111100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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