#563ECA

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

Shades of Purple Heart #563ECA

Tints of Purple Heart #563ECA

Color information

#563ECA (or 0x563ECA) is unknown color: approx Purple Heart. HEX triplet: 56, 3E and CA. RGB value is (86,62,202). Sum of RGB (Red+Green+Blue) = 86+62+202=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #563ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563ECA is #A9C135. Grayscale: #545454. Windows color (decimal): -11125046 or 13254230. OLE color: 13254230.

HSL color Cylindrical-coordinate representation of color #563ECA: hue angle of 250.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #563ECA is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8662202-
CMYK0.570.6900.21
HSL250.29º56.91%51.76%-
HSV(B)250.29º69.31%79.22%-
XYZ16.229.6956.89-
YUV85.14193.95128.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.57%
GREEN value IS 62 (24.61% from 255) = 17.71%
BLUE value IS 202 (79.30% from 255) = 57.71%
R=24.57%
G=17.71%
B=57.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal86622020.570.6900.21250.2956.9151.76
Hex563ECA3945015fa3934
Octal12676312711050253727164
Binary101011011111011001010111001100010101010111111010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563ECA; }

 p { color: rgb(86,62,202); }

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

<style>
 a { background-color: #563ECA; }

 a { background-color: rgb(86,62,202); }

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

<style>
 span { border-color: #563ECA; }

 span { border-color: rgb(86,62,202); }

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