Shades of Purple #710B78
Tints of Purple #710B78
RGB
CMYK
RGB Variations
Color information
#710B78 (or 0x710B78) is known color: Purple. HEX triplet: 71, 0B and 78. RGB value is (113,11,120). Sum of RGB (Red+Green+Blue) = 113+11+120=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #710B78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B78 is #8EF487. Grayscale: #353535. Windows color (decimal): -9368712 or 7867249. OLE color: 7867249.
HSL color Cylindrical-coordinate representation of color #710B78: hue angle of 296.15º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710B78 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 11 | 120 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.53 |
| HSL | 296.15º | 0.83% | 0.26% | - |
| HSV(B) | 296.15º | 0.91% | 0.47% | - |
| XYZ | 10.32 | 5.11 | 18.21 | - |
| YUV | 53.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 120 | 0.06 | 0.91 | 0 | 0.53 | 296.15 | 0.83 | 0.26 |
| Hex | 71 | B | 78 | 6 | 5B | 0 | 35 | 128 | 53 | 1A |
| Octal | 161 | 13 | 170 | 6 | 133 | 0 | 65 | 450 | 123 | 32 |
| Binary | 1110001 | 1011 | 1111000 | 110 | 1011011 | 0 | 110101 | 100101000 | 1010011 | 11010 |
Color Harmonies of #710B78
Complementary color
Monochromatic Colors of #710B78
Black with #710B78
Text Example
Text Example
White with #710B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B78; }
p { color: rgb(113,11,120); }
H1.HeaderClassName
{
color: #710B78;
}
.AnyTagClassName
{
color: #710B78;
}
</style>
background-color css
<style>
a { background-color: #710B78; }
a { background-color: rgb(113,11,120); }
div.DivClassName
{
background-color: #710B78;
}
.BgClassName
{
background-color: #710B78;
}
</style>
border-color css
<style>
span { border-color: #710B78; }
span { border-color: rgb(113,11,120); }
td.TdClassName
{
border-color: #710B78;
}
.TagClassName
{
border-color: #710B78;
}
</style>