Shades of Royal Purple #7432AC
Tints of Royal Purple #7432AC
RGB
CMYK
RGB Variations
Color information
#7432AC (or 0x7432AC) is known color: Royal Purple. HEX triplet: 74, 32 and AC. RGB value is (116,50,172). Sum of RGB (Red+Green+Blue) = 116+50+172=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #7432AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7432AC is #8BCD53. Grayscale: #535353. Windows color (decimal): -9162068 or 11285108. OLE color: 11285108.
HSL color Cylindrical-coordinate representation of color #7432AC: hue angle of 272.46º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7432AC is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 50 | 172 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.33 |
| HSL | 272.46º | 0.55% | 0.44% | - |
| HSV(B) | 272.46º | 0.71% | 0.67% | - |
| XYZ | 15.79 | 8.97 | 39.93 | - |
| YUV | 83.64 | 177.87 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 172 | 0.33 | 0.71 | 0 | 0.33 | 272.46 | 0.55 | 0.44 |
| Hex | 74 | 32 | AC | 21 | 47 | 0 | 21 | 110 | 37 | 2C |
| Octal | 164 | 62 | 254 | 41 | 107 | 0 | 41 | 420 | 67 | 54 |
| Binary | 1110100 | 110010 | 10101100 | 100001 | 1000111 | 0 | 100001 | 100010000 | 110111 | 101100 |
Color Harmonies of #7432AC
Complementary color
Monochromatic Colors of #7432AC
Black with #7432AC
Text Example
Text Example
White with #7432AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7432AC; }
p { color: rgb(116,50,172); }
H1.HeaderClassName
{
color: #7432AC;
}
.AnyTagClassName
{
color: #7432AC;
}
</style>
background-color css
<style>
a { background-color: #7432AC; }
a { background-color: rgb(116,50,172); }
div.DivClassName
{
background-color: #7432AC;
}
.BgClassName
{
background-color: #7432AC;
}
</style>
border-color css
<style>
span { border-color: #7432AC; }
span { border-color: rgb(116,50,172); }
td.TdClassName
{
border-color: #7432AC;
}
.TagClassName
{
border-color: #7432AC;
}
</style>