#563AAF

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

Shades of Purple Heart #563AAF

Tints of Purple Heart #563AAF

Color information

#563AAF (or 0x563AAF) is unknown color: approx Purple Heart. HEX triplet: 56, 3A and AF. RGB value is (86,58,175). Sum of RGB (Red+Green+Blue) = 86+58+175=319 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.96% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #563AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563AAF is #A9C550. Grayscale: #4F4F4F. Windows color (decimal): -11126097 or 11483734. OLE color: 11483734.

HSL color Cylindrical-coordinate representation of color #563AAF: hue angle of 254.36º degrees, saturation: 0.5, 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 #563AAF is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8658175-
CMYK0.510.6700.31
HSL254.36º50.21%45.69%-
HSV(B)254.36º66.86%68.63%-
XYZ13.098.141.43-
YUV79.71181.78132.49-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.96%
GREEN value IS 58 (23.05% from 255) = 18.18%
BLUE value IS 175 (68.75% from 255) = 54.86%
R=26.96%
G=18.18%
B=54.86%

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
Decimal86581750.510.6700.31254.3650.2145.69
Hex563AAF334301Ffe322e
Octal12672257631030373766256
Binary101011011101010101111110011100001101111111111110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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