#573EB4

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

Shades of Purple Heart #573EB4

Tints of Purple Heart #573EB4

Color information

#573EB4 (or 0x573EB4) is unknown color: approx Purple Heart. HEX triplet: 57, 3E and B4. RGB value is (87,62,180). Sum of RGB (Red+Green+Blue) = 87+62+180=329 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.44% from 329); Green value is 62 (24.61% from 255 or 18.84% from 329); Blue value is 180 (70.70% from 255 or 54.71% from 329); Max value from RGB is 180 - color contains mainly: blue. Hex color #573EB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573EB4 is #A8C14B. Grayscale: #525252. Windows color (decimal): -11059532 or 11812439. OLE color: 11812439.

HSL color Cylindrical-coordinate representation of color #573EB4: hue angle of 252.71º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #573EB4 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8762180-
CMYK0.520.6600.29
HSL252.71º48.76%47.45%-
HSV(B)252.71º65.56%70.59%-
XYZ13.898.7744.14-
YUV82.93182.78130.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.44%
GREEN value IS 62 (24.61% from 255) = 18.84%
BLUE value IS 180 (70.70% from 255) = 54.71%
R=26.44%
G=18.84%
B=54.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal87621800.520.6600.29252.7148.7647.45
Hex573EB4344201Dfd312f
Octal12776264641020353756157
Binary101011111111010110100110100100001001110111111101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,62,180); }

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

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

 a { background-color: rgb(87,62,180); }

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

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

 span { border-color: rgb(87,62,180); }

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