Shades of Purple #710372
Tints of Purple #710372
RGB
CMYK
RGB Variations
Color information
#710372 (or 0x710372) is known color: Purple. HEX triplet: 71, 03 and 72. RGB value is (113,3,114). Sum of RGB (Red+Green+Blue) = 113+3+114=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #710372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710372 is #8EFC8D. Grayscale: #303030. Windows color (decimal): -9370766 or 7471985. OLE color: 7471985.
HSL color Cylindrical-coordinate representation of color #710372: hue angle of 299.46º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #710372 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 3 | 114 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.55 |
| HSL | 299.46º | 0.95% | 0.23% | - |
| HSV(B) | 299.46º | 0.97% | 0.45% | - |
| XYZ | 9.88 | 4.79 | 16.32 | - |
| YUV | 48.54 | 164.94 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 3 | 114 | 0.01 | 0.97 | 0 | 0.55 | 299.46 | 0.95 | 0.23 |
| Hex | 71 | 3 | 72 | 1 | 61 | 0 | 37 | 12B | 5F | 17 |
| Octal | 161 | 3 | 162 | 1 | 141 | 0 | 67 | 453 | 137 | 27 |
| Binary | 1110001 | 11 | 1110010 | 1 | 1100001 | 0 | 110111 | 100101011 | 1011111 | 10111 |
Color Harmonies of #710372
Complementary color
Monochromatic Colors of #710372
Black with #710372
Text Example
Text Example
White with #710372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710372; }
p { color: rgb(113,3,114); }
H1.HeaderClassName
{
color: #710372;
}
.AnyTagClassName
{
color: #710372;
}
</style>
background-color css
<style>
a { background-color: #710372; }
a { background-color: rgb(113,3,114); }
div.DivClassName
{
background-color: #710372;
}
.BgClassName
{
background-color: #710372;
}
</style>
border-color css
<style>
span { border-color: #710372; }
span { border-color: rgb(113,3,114); }
td.TdClassName
{
border-color: #710372;
}
.TagClassName
{
border-color: #710372;
}
</style>