#573FCC

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

Shades of Purple Heart #573FCC

Tints of Purple Heart #573FCC

Color information

#573FCC (or 0x573FCC) is unknown color: approx Purple Heart. HEX triplet: 57, 3F and CC. RGB value is (87,63,204). Sum of RGB (Red+Green+Blue) = 87+63+204=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #573FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573FCC is #A8C033. Grayscale: #555555. Windows color (decimal): -11059252 or 13385559. OLE color: 13385559.

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

Color convert

RGB8763204-
CMYK0.570.6900.2
HSL250.21º58.02%52.35%-
HSV(B)250.21º69.12%80%-
XYZ16.619.9458.17-
YUV86.25194.45128.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.58%
GREEN value IS 63 (25% from 255) = 17.80%
BLUE value IS 204 (80.08% from 255) = 57.63%
R=24.58%
G=17.80%
B=57.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal87632040.570.6900.2250.2158.0252.35
Hex573FCC3945014fa3a34
Octal12777314711050243727264
Binary101011111111111001100111001100010101010011111010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,63,204); }

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

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

 a { background-color: rgb(87,63,204); }

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

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

 span { border-color: rgb(87,63,204); }

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