#562EC5

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

Shades of Purple Heart #562EC5

Tints of Purple Heart #562EC5

Color information

#562EC5 (or 0x562EC5) is unknown color: approx Purple Heart. HEX triplet: 56, 2E and C5. RGB value is (86,46,197). Sum of RGB (Red+Green+Blue) = 86+46+197=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 197 (77.34% from 255 or 59.88% from 329); Max value from RGB is 197 - color contains mainly: blue. Hex color #562EC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562EC5 is #A9D13A. Grayscale: #4A4A4A. Windows color (decimal): -11129147 or 12922454. OLE color: 12922454.

HSL color Cylindrical-coordinate representation of color #562EC5: hue angle of 255.89º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #562EC5 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8646197-
CMYK0.560.7700.23
HSL255.89º62.14%47.65%-
HSV(B)255.89º76.65%77.25%-
XYZ14.897.9653.58-
YUV75.17196.75135.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.14%
GREEN value IS 46 (18.36% from 255) = 13.98%
BLUE value IS 197 (77.34% from 255) = 59.88%
R=26.14%
G=13.98%
B=59.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal86461970.560.7700.23255.8962.1447.65
Hex562EC5384D0171003e30
Octal12656305701150274007660
Binary1010110101110110001011110001001101010111100000000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562EC5; }

 p { color: rgb(86,46,197); }

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

<style>
 a { background-color: #562EC5; }

 a { background-color: rgb(86,46,197); }

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

<style>
 span { border-color: #562EC5; }

 span { border-color: rgb(86,46,197); }

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