Shades of Royal Purple #712DA2
Tints of Royal Purple #712DA2
RGB
CMYK
RGB Variations
Color information
#712DA2 (or 0x712DA2) is known color: Royal Purple. HEX triplet: 71, 2D and A2. RGB value is (113,45,162). Sum of RGB (Red+Green+Blue) = 113+45+162=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 162 (63.67% from 255 or 50.62% from 320); Max value from RGB is 162 - color contains mainly: blue. Hex color #712DA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712DA2 is #8ED25D. Grayscale: #4E4E4E. Windows color (decimal): -9359966 or 10628465. OLE color: 10628465.
HSL color Cylindrical-coordinate representation of color #712DA2: hue angle of 274.87º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712DA2 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 45 | 162 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.36 |
| HSL | 274.87º | 0.57% | 0.41% | - |
| HSV(B) | 274.87º | 0.72% | 0.64% | - |
| XYZ | 14.27 | 8 | 34.97 | - |
| YUV | 78.67 | 175.03 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 162 | 0.30 | 0.72 | 0 | 0.36 | 274.87 | 0.57 | 0.41 |
| Hex | 71 | 2D | A2 | 1E | 48 | 0 | 24 | 113 | 39 | 29 |
| Octal | 161 | 55 | 242 | 36 | 110 | 0 | 44 | 423 | 71 | 51 |
| Binary | 1110001 | 101101 | 10100010 | 11110 | 1001000 | 0 | 100100 | 100010011 | 111001 | 101001 |
Color Harmonies of #712DA2
Complementary color
Monochromatic Colors of #712DA2
Black with #712DA2
Text Example
Text Example
White with #712DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712DA2; }
p { color: rgb(113,45,162); }
H1.HeaderClassName
{
color: #712DA2;
}
.AnyTagClassName
{
color: #712DA2;
}
</style>
background-color css
<style>
a { background-color: #712DA2; }
a { background-color: rgb(113,45,162); }
div.DivClassName
{
background-color: #712DA2;
}
.BgClassName
{
background-color: #712DA2;
}
</style>
border-color css
<style>
span { border-color: #712DA2; }
span { border-color: rgb(113,45,162); }
td.TdClassName
{
border-color: #712DA2;
}
.TagClassName
{
border-color: #712DA2;
}
</style>