Shades of Purple Heart #560AB3
Tints of Purple Heart #560AB3
RGB
CMYK
RGB Variations
Color information
#560AB3 (or 0x560AB3) is known color: Purple Heart. HEX triplet: 56, 0A and B3. RGB value is (86,10,179). Sum of RGB (Red+Green+Blue) = 86+10+179=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 179 (70.31% from 255 or 65.09% from 275); Max value from RGB is 179 - color contains mainly: blue. Hex color #560AB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #560AB3 is #A9F54C. Grayscale: #333333. Windows color (decimal): -11138381 or 11733590. OLE color: 11733590.
HSL color Cylindrical-coordinate representation of color #560AB3: hue angle of 266.98º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560AB3 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 86 | 10 | 179 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.30 |
| HSL | 266.98º | 0.89% | 0.37% | - |
| HSV(B) | 266.98º | 0.94% | 0.7% | - |
| XYZ | 12.08 | 5.45 | 43.06 | - |
| YUV | 51.99 | 199.68 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 179 | 0.52 | 0.94 | 0 | 0.30 | 266.98 | 0.89 | 0.37 |
| Hex | 56 | A | B3 | 34 | 5E | 0 | 1E | 10B | 59 | 25 |
| Octal | 126 | 12 | 263 | 64 | 136 | 0 | 36 | 413 | 131 | 45 |
| Binary | 1010110 | 1010 | 10110011 | 110100 | 1011110 | 0 | 11110 | 100001011 | 1011001 | 100101 |
Color Harmonies of #560AB3
Complementary color
Monochromatic Colors of #560AB3
Black with #560AB3
Text Example
Text Example
White with #560AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560AB3; }
p { color: rgb(86,10,179); }
H1.HeaderClassName
{
color: #560AB3;
}
.AnyTagClassName
{
color: #560AB3;
}
</style>
background-color css
<style>
a { background-color: #560AB3; }
a { background-color: rgb(86,10,179); }
div.DivClassName
{
background-color: #560AB3;
}
.BgClassName
{
background-color: #560AB3;
}
</style>
border-color css
<style>
span { border-color: #560AB3; }
span { border-color: rgb(86,10,179); }
td.TdClassName
{
border-color: #560AB3;
}
.TagClassName
{
border-color: #560AB3;
}
</style>