#573FB4

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

Shades of Purple Heart #573FB4

Tints of Purple Heart #573FB4

Color information

#573FB4 (or 0x573FB4) is unknown color: approx Purple Heart. HEX triplet: 57, 3F and B4. RGB value is (87,63,180). Sum of RGB (Red+Green+Blue) = 87+63+180=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 180 (70.70% from 255 or 54.55% from 330); Max value from RGB is 180 - color contains mainly: blue. Hex color #573FB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573FB4 is #A8C04B. Grayscale: #535353. Windows color (decimal): -11059276 or 11812695. OLE color: 11812695.

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

Color convert

RGB8763180-
CMYK0.520.6500.29
HSL252.31º48.15%47.65%-
HSV(B)252.31º65%70.59%-
XYZ13.958.8844.16-
YUV83.51182.45130.49-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.36%
GREEN value IS 63 (25% from 255) = 19.09%
BLUE value IS 180 (70.70% from 255) = 54.55%
R=26.36%
G=19.09%
B=54.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal87631800.520.6500.29252.3148.1547.65
Hex573FB4344101Dfc3030
Octal12777264641010353746060
Binary101011111111110110100110100100000101110111111100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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