Shades of Purple Heart #562ADD
Tints of Purple Heart #562ADD
RGB
CMYK
RGB Variations
Color information
#562ADD (or 0x562ADD) is known color: Purple Heart. HEX triplet: 56, 2A and DD. RGB value is (86,42,221). Sum of RGB (Red+Green+Blue) = 86+42+221=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 42 (16.80% from 255 or 12.03% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #562ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562ADD is #A9D522. Grayscale: #4A4A4A. Windows color (decimal): -11130147 or 14494294. OLE color: 14494294.
HSL color Cylindrical-coordinate representation of color #562ADD: hue angle of 254.75º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #562ADD is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 42 | 221 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.13 |
| HSL | 254.75º | 0.72% | 0.52% | - |
| HSV(B) | 254.75º | 0.81% | 0.87% | - |
| XYZ | 17.72 | 8.85 | 69.18 | - |
| YUV | 75.56 | 210.08 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 221 | 0.61 | 0.81 | 0 | 0.13 | 254.75 | 0.72 | 0.52 |
| Hex | 56 | 2A | DD | 3D | 51 | 0 | D | FF | 48 | 34 |
| Octal | 126 | 52 | 335 | 75 | 121 | 0 | 15 | 377 | 110 | 64 |
| Binary | 1010110 | 101010 | 11011101 | 111101 | 1010001 | 0 | 1101 | 11111111 | 1001000 | 110100 |
Color Harmonies of #562ADD
Complementary color
Monochromatic Colors of #562ADD
Black with #562ADD
Text Example
Text Example
White with #562ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562ADD; }
p { color: rgb(86,42,221); }
H1.HeaderClassName
{
color: #562ADD;
}
.AnyTagClassName
{
color: #562ADD;
}
</style>
background-color css
<style>
a { background-color: #562ADD; }
a { background-color: rgb(86,42,221); }
div.DivClassName
{
background-color: #562ADD;
}
.BgClassName
{
background-color: #562ADD;
}
</style>
border-color css
<style>
span { border-color: #562ADD; }
span { border-color: rgb(86,42,221); }
td.TdClassName
{
border-color: #562ADD;
}
.TagClassName
{
border-color: #562ADD;
}
</style>