#563ADD

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

Shades of Purple Heart #563ADD

Tints of Purple Heart #563ADD

Color information

#563ADD (or 0x563ADD) is unknown color: approx Purple Heart. HEX triplet: 56, 3A and DD. RGB value is (86,58,221). Sum of RGB (Red+Green+Blue) = 86+58+221=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #563ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563ADD is #A9C522. Grayscale: #545454. Windows color (decimal): -11126051 or 14498390. OLE color: 14498390.

HSL color Cylindrical-coordinate representation of color #563ADD: hue angle of 250.31º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #563ADD is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8658221-
CMYK0.610.7400.13
HSL250.31º70.56%54.71%-
HSV(B)250.31º73.76%86.67%-
XYZ18.410.2369.41-
YUV84.95204.78128.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.56%
GREEN value IS 58 (23.05% from 255) = 15.89%
BLUE value IS 221 (86.72% from 255) = 60.55%
R=23.56%
G=15.89%
B=60.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal86582210.610.7400.13250.3170.5654.71
Hex563ADD3D4A0Dfa4737
Octal126723357511201537210767
Binary101011011101011011101111101100101001101111110101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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