#563BC0

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

Shades of Purple Heart #563BC0

Tints of Purple Heart #563BC0

Color information

#563BC0 (or 0x563BC0) is unknown color: approx Purple Heart. HEX triplet: 56, 3B and C0. RGB value is (86,59,192). Sum of RGB (Red+Green+Blue) = 86+59+192=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 192 (75.39% from 255 or 56.97% from 337); Max value from RGB is 192 - color contains mainly: blue. Hex color #563BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563BC0 is #A9C43F. Grayscale: #515151. Windows color (decimal): -11125824 or 12598102. OLE color: 12598102.

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

Color convert

RGB8659192-
CMYK0.550.6900.25
HSL252.18º52.99%49.22%-
HSV(B)252.18º69.27%75.29%-
XYZ14.928.9150.8-
YUV82.24189.95130.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.52%
GREEN value IS 59 (23.44% from 255) = 17.51%
BLUE value IS 192 (75.39% from 255) = 56.97%
R=25.52%
G=17.51%
B=56.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86591920.550.6900.25252.1852.9949.22
Hex563BC03745019fc3531
Octal12673300671050313746561
Binary101011011101111000000110111100010101100111111100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,59,192); }

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

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

 a { background-color: rgb(86,59,192); }

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

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

 span { border-color: rgb(86,59,192); }

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