#573ECC

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

Shades of Purple Heart #573ECC

Tints of Purple Heart #573ECC

Color information

#573ECC (or 0x573ECC) is unknown color: approx Purple Heart. HEX triplet: 57, 3E and CC. RGB value is (87,62,204). Sum of RGB (Red+Green+Blue) = 87+62+204=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #573ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573ECC is #A8C133. Grayscale: #555555. Windows color (decimal): -11059508 or 13385303. OLE color: 13385303.

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

Color convert

RGB8762204-
CMYK0.570.7000.2
HSL250.56º58.2%52.16%-
HSV(B)250.56º69.61%80%-
XYZ16.559.8358.15-
YUV85.66194.78128.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.65%
GREEN value IS 62 (24.61% from 255) = 17.56%
BLUE value IS 204 (80.08% from 255) = 57.79%
R=24.65%
G=17.56%
B=57.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal87622040.570.7000.2250.5658.252.16
Hex573ECC3946014fb3a34
Octal12776314711060243737264
Binary101011111111011001100111001100011001010011111011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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