Shades of Royal Purple #7335AF
Tints of Royal Purple #7335AF
RGB
CMYK
RGB Variations
Color information
#7335AF (or 0x7335AF) is known color: Royal Purple. HEX triplet: 73, 35 and AF. RGB value is (115,53,175). Sum of RGB (Red+Green+Blue) = 115+53+175=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #7335AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7335AF is #8CCA50. Grayscale: #555555. Windows color (decimal): -9226833 or 11482483. OLE color: 11482483.
HSL color Cylindrical-coordinate representation of color #7335AF: hue angle of 270.49º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7335AF is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 53 | 175 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.31 |
| HSL | 270.49º | 0.54% | 0.45% | - |
| HSV(B) | 270.49º | 0.7% | 0.69% | - |
| XYZ | 16.08 | 9.29 | 41.5 | - |
| YUV | 85.45 | 178.54 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 53 | 175 | 0.34 | 0.70 | 0 | 0.31 | 270.49 | 0.54 | 0.45 |
| Hex | 73 | 35 | AF | 22 | 46 | 0 | 1F | 10E | 36 | 2D |
| Octal | 163 | 65 | 257 | 42 | 106 | 0 | 37 | 416 | 66 | 55 |
| Binary | 1110011 | 110101 | 10101111 | 100010 | 1000110 | 0 | 11111 | 100001110 | 110110 | 101101 |
Color Harmonies of #7335AF
Complementary color
Monochromatic Colors of #7335AF
Black with #7335AF
Text Example
Text Example
White with #7335AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7335AF; }
p { color: rgb(115,53,175); }
H1.HeaderClassName
{
color: #7335AF;
}
.AnyTagClassName
{
color: #7335AF;
}
</style>
background-color css
<style>
a { background-color: #7335AF; }
a { background-color: rgb(115,53,175); }
div.DivClassName
{
background-color: #7335AF;
}
.BgClassName
{
background-color: #7335AF;
}
</style>
border-color css
<style>
span { border-color: #7335AF; }
span { border-color: rgb(115,53,175); }
td.TdClassName
{
border-color: #7335AF;
}
.TagClassName
{
border-color: #7335AF;
}
</style>