#573ACB

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

Shades of Purple Heart #573ACB

Tints of Purple Heart #573ACB

Color information

#573ACB (or 0x573ACB) is unknown color: approx Purple Heart. HEX triplet: 57, 3A and CB. RGB value is (87,58,203). Sum of RGB (Red+Green+Blue) = 87+58+203=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #573ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573ACB is #A8C534. Grayscale: #525252. Windows color (decimal): -11060533 or 13318743. OLE color: 13318743.

HSL color Cylindrical-coordinate representation of color #573ACB: hue angle of 252º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #573ACB is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8758203-
CMYK0.570.7100.20
HSL252º58.23%51.18%-
HSV(B)252º71.43%79.61%-
XYZ16.229.3657.45-
YUV83.2195.61130.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25%
GREEN value IS 58 (23.05% from 255) = 16.67%
BLUE value IS 203 (79.69% from 255) = 58.33%
R=25%
G=16.67%
B=58.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal87582030.570.7100.2025258.2351.18
Hex573ACB3947014fc3a33
Octal12772313711070243747263
Binary101011111101011001011111001100011101010011111100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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