#563DD1

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

Shades of Purple Heart #563DD1

Tints of Purple Heart #563DD1

Color information

#563DD1 (or 0x563DD1) is unknown color: approx Purple Heart. HEX triplet: 56, 3D and D1. RGB value is (86,61,209). Sum of RGB (Red+Green+Blue) = 86+61+209=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 209 (82.03% from 255 or 58.71% from 356); Max value from RGB is 209 - color contains mainly: blue. Hex color #563DD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563DD1 is #A9C22E. Grayscale: #545454. Windows color (decimal): -11125295 or 13712726. OLE color: 13712726.

HSL color Cylindrical-coordinate representation of color #563DD1: hue angle of 250.14º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #563DD1 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8661209-
CMYK0.590.7100.18
HSL250.14º61.67%52.94%-
HSV(B)250.14º70.81%81.96%-
XYZ17.029.9261.34-
YUV85.35197.78128.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.16%
GREEN value IS 61 (24.22% from 255) = 17.13%
BLUE value IS 209 (82.03% from 255) = 58.71%
R=24.16%
G=17.13%
B=58.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal86612090.590.7100.18250.1461.6752.94
Hex563DD13B47012fa3e35
Octal12675321731070223727665
Binary101011011110111010001111011100011101001011111010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,61,209); }

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

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

 a { background-color: rgb(86,61,209); }

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

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

 span { border-color: rgb(86,61,209); }

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