Shades of Purple Heart #710AB8
Tints of Purple Heart #710AB8
RGB
CMYK
RGB Variations
Color information
#710AB8 (or 0x710AB8) is known color: Purple Heart. HEX triplet: 71, 0A and B8. RGB value is (113,10,184). Sum of RGB (Red+Green+Blue) = 113+10+184=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 184 (72.27% from 255 or 59.93% from 307); Max value from RGB is 184 - color contains mainly: blue. Hex color #710AB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710AB8 is #8EF547. Grayscale: #3C3C3C. Windows color (decimal): -9368904 or 12061297. OLE color: 12061297.
HSL color Cylindrical-coordinate representation of color #710AB8: hue angle of 275.52º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710AB8 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 10 | 184 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.28 |
| HSL | 275.52º | 0.9% | 0.38% | - |
| HSV(B) | 275.52º | 0.95% | 0.72% | - |
| XYZ | 15.57 | 7.19 | 45.91 | - |
| YUV | 60.63 | 197.62 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 184 | 0.39 | 0.95 | 0 | 0.28 | 275.52 | 0.9 | 0.38 |
| Hex | 71 | A | B8 | 27 | 5F | 0 | 1C | 114 | 5A | 26 |
| Octal | 161 | 12 | 270 | 47 | 137 | 0 | 34 | 424 | 132 | 46 |
| Binary | 1110001 | 1010 | 10111000 | 100111 | 1011111 | 0 | 11100 | 100010100 | 1011010 | 100110 |
Color Harmonies of #710AB8
Complementary color
Monochromatic Colors of #710AB8
Black with #710AB8
Text Example
Text Example
White with #710AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710AB8; }
p { color: rgb(113,10,184); }
H1.HeaderClassName
{
color: #710AB8;
}
.AnyTagClassName
{
color: #710AB8;
}
</style>
background-color css
<style>
a { background-color: #710AB8; }
a { background-color: rgb(113,10,184); }
div.DivClassName
{
background-color: #710AB8;
}
.BgClassName
{
background-color: #710AB8;
}
</style>
border-color css
<style>
span { border-color: #710AB8; }
span { border-color: rgb(113,10,184); }
td.TdClassName
{
border-color: #710AB8;
}
.TagClassName
{
border-color: #710AB8;
}
</style>