#563DC1

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

Shades of Purple Heart #563DC1

Tints of Purple Heart #563DC1

Color information

#563DC1 (or 0x563DC1) is unknown color: approx Purple Heart. HEX triplet: 56, 3D and C1. RGB value is (86,61,193). Sum of RGB (Red+Green+Blue) = 86+61+193=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 193 (75.78% from 255 or 56.76% from 340); Max value from RGB is 193 - color contains mainly: blue. Hex color #563DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563DC1 is #A9C23E. Grayscale: #535353. Windows color (decimal): -11125311 or 12664150. OLE color: 12664150.

HSL color Cylindrical-coordinate representation of color #563DC1: hue angle of 251.36º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #563DC1 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8661193-
CMYK0.550.6800.24
HSL251.36º51.97%49.8%-
HSV(B)251.36º68.39%75.69%-
XYZ15.139.1751.42-
YUV83.52189.78129.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.29%
GREEN value IS 61 (24.22% from 255) = 17.94%
BLUE value IS 193 (75.78% from 255) = 56.76%
R=25.29%
G=17.94%
B=56.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal86611930.550.6800.24251.3651.9749.8
Hex563DC13744018fb3432
Octal12675301671040303736462
Binary101011011110111000001110111100010001100011111011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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