Shades of Royal Purple #732DAC
Tints of Royal Purple #732DAC
RGB
CMYK
RGB Variations
Color information
#732DAC (or 0x732DAC) is known color: Royal Purple. HEX triplet: 73, 2D and AC. RGB value is (115,45,172). Sum of RGB (Red+Green+Blue) = 115+45+172=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #732DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732DAC is #8CD253. Grayscale: #4F4F4F. Windows color (decimal): -9228884 or 11283827. OLE color: 11283827.
HSL color Cylindrical-coordinate representation of color #732DAC: hue angle of 273.07º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #732DAC is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 45 | 172 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.33 |
| HSL | 273.07º | 0.59% | 0.43% | - |
| HSV(B) | 273.07º | 0.74% | 0.67% | - |
| XYZ | 15.46 | 8.5 | 39.86 | - |
| YUV | 80.41 | 179.69 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 172 | 0.33 | 0.74 | 0 | 0.33 | 273.07 | 0.59 | 0.43 |
| Hex | 73 | 2D | AC | 21 | 4A | 0 | 21 | 111 | 3B | 2B |
| Octal | 163 | 55 | 254 | 41 | 112 | 0 | 41 | 421 | 73 | 53 |
| Binary | 1110011 | 101101 | 10101100 | 100001 | 1001010 | 0 | 100001 | 100010001 | 111011 | 101011 |
Color Harmonies of #732DAC
Complementary color
Monochromatic Colors of #732DAC
Black with #732DAC
Text Example
Text Example
White with #732DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732DAC; }
p { color: rgb(115,45,172); }
H1.HeaderClassName
{
color: #732DAC;
}
.AnyTagClassName
{
color: #732DAC;
}
</style>
background-color css
<style>
a { background-color: #732DAC; }
a { background-color: rgb(115,45,172); }
div.DivClassName
{
background-color: #732DAC;
}
.BgClassName
{
background-color: #732DAC;
}
</style>
border-color css
<style>
span { border-color: #732DAC; }
span { border-color: rgb(115,45,172); }
td.TdClassName
{
border-color: #732DAC;
}
.TagClassName
{
border-color: #732DAC;
}
</style>