Shades of Purple #710679
Tints of Purple #710679
RGB
CMYK
RGB Variations
Color information
#710679 (or 0x710679) is known color: Purple. HEX triplet: 71, 06 and 79. RGB value is (113,6,121). Sum of RGB (Red+Green+Blue) = 113+6+121=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #710679 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710679 is #8EF986. Grayscale: #323232. Windows color (decimal): -9369991 or 7931505. OLE color: 7931505.
HSL color Cylindrical-coordinate representation of color #710679: hue angle of 295.83º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710679 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 6 | 121 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.53 |
| HSL | 295.83º | 0.91% | 0.25% | - |
| HSV(B) | 295.83º | 0.95% | 0.47% | - |
| XYZ | 10.33 | 5.02 | 18.51 | - |
| YUV | 51.1 | 167.45 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 6 | 121 | 0.07 | 0.95 | 0 | 0.53 | 295.83 | 0.91 | 0.25 |
| Hex | 71 | 6 | 79 | 7 | 5F | 0 | 35 | 128 | 5B | 19 |
| Octal | 161 | 6 | 171 | 7 | 137 | 0 | 65 | 450 | 133 | 31 |
| Binary | 1110001 | 110 | 1111001 | 111 | 1011111 | 0 | 110101 | 100101000 | 1011011 | 11001 |
Color Harmonies of #710679
Complementary color
Monochromatic Colors of #710679
Black with #710679
Text Example
Text Example
White with #710679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710679; }
p { color: rgb(113,6,121); }
H1.HeaderClassName
{
color: #710679;
}
.AnyTagClassName
{
color: #710679;
}
</style>
background-color css
<style>
a { background-color: #710679; }
a { background-color: rgb(113,6,121); }
div.DivClassName
{
background-color: #710679;
}
.BgClassName
{
background-color: #710679;
}
</style>
border-color css
<style>
span { border-color: #710679; }
span { border-color: rgb(113,6,121); }
td.TdClassName
{
border-color: #710679;
}
.TagClassName
{
border-color: #710679;
}
</style>