Shades of Purple Heart #5612AF
Tints of Purple Heart #5612AF
RGB
CMYK
RGB Variations
Color information
#5612AF (or 0x5612AF) is known color: Purple Heart. HEX triplet: 56, 12 and AF. RGB value is (86,18,175). Sum of RGB (Red+Green+Blue) = 86+18+175=279 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.82% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 175 (68.75% from 255 or 62.72% from 279); Max value from RGB is 175 - color contains mainly: blue. Hex color #5612AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5612AF is #A9ED50. Grayscale: #373737. Windows color (decimal): -11136337 or 11473494. OLE color: 11473494.
HSL color Cylindrical-coordinate representation of color #5612AF: hue angle of 265.99º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5612AF is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 86 | 18 | 175 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.31 |
| HSL | 265.99º | 0.81% | 0.38% | - |
| HSV(B) | 265.99º | 0.9% | 0.69% | - |
| XYZ | 11.79 | 5.51 | 41 | - |
| YUV | 56.23 | 195.03 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 175 | 0.51 | 0.90 | 0 | 0.31 | 265.99 | 0.81 | 0.38 |
| Hex | 56 | 12 | AF | 33 | 5A | 0 | 1F | 10A | 51 | 26 |
| Octal | 126 | 22 | 257 | 63 | 132 | 0 | 37 | 412 | 121 | 46 |
| Binary | 1010110 | 10010 | 10101111 | 110011 | 1011010 | 0 | 11111 | 100001010 | 1010001 | 100110 |
Color Harmonies of #5612AF
Complementary color
Monochromatic Colors of #5612AF
Black with #5612AF
Text Example
Text Example
White with #5612AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5612AF; }
p { color: rgb(86,18,175); }
H1.HeaderClassName
{
color: #5612AF;
}
.AnyTagClassName
{
color: #5612AF;
}
</style>
background-color css
<style>
a { background-color: #5612AF; }
a { background-color: rgb(86,18,175); }
div.DivClassName
{
background-color: #5612AF;
}
.BgClassName
{
background-color: #5612AF;
}
</style>
border-color css
<style>
span { border-color: #5612AF; }
span { border-color: rgb(86,18,175); }
td.TdClassName
{
border-color: #5612AF;
}
.TagClassName
{
border-color: #5612AF;
}
</style>