Shades of Royal Purple #7230AD
Tints of Royal Purple #7230AD
RGB
CMYK
RGB Variations
Color information
#7230AD (or 0x7230AD) is known color: Royal Purple. HEX triplet: 72, 30 and AD. RGB value is (114,48,173). Sum of RGB (Red+Green+Blue) = 114+48+173=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #7230AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7230AD is #8DCF52. Grayscale: #515151. Windows color (decimal): -9293651 or 11350130. OLE color: 11350130.
HSL color Cylindrical-coordinate representation of color #7230AD: hue angle of 271.68º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7230AD is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 48 | 173 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.32 |
| HSL | 271.68º | 0.57% | 0.43% | - |
| HSV(B) | 271.68º | 0.72% | 0.68% | - |
| XYZ | 15.54 | 8.71 | 40.4 | - |
| YUV | 81.98 | 179.37 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 48 | 173 | 0.34 | 0.72 | 0 | 0.32 | 271.68 | 0.57 | 0.43 |
| Hex | 72 | 30 | AD | 22 | 48 | 0 | 20 | 110 | 39 | 2B |
| Octal | 162 | 60 | 255 | 42 | 110 | 0 | 40 | 420 | 71 | 53 |
| Binary | 1110010 | 110000 | 10101101 | 100010 | 1001000 | 0 | 100000 | 100010000 | 111001 | 101011 |
Color Harmonies of #7230AD
Complementary color
Monochromatic Colors of #7230AD
Black with #7230AD
Text Example
Text Example
White with #7230AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7230AD; }
p { color: rgb(114,48,173); }
H1.HeaderClassName
{
color: #7230AD;
}
.AnyTagClassName
{
color: #7230AD;
}
</style>
background-color css
<style>
a { background-color: #7230AD; }
a { background-color: rgb(114,48,173); }
div.DivClassName
{
background-color: #7230AD;
}
.BgClassName
{
background-color: #7230AD;
}
</style>
border-color css
<style>
span { border-color: #7230AD; }
span { border-color: rgb(114,48,173); }
td.TdClassName
{
border-color: #7230AD;
}
.TagClassName
{
border-color: #7230AD;
}
</style>