Shades of Royal Purple #7037AD
Tints of Royal Purple #7037AD
RGB
CMYK
RGB Variations
Color information
#7037AD (or 0x7037AD) is known color: Royal Purple. HEX triplet: 70, 37 and AD. RGB value is (112,55,173). Sum of RGB (Red+Green+Blue) = 112+55+173=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #7037AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7037AD is #8FC852. Grayscale: #555555. Windows color (decimal): -9422931 or 11351920. OLE color: 11351920.
HSL color Cylindrical-coordinate representation of color #7037AD: hue angle of 268.98º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7037AD is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 55 | 173 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.32 |
| HSL | 268.98º | 0.52% | 0.45% | - |
| HSV(B) | 268.98º | 0.68% | 0.68% | - |
| XYZ | 15.59 | 9.19 | 40.49 | - |
| YUV | 85.5 | 177.38 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 173 | 0.35 | 0.68 | 0 | 0.32 | 268.98 | 0.52 | 0.45 |
| Hex | 70 | 37 | AD | 23 | 44 | 0 | 20 | 10D | 34 | 2D |
| Octal | 160 | 67 | 255 | 43 | 104 | 0 | 40 | 415 | 64 | 55 |
| Binary | 1110000 | 110111 | 10101101 | 100011 | 1000100 | 0 | 100000 | 100001101 | 110100 | 101101 |
Color Harmonies of #7037AD
Complementary color
Monochromatic Colors of #7037AD
Black with #7037AD
Text Example
Text Example
White with #7037AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7037AD; }
p { color: rgb(112,55,173); }
H1.HeaderClassName
{
color: #7037AD;
}
.AnyTagClassName
{
color: #7037AD;
}
</style>
background-color css
<style>
a { background-color: #7037AD; }
a { background-color: rgb(112,55,173); }
div.DivClassName
{
background-color: #7037AD;
}
.BgClassName
{
background-color: #7037AD;
}
</style>
border-color css
<style>
span { border-color: #7037AD; }
span { border-color: rgb(112,55,173); }
td.TdClassName
{
border-color: #7037AD;
}
.TagClassName
{
border-color: #7037AD;
}
</style>