Shades of Royal Purple #732DAA
Tints of Royal Purple #732DAA
RGB
CMYK
RGB Variations
Color information
#732DAA (or 0x732DAA) is known color: Royal Purple. HEX triplet: 73, 2D and AA. RGB value is (115,45,170). Sum of RGB (Red+Green+Blue) = 115+45+170=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #732DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732DAA is #8CD255. Grayscale: #4F4F4F. Windows color (decimal): -9228886 or 11152755. OLE color: 11152755.
HSL color Cylindrical-coordinate representation of color #732DAA: hue angle of 273.6º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #732DAA is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 45 | 170 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.33 |
| HSL | 273.6º | 0.58% | 0.42% | - |
| HSV(B) | 273.6º | 0.74% | 0.67% | - |
| XYZ | 15.26 | 8.42 | 38.85 | - |
| YUV | 80.18 | 178.69 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 170 | 0.32 | 0.74 | 0 | 0.33 | 273.6 | 0.58 | 0.42 |
| Hex | 73 | 2D | AA | 20 | 4A | 0 | 21 | 112 | 3A | 2A |
| Octal | 163 | 55 | 252 | 40 | 112 | 0 | 41 | 422 | 72 | 52 |
| Binary | 1110011 | 101101 | 10101010 | 100000 | 1001010 | 0 | 100001 | 100010010 | 111010 | 101010 |
Color Harmonies of #732DAA
Complementary color
Monochromatic Colors of #732DAA
Black with #732DAA
Text Example
Text Example
White with #732DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732DAA; }
p { color: rgb(115,45,170); }
H1.HeaderClassName
{
color: #732DAA;
}
.AnyTagClassName
{
color: #732DAA;
}
</style>
background-color css
<style>
a { background-color: #732DAA; }
a { background-color: rgb(115,45,170); }
div.DivClassName
{
background-color: #732DAA;
}
.BgClassName
{
background-color: #732DAA;
}
</style>
border-color css
<style>
span { border-color: #732DAA; }
span { border-color: rgb(115,45,170); }
td.TdClassName
{
border-color: #732DAA;
}
.TagClassName
{
border-color: #732DAA;
}
</style>