#563EC4

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

Shades of Purple Heart #563EC4

Tints of Purple Heart #563EC4

Color information

#563EC4 (or 0x563EC4) is unknown color: approx Purple Heart. HEX triplet: 56, 3E and C4. RGB value is (86,62,196). Sum of RGB (Red+Green+Blue) = 86+62+196=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 196 (76.95% from 255 or 56.98% from 344); Max value from RGB is 196 - color contains mainly: blue. Hex color #563EC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563EC4 is #A9C13B. Grayscale: #535353. Windows color (decimal): -11125052 or 12861014. OLE color: 12861014.

HSL color Cylindrical-coordinate representation of color #563EC4: hue angle of 250.75º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #563EC4 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8662196-
CMYK0.560.6800.23
HSL250.75º53.17%50.59%-
HSV(B)250.75º68.37%76.86%-
XYZ15.529.4153.22-
YUV84.45190.95129.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25%
GREEN value IS 62 (24.61% from 255) = 18.02%
BLUE value IS 196 (76.95% from 255) = 56.98%
R=25%
G=18.02%
B=56.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal86621960.560.6800.23250.7553.1750.59
Hex563EC43844017fb3533
Octal12676304701040273736563
Binary101011011111011000100111000100010001011111111011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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