Shades of Purple #710069
Tints of Purple #710069
RGB
CMYK
RGB Variations
Color information
#710069 (or 0x710069) is known color: Purple. HEX triplet: 71, 00 and 69. RGB value is (113,0,105). Sum of RGB (Red+Green+Blue) = 113+0+105=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #710069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710069 is #8EFF96. Grayscale: #2D2D2D. Windows color (decimal): -9371543 or 6881393. OLE color: 6881393.
HSL color Cylindrical-coordinate representation of color #710069: hue angle of 304.25º 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 #710069 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.07 | 0.56 |
| HSL | 304.25º | 1% | 0.22% | - |
| HSV(B) | 304.25º | 1% | 0.44% | - |
| XYZ | 9.36 | 4.53 | 13.75 | - |
| YUV | 45.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 0 | 105 | 0 | 1 | 0.07 | 0.56 | 304.25 | 1 | 0.22 |
| Hex | 71 | 0 | 69 | 0 | 64 | 7 | 38 | 130 | 64 | 16 |
| Octal | 161 | 0 | 151 | 0 | 144 | 7 | 70 | 460 | 144 | 26 |
| Binary | 1110001 | 0 | 1101001 | 0 | 1100100 | 111 | 111000 | 100110000 | 1100100 | 10110 |
Color Harmonies of #710069
Complementary color
Monochromatic Colors of #710069
Black with #710069
Text Example
Text Example
White with #710069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710069; }
p { color: rgb(113,0,105); }
H1.HeaderClassName
{
color: #710069;
}
.AnyTagClassName
{
color: #710069;
}
</style>
background-color css
<style>
a { background-color: #710069; }
a { background-color: rgb(113,0,105); }
div.DivClassName
{
background-color: #710069;
}
.BgClassName
{
background-color: #710069;
}
</style>
border-color css
<style>
span { border-color: #710069; }
span { border-color: rgb(113,0,105); }
td.TdClassName
{
border-color: #710069;
}
.TagClassName
{
border-color: #710069;
}
</style>