Shades of Purple Heart #710BAF
Tints of Purple Heart #710BAF
RGB
CMYK
RGB Variations
Color information
#710BAF (or 0x710BAF) is known color: Purple Heart. HEX triplet: 71, 0B and AF. RGB value is (113,11,175). Sum of RGB (Red+Green+Blue) = 113+11+175=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #710BAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710BAF is #8EF450. Grayscale: #3B3B3B. Windows color (decimal): -9368657 or 11471729. OLE color: 11471729.
HSL color Cylindrical-coordinate representation of color #710BAF: hue angle of 277.32º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710BAF is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 11 | 175 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.31 |
| HSL | 277.32º | 0.88% | 0.36% | - |
| HSV(B) | 277.32º | 0.94% | 0.69% | - |
| XYZ | 14.67 | 6.85 | 41.11 | - |
| YUV | 60.19 | 192.79 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 175 | 0.35 | 0.94 | 0 | 0.31 | 277.32 | 0.88 | 0.36 |
| Hex | 71 | B | AF | 23 | 5E | 0 | 1F | 115 | 58 | 24 |
| Octal | 161 | 13 | 257 | 43 | 136 | 0 | 37 | 425 | 130 | 44 |
| Binary | 1110001 | 1011 | 10101111 | 100011 | 1011110 | 0 | 11111 | 100010101 | 1011000 | 100100 |
Color Harmonies of #710BAF
Complementary color
Monochromatic Colors of #710BAF
Black with #710BAF
Text Example
Text Example
White with #710BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710BAF; }
p { color: rgb(113,11,175); }
H1.HeaderClassName
{
color: #710BAF;
}
.AnyTagClassName
{
color: #710BAF;
}
</style>
background-color css
<style>
a { background-color: #710BAF; }
a { background-color: rgb(113,11,175); }
div.DivClassName
{
background-color: #710BAF;
}
.BgClassName
{
background-color: #710BAF;
}
</style>
border-color css
<style>
span { border-color: #710BAF; }
span { border-color: rgb(113,11,175); }
td.TdClassName
{
border-color: #710BAF;
}
.TagClassName
{
border-color: #710BAF;
}
</style>