Shades of Purple #710967
Tints of Purple #710967
RGB
CMYK
RGB Variations
Color information
#710967 (or 0x710967) is known color: Purple. HEX triplet: 71, 09 and 67. RGB value is (113,9,103). Sum of RGB (Red+Green+Blue) = 113+9+103=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #710967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710967 is #8EF698. Grayscale: #323232. Windows color (decimal): -9369241 or 6752625. OLE color: 6752625.
HSL color Cylindrical-coordinate representation of color #710967: hue angle of 305.77º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710967 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 9 | 103 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.56 |
| HSL | 305.77º | 0.85% | 0.24% | - |
| HSV(B) | 305.77º | 0.92% | 0.44% | - |
| XYZ | 9.36 | 4.69 | 13.24 | - |
| YUV | 50.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 9 | 103 | 0 | 0.92 | 0.09 | 0.56 | 305.77 | 0.85 | 0.24 |
| Hex | 71 | 9 | 67 | 0 | 5C | 9 | 38 | 132 | 55 | 18 |
| Octal | 161 | 11 | 147 | 0 | 134 | 11 | 70 | 462 | 125 | 30 |
| Binary | 1110001 | 1001 | 1100111 | 0 | 1011100 | 1001 | 111000 | 100110010 | 1010101 | 11000 |
Color Harmonies of #710967
Complementary color
Monochromatic Colors of #710967
Black with #710967
Text Example
Text Example
White with #710967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710967; }
p { color: rgb(113,9,103); }
H1.HeaderClassName
{
color: #710967;
}
.AnyTagClassName
{
color: #710967;
}
</style>
background-color css
<style>
a { background-color: #710967; }
a { background-color: rgb(113,9,103); }
div.DivClassName
{
background-color: #710967;
}
.BgClassName
{
background-color: #710967;
}
</style>
border-color css
<style>
span { border-color: #710967; }
span { border-color: rgb(113,9,103); }
td.TdClassName
{
border-color: #710967;
}
.TagClassName
{
border-color: #710967;
}
</style>