#573CBC

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

Shades of Purple Heart #573CBC

Tints of Purple Heart #573CBC

Color information

#573CBC (or 0x573CBC) is unknown color: approx Purple Heart. HEX triplet: 57, 3C and BC. RGB value is (87,60,188). Sum of RGB (Red+Green+Blue) = 87+60+188=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #573CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573CBC is #A8C343. Grayscale: #525252. Windows color (decimal): -11060036 or 12336215. OLE color: 12336215.

HSL color Cylindrical-coordinate representation of color #573CBC: hue angle of 252.66º 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 #573CBC is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8760188-
CMYK0.540.6800.26
HSL252.66º51.61%48.63%-
HSV(B)252.66º68.09%73.73%-
XYZ14.628.8948.52-
YUV82.66187.45131.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.97%
GREEN value IS 60 (23.83% from 255) = 17.91%
BLUE value IS 188 (73.83% from 255) = 56.12%
R=25.97%
G=17.91%
B=56.12%

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
Decimal87601880.540.6800.26252.6651.6148.63
Hex573CBC364401Afd3431
Octal12774274661040323756461
Binary101011111110010111100110110100010001101011111101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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