Shades of Purple #710673
Tints of Purple #710673
RGB
CMYK
RGB Variations
Color information
#710673 (or 0x710673) is known color: Purple. HEX triplet: 71, 06 and 73. RGB value is (113,6,115). Sum of RGB (Red+Green+Blue) = 113+6+115=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #710673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710673 is #8EF98C. Grayscale: #323232. Windows color (decimal): -9369997 or 7538289. OLE color: 7538289.
HSL color Cylindrical-coordinate representation of color #710673: hue angle of 298.9º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710673 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 6 | 115 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.55 |
| HSL | 298.9º | 0.9% | 0.24% | - |
| HSV(B) | 298.9º | 0.95% | 0.45% | - |
| XYZ | 9.97 | 4.88 | 16.64 | - |
| YUV | 50.42 | 164.45 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 6 | 115 | 0.02 | 0.95 | 0 | 0.55 | 298.9 | 0.9 | 0.24 |
| Hex | 71 | 6 | 73 | 2 | 5F | 0 | 37 | 12B | 5A | 18 |
| Octal | 161 | 6 | 163 | 2 | 137 | 0 | 67 | 453 | 132 | 30 |
| Binary | 1110001 | 110 | 1110011 | 10 | 1011111 | 0 | 110111 | 100101011 | 1011010 | 11000 |
Color Harmonies of #710673
Complementary color
Monochromatic Colors of #710673
Black with #710673
Text Example
Text Example
White with #710673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710673; }
p { color: rgb(113,6,115); }
H1.HeaderClassName
{
color: #710673;
}
.AnyTagClassName
{
color: #710673;
}
</style>
background-color css
<style>
a { background-color: #710673; }
a { background-color: rgb(113,6,115); }
div.DivClassName
{
background-color: #710673;
}
.BgClassName
{
background-color: #710673;
}
</style>
border-color css
<style>
span { border-color: #710673; }
span { border-color: rgb(113,6,115); }
td.TdClassName
{
border-color: #710673;
}
.TagClassName
{
border-color: #710673;
}
</style>