Shades of Purple #710778
Tints of Purple #710778
RGB
CMYK
RGB Variations
Color information
#710778 (or 0x710778) is known color: Purple. HEX triplet: 71, 07 and 78. RGB value is (113,7,120). Sum of RGB (Red+Green+Blue) = 113+7+120=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #710778 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710778 is #8EF887. Grayscale: #333333. Windows color (decimal): -9369736 or 7866225. OLE color: 7866225.
HSL color Cylindrical-coordinate representation of color #710778: hue angle of 296.28º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710778 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 7 | 120 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.53 |
| HSL | 296.28º | 0.89% | 0.25% | - |
| HSV(B) | 296.28º | 0.94% | 0.47% | - |
| XYZ | 10.28 | 5.02 | 18.2 | - |
| YUV | 51.58 | 166.62 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 7 | 120 | 0.06 | 0.94 | 0 | 0.53 | 296.28 | 0.89 | 0.25 |
| Hex | 71 | 7 | 78 | 6 | 5E | 0 | 35 | 128 | 59 | 19 |
| Octal | 161 | 7 | 170 | 6 | 136 | 0 | 65 | 450 | 131 | 31 |
| Binary | 1110001 | 111 | 1111000 | 110 | 1011110 | 0 | 110101 | 100101000 | 1011001 | 11001 |
Color Harmonies of #710778
Complementary color
Monochromatic Colors of #710778
Black with #710778
Text Example
Text Example
White with #710778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710778; }
p { color: rgb(113,7,120); }
H1.HeaderClassName
{
color: #710778;
}
.AnyTagClassName
{
color: #710778;
}
</style>
background-color css
<style>
a { background-color: #710778; }
a { background-color: rgb(113,7,120); }
div.DivClassName
{
background-color: #710778;
}
.BgClassName
{
background-color: #710778;
}
</style>
border-color css
<style>
span { border-color: #710778; }
span { border-color: rgb(113,7,120); }
td.TdClassName
{
border-color: #710778;
}
.TagClassName
{
border-color: #710778;
}
</style>