Shades of Purple #710878
Tints of Purple #710878
RGB
CMYK
RGB Variations
Color information
#710878 (or 0x710878) is known color: Purple. HEX triplet: 71, 08 and 78. RGB value is (113,8,120). Sum of RGB (Red+Green+Blue) = 113+8+120=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #710878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710878 is #8EF787. Grayscale: #333333. Windows color (decimal): -9369480 or 7866481. OLE color: 7866481.
HSL color Cylindrical-coordinate representation of color #710878: hue angle of 296.25º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710878 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 8 | 120 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.53 |
| HSL | 296.25º | 0.88% | 0.25% | - |
| HSV(B) | 296.25º | 0.93% | 0.47% | - |
| XYZ | 10.29 | 5.04 | 18.2 | - |
| YUV | 52.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 8 | 120 | 0.06 | 0.93 | 0 | 0.53 | 296.25 | 0.88 | 0.25 |
| Hex | 71 | 8 | 78 | 6 | 5D | 0 | 35 | 128 | 58 | 19 |
| Octal | 161 | 10 | 170 | 6 | 135 | 0 | 65 | 450 | 130 | 31 |
| Binary | 1110001 | 1000 | 1111000 | 110 | 1011101 | 0 | 110101 | 100101000 | 1011000 | 11001 |
Color Harmonies of #710878
Complementary color
Monochromatic Colors of #710878
Black with #710878
Text Example
Text Example
White with #710878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710878; }
p { color: rgb(113,8,120); }
H1.HeaderClassName
{
color: #710878;
}
.AnyTagClassName
{
color: #710878;
}
</style>
background-color css
<style>
a { background-color: #710878; }
a { background-color: rgb(113,8,120); }
div.DivClassName
{
background-color: #710878;
}
.BgClassName
{
background-color: #710878;
}
</style>
border-color css
<style>
span { border-color: #710878; }
span { border-color: rgb(113,8,120); }
td.TdClassName
{
border-color: #710878;
}
.TagClassName
{
border-color: #710878;
}
</style>