Shades of Royal Purple #732AAE
Tints of Royal Purple #732AAE
RGB
CMYK
RGB Variations
Color information
#732AAE (or 0x732AAE) is known color: Royal Purple. HEX triplet: 73, 2A and AE. RGB value is (115,42,174). Sum of RGB (Red+Green+Blue) = 115+42+174=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #732AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732AAE is #8CD551. Grayscale: #4E4E4E. Windows color (decimal): -9229650 or 11414131. OLE color: 11414131.
HSL color Cylindrical-coordinate representation of color #732AAE: hue angle of 273.18º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #732AAE is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 42 | 174 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.32 |
| HSL | 273.18º | 0.61% | 0.42% | - |
| HSV(B) | 273.18º | 0.76% | 0.68% | - |
| XYZ | 15.54 | 8.36 | 40.84 | - |
| YUV | 78.88 | 181.68 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 174 | 0.34 | 0.76 | 0 | 0.32 | 273.18 | 0.61 | 0.42 |
| Hex | 73 | 2A | AE | 22 | 4C | 0 | 20 | 111 | 3D | 2A |
| Octal | 163 | 52 | 256 | 42 | 114 | 0 | 40 | 421 | 75 | 52 |
| Binary | 1110011 | 101010 | 10101110 | 100010 | 1001100 | 0 | 100000 | 100010001 | 111101 | 101010 |
Color Harmonies of #732AAE
Complementary color
Monochromatic Colors of #732AAE
Black with #732AAE
Text Example
Text Example
White with #732AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732AAE; }
p { color: rgb(115,42,174); }
H1.HeaderClassName
{
color: #732AAE;
}
.AnyTagClassName
{
color: #732AAE;
}
</style>
background-color css
<style>
a { background-color: #732AAE; }
a { background-color: rgb(115,42,174); }
div.DivClassName
{
background-color: #732AAE;
}
.BgClassName
{
background-color: #732AAE;
}
</style>
border-color css
<style>
span { border-color: #732AAE; }
span { border-color: rgb(115,42,174); }
td.TdClassName
{
border-color: #732AAE;
}
.TagClassName
{
border-color: #732AAE;
}
</style>