#563EBE

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

Shades of Purple Heart #563EBE

Tints of Purple Heart #563EBE

Color information

#563EBE (or 0x563EBE) is unknown color: approx Purple Heart. HEX triplet: 56, 3E and BE. RGB value is (86,62,190). Sum of RGB (Red+Green+Blue) = 86+62+190=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #563EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563EBE is #A9C141. Grayscale: #535353. Windows color (decimal): -11125058 or 12467798. OLE color: 12467798.

HSL color Cylindrical-coordinate representation of color #563EBE: hue angle of 251.25º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #563EBE is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8662190-
CMYK0.550.6700.25
HSL251.25º50.79%49.41%-
HSV(B)251.25º67.37%74.51%-
XYZ14.859.1449.7-
YUV83.77187.95129.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.44%
GREEN value IS 62 (24.61% from 255) = 18.34%
BLUE value IS 190 (74.61% from 255) = 56.21%
R=25.44%
G=18.34%
B=56.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86621900.550.6700.25251.2550.7949.41
Hex563EBE3743019fb3331
Octal12676276671030313736361
Binary101011011111010111110110111100001101100111111011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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