#573BC8

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

Shades of Purple Heart #573BC8

Tints of Purple Heart #573BC8

Color information

#573BC8 (or 0x573BC8) is unknown color: approx Purple Heart. HEX triplet: 57, 3B and C8. RGB value is (87,59,200). Sum of RGB (Red+Green+Blue) = 87+59+200=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 200 (78.52% from 255 or 57.80% from 346); Max value from RGB is 200 - color contains mainly: blue. Hex color #573BC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573BC8 is #A8C437. Grayscale: #525252. Windows color (decimal): -11060280 or 13122391. OLE color: 13122391.

HSL color Cylindrical-coordinate representation of color #573BC8: hue angle of 251.91º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #573BC8 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8759200-
CMYK0.560.7000.22
HSL251.91º56.18%50.78%-
HSV(B)251.91º70.5%78.43%-
XYZ15.929.3255.6-
YUV83.45193.78130.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.14%
GREEN value IS 59 (23.44% from 255) = 17.05%
BLUE value IS 200 (78.52% from 255) = 57.80%
R=25.14%
G=17.05%
B=57.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal87592000.560.7000.22251.9156.1850.78
Hex573BC83846016fc3833
Octal12773310701060263747063
Binary101011111101111001000111000100011001011011111100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,59,200); }

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

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

 a { background-color: rgb(87,59,200); }

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

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

 span { border-color: rgb(87,59,200); }

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