Shades of Purple Heart #563DC2
Tints of Purple Heart #563DC2
RGB
CMYK
RGB Variations
Color information
#563DC2 (or 0x563DC2) is known color: Purple Heart. HEX triplet: 56, 3D and C2. RGB value is (86,61,194). Sum of RGB (Red+Green+Blue) = 86+61+194=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 194 (76.17% from 255 or 56.89% from 341); Max value from RGB is 194 - color contains mainly: blue. Hex color #563DC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #563DC2 is #A9C23D. Grayscale: #535353. Windows color (decimal): -11125310 or 12729686. OLE color: 12729686.
HSL color Cylindrical-coordinate representation of color #563DC2: hue angle of 251.28º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #563DC2 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 61 | 194 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.24 |
| HSL | 251.28º | 0.52% | 0.5% | - |
| HSV(B) | 251.28º | 0.69% | 0.76% | - |
| XYZ | 15.24 | 9.21 | 52.01 | - |
| YUV | 83.64 | 190.28 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 61 | 194 | 0.56 | 0.69 | 0 | 0.24 | 251.28 | 0.52 | 0.5 |
| Hex | 56 | 3D | C2 | 38 | 45 | 0 | 18 | FB | 34 | 32 |
| Octal | 126 | 75 | 302 | 70 | 105 | 0 | 30 | 373 | 64 | 62 |
| Binary | 1010110 | 111101 | 11000010 | 111000 | 1000101 | 0 | 11000 | 11111011 | 110100 | 110010 |
Color Harmonies of #563DC2
Complementary color
Monochromatic Colors of #563DC2
Black with #563DC2
Text Example
Text Example
White with #563DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563DC2; }
p { color: rgb(86,61,194); }
H1.HeaderClassName
{
color: #563DC2;
}
.AnyTagClassName
{
color: #563DC2;
}
</style>
background-color css
<style>
a { background-color: #563DC2; }
a { background-color: rgb(86,61,194); }
div.DivClassName
{
background-color: #563DC2;
}
.BgClassName
{
background-color: #563DC2;
}
</style>
border-color css
<style>
span { border-color: #563DC2; }
span { border-color: rgb(86,61,194); }
td.TdClassName
{
border-color: #563DC2;
}
.TagClassName
{
border-color: #563DC2;
}
</style>