#563CAF

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

Shades of Purple Heart #563CAF

Tints of Purple Heart #563CAF

Color information

#563CAF (or 0x563CAF) is unknown color: approx Purple Heart. HEX triplet: 56, 3C and AF. RGB value is (86,60,175). Sum of RGB (Red+Green+Blue) = 86+60+175=321 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.79% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #563CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563CAF is #A9C350. Grayscale: #505050. Windows color (decimal): -11125585 or 11484246. OLE color: 11484246.

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

Color convert

RGB8660175-
CMYK0.510.6600.31
HSL253.57º48.94%46.08%-
HSV(B)253.57º65.71%68.63%-
XYZ13.198.3141.47-
YUV80.88181.11131.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.79%
GREEN value IS 60 (23.83% from 255) = 18.69%
BLUE value IS 175 (68.75% from 255) = 54.52%
R=26.79%
G=18.69%
B=54.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86601750.510.6600.31253.5748.9446.08
Hex563CAF334201Ffe312e
Octal12674257631020373766156
Binary101011011110010101111110011100001001111111111110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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