Shades of Royal Purple #712CAD
Tints of Royal Purple #712CAD
RGB
CMYK
RGB Variations
Color information
#712CAD (or 0x712CAD) is known color: Royal Purple. HEX triplet: 71, 2C and AD. RGB value is (113,44,173). Sum of RGB (Red+Green+Blue) = 113+44+173=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #712CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712CAD is #8ED352. Grayscale: #4E4E4E. Windows color (decimal): -9360211 or 11349105. OLE color: 11349105.
HSL color Cylindrical-coordinate representation of color #712CAD: hue angle of 272.09º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #712CAD is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 44 | 173 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.32 |
| HSL | 272.09º | 0.59% | 0.43% | - |
| HSV(B) | 272.09º | 0.75% | 0.68% | - |
| XYZ | 15.25 | 8.33 | 40.34 | - |
| YUV | 79.34 | 180.86 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 173 | 0.35 | 0.75 | 0 | 0.32 | 272.09 | 0.59 | 0.43 |
| Hex | 71 | 2C | AD | 23 | 4B | 0 | 20 | 110 | 3B | 2B |
| Octal | 161 | 54 | 255 | 43 | 113 | 0 | 40 | 420 | 73 | 53 |
| Binary | 1110001 | 101100 | 10101101 | 100011 | 1001011 | 0 | 100000 | 100010000 | 111011 | 101011 |
Color Harmonies of #712CAD
Complementary color
Monochromatic Colors of #712CAD
Black with #712CAD
Text Example
Text Example
White with #712CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712CAD; }
p { color: rgb(113,44,173); }
H1.HeaderClassName
{
color: #712CAD;
}
.AnyTagClassName
{
color: #712CAD;
}
</style>
background-color css
<style>
a { background-color: #712CAD; }
a { background-color: rgb(113,44,173); }
div.DivClassName
{
background-color: #712CAD;
}
.BgClassName
{
background-color: #712CAD;
}
</style>
border-color css
<style>
span { border-color: #712CAD; }
span { border-color: rgb(113,44,173); }
td.TdClassName
{
border-color: #712CAD;
}
.TagClassName
{
border-color: #712CAD;
}
</style>