#563AB1

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

Shades of Purple Heart #563AB1

Tints of Purple Heart #563AB1

Color information

#563AB1 (or 0x563AB1) is unknown color: approx Purple Heart. HEX triplet: 56, 3A and B1. RGB value is (86,58,177). Sum of RGB (Red+Green+Blue) = 86+58+177=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 177 (69.53% from 255 or 55.14% from 321); Max value from RGB is 177 - color contains mainly: blue. Hex color #563AB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563AB1 is #A9C54E. Grayscale: #4F4F4F. Windows color (decimal): -11126095 or 11614806. OLE color: 11614806.

HSL color Cylindrical-coordinate representation of color #563AB1: hue angle of 254.12º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #563AB1 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8658177-
CMYK0.510.6700.31
HSL254.12º50.64%46.08%-
HSV(B)254.12º67.23%69.41%-
XYZ13.298.1842.47-
YUV79.94182.78132.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.79%
GREEN value IS 58 (23.05% from 255) = 18.07%
BLUE value IS 177 (69.53% from 255) = 55.14%
R=26.79%
G=18.07%
B=55.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86581770.510.6700.31254.1250.6446.08
Hex563AB1334301Ffe332e
Octal12672261631030373766356
Binary101011011101010110001110011100001101111111111110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,58,177); }

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

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

 a { background-color: rgb(86,58,177); }

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

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

 span { border-color: rgb(86,58,177); }

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