Shades of Royal Purple #732FAC
Tints of Royal Purple #732FAC
RGB
CMYK
RGB Variations
Color information
#732FAC (or 0x732FAC) is known color: Royal Purple. HEX triplet: 73, 2F and AC. RGB value is (115,47,172). Sum of RGB (Red+Green+Blue) = 115+47+172=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #732FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732FAC is #8CD053. Grayscale: #515151. Windows color (decimal): -9228372 or 11284339. OLE color: 11284339.
HSL color Cylindrical-coordinate representation of color #732FAC: hue angle of 272.64º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #732FAC is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 47 | 172 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.33 |
| HSL | 272.64º | 0.57% | 0.43% | - |
| HSV(B) | 272.64º | 0.73% | 0.67% | - |
| XYZ | 15.53 | 8.66 | 39.88 | - |
| YUV | 81.58 | 179.03 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 172 | 0.33 | 0.73 | 0 | 0.33 | 272.64 | 0.57 | 0.43 |
| Hex | 73 | 2F | AC | 21 | 49 | 0 | 21 | 111 | 39 | 2B |
| Octal | 163 | 57 | 254 | 41 | 111 | 0 | 41 | 421 | 71 | 53 |
| Binary | 1110011 | 101111 | 10101100 | 100001 | 1001001 | 0 | 100001 | 100010001 | 111001 | 101011 |
Color Harmonies of #732FAC
Complementary color
Monochromatic Colors of #732FAC
Black with #732FAC
Text Example
Text Example
White with #732FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732FAC; }
p { color: rgb(115,47,172); }
H1.HeaderClassName
{
color: #732FAC;
}
.AnyTagClassName
{
color: #732FAC;
}
</style>
background-color css
<style>
a { background-color: #732FAC; }
a { background-color: rgb(115,47,172); }
div.DivClassName
{
background-color: #732FAC;
}
.BgClassName
{
background-color: #732FAC;
}
</style>
border-color css
<style>
span { border-color: #732FAC; }
span { border-color: rgb(115,47,172); }
td.TdClassName
{
border-color: #732FAC;
}
.TagClassName
{
border-color: #732FAC;
}
</style>