Shades of Royal Purple #752AAC
Tints of Royal Purple #752AAC
RGB
CMYK
RGB Variations
Color information
#752AAC (or 0x752AAC) is known color: Royal Purple. HEX triplet: 75, 2A and AC. RGB value is (117,42,172). Sum of RGB (Red+Green+Blue) = 117+42+172=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #752AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752AAC is #8AD553. Grayscale: #4E4E4E. Windows color (decimal): -9098580 or 11283061. OLE color: 11283061.
HSL color Cylindrical-coordinate representation of color #752AAC: hue angle of 274.62º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #752AAC is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 42 | 172 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.33 |
| HSL | 274.62º | 0.61% | 0.42% | - |
| HSV(B) | 274.62º | 0.76% | 0.67% | - |
| XYZ | 15.61 | 8.42 | 39.83 | - |
| YUV | 79.25 | 180.35 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 172 | 0.32 | 0.76 | 0 | 0.33 | 274.62 | 0.61 | 0.42 |
| Hex | 75 | 2A | AC | 20 | 4C | 0 | 21 | 113 | 3D | 2A |
| Octal | 165 | 52 | 254 | 40 | 114 | 0 | 41 | 423 | 75 | 52 |
| Binary | 1110101 | 101010 | 10101100 | 100000 | 1001100 | 0 | 100001 | 100010011 | 111101 | 101010 |
Color Harmonies of #752AAC
Complementary color
Monochromatic Colors of #752AAC
Black with #752AAC
Text Example
Text Example
White with #752AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752AAC; }
p { color: rgb(117,42,172); }
H1.HeaderClassName
{
color: #752AAC;
}
.AnyTagClassName
{
color: #752AAC;
}
</style>
background-color css
<style>
a { background-color: #752AAC; }
a { background-color: rgb(117,42,172); }
div.DivClassName
{
background-color: #752AAC;
}
.BgClassName
{
background-color: #752AAC;
}
</style>
border-color css
<style>
span { border-color: #752AAC; }
span { border-color: rgb(117,42,172); }
td.TdClassName
{
border-color: #752AAC;
}
.TagClassName
{
border-color: #752AAC;
}
</style>