Shades of Purple Heart #562FDA
Tints of Purple Heart #562FDA
RGB
CMYK
RGB Variations
Color information
#562FDA (or 0x562FDA) is known color: Purple Heart. HEX triplet: 56, 2F and DA. RGB value is (86,47,218). Sum of RGB (Red+Green+Blue) = 86+47+218=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #562FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562FDA is #A9D025. Grayscale: #4D4D4D. Windows color (decimal): -11128870 or 14298966. OLE color: 14298966.
HSL color Cylindrical-coordinate representation of color #562FDA: hue angle of 253.68º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #562FDA is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 47 | 218 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.15 |
| HSL | 253.68º | 0.7% | 0.52% | - |
| HSV(B) | 253.68º | 0.78% | 0.85% | - |
| XYZ | 17.51 | 9.07 | 67.16 | - |
| YUV | 78.16 | 206.92 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 47 | 218 | 0.61 | 0.78 | 0 | 0.15 | 253.68 | 0.7 | 0.52 |
| Hex | 56 | 2F | DA | 3D | 4E | 0 | F | FE | 46 | 34 |
| Octal | 126 | 57 | 332 | 75 | 116 | 0 | 17 | 376 | 106 | 64 |
| Binary | 1010110 | 101111 | 11011010 | 111101 | 1001110 | 0 | 1111 | 11111110 | 1000110 | 110100 |
Color Harmonies of #562FDA
Complementary color
Monochromatic Colors of #562FDA
Black with #562FDA
Text Example
Text Example
White with #562FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562FDA; }
p { color: rgb(86,47,218); }
H1.HeaderClassName
{
color: #562FDA;
}
.AnyTagClassName
{
color: #562FDA;
}
</style>
background-color css
<style>
a { background-color: #562FDA; }
a { background-color: rgb(86,47,218); }
div.DivClassName
{
background-color: #562FDA;
}
.BgClassName
{
background-color: #562FDA;
}
</style>
border-color css
<style>
span { border-color: #562FDA; }
span { border-color: rgb(86,47,218); }
td.TdClassName
{
border-color: #562FDA;
}
.TagClassName
{
border-color: #562FDA;
}
</style>