Shades of Purple #710A67
Tints of Purple #710A67
RGB
CMYK
RGB Variations
Color information
#710A67 (or 0x710A67) is known color: Purple. HEX triplet: 71, 0A and 67. RGB value is (113,10,103). Sum of RGB (Red+Green+Blue) = 113+10+103=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #710A67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710A67 is #8EF598. Grayscale: #333333. Windows color (decimal): -9368985 or 6752881. OLE color: 6752881.
HSL color Cylindrical-coordinate representation of color #710A67: hue angle of 305.83º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A67 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 10 | 103 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.56 |
| HSL | 305.83º | 0.84% | 0.24% | - |
| HSV(B) | 305.83º | 0.91% | 0.44% | - |
| XYZ | 9.37 | 4.71 | 13.25 | - |
| YUV | 51.4 | 157.12 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 103 | 0 | 0.91 | 0.09 | 0.56 | 305.83 | 0.84 | 0.24 |
| Hex | 71 | A | 67 | 0 | 5B | 9 | 38 | 132 | 54 | 18 |
| Octal | 161 | 12 | 147 | 0 | 133 | 11 | 70 | 462 | 124 | 30 |
| Binary | 1110001 | 1010 | 1100111 | 0 | 1011011 | 1001 | 111000 | 100110010 | 1010100 | 11000 |
Color Harmonies of #710A67
Complementary color
Monochromatic Colors of #710A67
Black with #710A67
Text Example
Text Example
White with #710A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710A67; }
p { color: rgb(113,10,103); }
H1.HeaderClassName
{
color: #710A67;
}
.AnyTagClassName
{
color: #710A67;
}
</style>
background-color css
<style>
a { background-color: #710A67; }
a { background-color: rgb(113,10,103); }
div.DivClassName
{
background-color: #710A67;
}
.BgClassName
{
background-color: #710A67;
}
</style>
border-color css
<style>
span { border-color: #710A67; }
span { border-color: rgb(113,10,103); }
td.TdClassName
{
border-color: #710A67;
}
.TagClassName
{
border-color: #710A67;
}
</style>