#573CBD

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

Shades of Purple Heart #573CBD

Tints of Purple Heart #573CBD

Color information

#573CBD (or 0x573CBD) is unknown color: approx Purple Heart. HEX triplet: 57, 3C and BD. RGB value is (87,60,189). Sum of RGB (Red+Green+Blue) = 87+60+189=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #573CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573CBD is #A8C342. Grayscale: #525252. Windows color (decimal): -11060035 or 12401751. OLE color: 12401751.

HSL color Cylindrical-coordinate representation of color #573CBD: hue angle of 252.56º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #573CBD is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8760189-
CMYK0.540.6800.26
HSL252.56º51.81%48.82%-
HSV(B)252.56º68.25%74.12%-
XYZ14.738.9349.09-
YUV82.78187.95131.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.89%
GREEN value IS 60 (23.83% from 255) = 17.86%
BLUE value IS 189 (74.22% from 255) = 56.25%
R=25.89%
G=17.86%
B=56.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal87601890.540.6800.26252.5651.8148.82
Hex573CBD364401Afd3431
Octal12774275661040323756461
Binary101011111110010111101110110100010001101011111101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,60,189); }

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

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

 a { background-color: rgb(87,60,189); }

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

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

 span { border-color: rgb(87,60,189); }

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