Shades of Royal Purple #7534AC
Tints of Royal Purple #7534AC
RGB
CMYK
RGB Variations
Color information
#7534AC (or 0x7534AC) is known color: Royal Purple. HEX triplet: 75, 34 and AC. RGB value is (117,52,172). Sum of RGB (Red+Green+Blue) = 117+52+172=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #7534AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7534AC is #8ACB53. Grayscale: #545454. Windows color (decimal): -9096020 or 11285621. OLE color: 11285621.
HSL color Cylindrical-coordinate representation of color #7534AC: hue angle of 272.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7534AC is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 52 | 172 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.33 |
| HSL | 272.5º | 0.54% | 0.44% | - |
| HSV(B) | 272.5º | 0.7% | 0.67% | - |
| XYZ | 16.01 | 9.22 | 39.96 | - |
| YUV | 85.12 | 177.03 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 52 | 172 | 0.32 | 0.70 | 0 | 0.33 | 272.5 | 0.54 | 0.44 |
| Hex | 75 | 34 | AC | 20 | 46 | 0 | 21 | 110 | 36 | 2C |
| Octal | 165 | 64 | 254 | 40 | 106 | 0 | 41 | 420 | 66 | 54 |
| Binary | 1110101 | 110100 | 10101100 | 100000 | 1000110 | 0 | 100001 | 100010000 | 110110 | 101100 |
Color Harmonies of #7534AC
Complementary color
Monochromatic Colors of #7534AC
Black with #7534AC
Text Example
Text Example
White with #7534AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7534AC; }
p { color: rgb(117,52,172); }
H1.HeaderClassName
{
color: #7534AC;
}
.AnyTagClassName
{
color: #7534AC;
}
</style>
background-color css
<style>
a { background-color: #7534AC; }
a { background-color: rgb(117,52,172); }
div.DivClassName
{
background-color: #7534AC;
}
.BgClassName
{
background-color: #7534AC;
}
</style>
border-color css
<style>
span { border-color: #7534AC; }
span { border-color: rgb(117,52,172); }
td.TdClassName
{
border-color: #7534AC;
}
.TagClassName
{
border-color: #7534AC;
}
</style>