Shades of Purple #710066
Tints of Purple #710066
RGB
CMYK
RGB Variations
Color information
#710066 (or 0x710066) is known color: Purple. HEX triplet: 71, 00 and 66. RGB value is (113,0,102). Sum of RGB (Red+Green+Blue) = 113+0+102=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 102 (40.23% from 255 or 47.44% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #710066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710066 is #8EFF99. Grayscale: #2D2D2D. Windows color (decimal): -9371546 or 6684785. OLE color: 6684785.
HSL color Cylindrical-coordinate representation of color #710066: hue angle of 305.84º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #710066 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.10 | 0.56 |
| HSL | 305.84º | 1% | 0.22% | - |
| HSV(B) | 305.84º | 1% | 0.44% | - |
| XYZ | 9.21 | 4.47 | 12.95 | - |
| YUV | 45.42 | 159.94 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 102 | 0 | 1 | 0.10 | 0.56 | 305.84 | 1 | 0.22 |
| Hex | 71 | 0 | 66 | 0 | 64 | A | 38 | 132 | 64 | 16 |
| Octal | 161 | 0 | 146 | 0 | 144 | 12 | 70 | 462 | 144 | 26 |
| Binary | 1110001 | 0 | 1100110 | 0 | 1100100 | 1010 | 111000 | 100110010 | 1100100 | 10110 |
Color Harmonies of #710066
Complementary color
Monochromatic Colors of #710066
Black with #710066
Text Example
Text Example
White with #710066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710066; }
p { color: rgb(113,0,102); }
H1.HeaderClassName
{
color: #710066;
}
.AnyTagClassName
{
color: #710066;
}
</style>
background-color css
<style>
a { background-color: #710066; }
a { background-color: rgb(113,0,102); }
div.DivClassName
{
background-color: #710066;
}
.BgClassName
{
background-color: #710066;
}
</style>
border-color css
<style>
span { border-color: #710066; }
span { border-color: rgb(113,0,102); }
td.TdClassName
{
border-color: #710066;
}
.TagClassName
{
border-color: #710066;
}
</style>