#573AC0

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

Shades of Purple Heart #573AC0

Tints of Purple Heart #573AC0

Color information

#573AC0 (or 0x573AC0) is unknown color: approx Purple Heart. HEX triplet: 57, 3A and C0. RGB value is (87,58,192). Sum of RGB (Red+Green+Blue) = 87+58+192=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 192 (75.39% from 255 or 56.97% from 337); Max value from RGB is 192 - color contains mainly: blue. Hex color #573AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573AC0 is #A8C53F. Grayscale: #515151. Windows color (decimal): -11060544 or 12597847. OLE color: 12597847.

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

Color convert

RGB8758192-
CMYK0.550.7000.25
HSL252.99º53.6%49.02%-
HSV(B)252.99º69.79%75.29%-
XYZ14.968.8650.79-
YUV81.95190.11131.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.82%
GREEN value IS 58 (23.05% from 255) = 17.21%
BLUE value IS 192 (75.39% from 255) = 56.97%
R=25.82%
G=17.21%
B=56.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal87581920.550.7000.25252.9953.649.02
Hex573AC03746019fd3631
Octal12772300671060313756661
Binary101011111101011000000110111100011001100111111101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,58,192); }

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

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

 a { background-color: rgb(87,58,192); }

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

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

 span { border-color: rgb(87,58,192); }

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