Shades of Royal Purple #752DAC
Tints of Royal Purple #752DAC
RGB
CMYK
RGB Variations
Color information
#752DAC (or 0x752DAC) is known color: Royal Purple. HEX triplet: 75, 2D and AC. RGB value is (117,45,172). Sum of RGB (Red+Green+Blue) = 117+45+172=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 45 (17.97% from 255 or 13.47% 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 #752DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752DAC is #8AD253. Grayscale: #505050. Windows color (decimal): -9097812 or 11283829. OLE color: 11283829.
HSL color Cylindrical-coordinate representation of color #752DAC: hue angle of 274.02º 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 #752DAC is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 45 | 172 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.33 |
| HSL | 274.02º | 0.59% | 0.43% | - |
| HSV(B) | 274.02º | 0.74% | 0.67% | - |
| XYZ | 15.72 | 8.64 | 39.87 | - |
| YUV | 81.01 | 179.35 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 45 | 172 | 0.32 | 0.74 | 0 | 0.33 | 274.02 | 0.59 | 0.43 |
| Hex | 75 | 2D | AC | 20 | 4A | 0 | 21 | 112 | 3B | 2B |
| Octal | 165 | 55 | 254 | 40 | 112 | 0 | 41 | 422 | 73 | 53 |
| Binary | 1110101 | 101101 | 10101100 | 100000 | 1001010 | 0 | 100001 | 100010010 | 111011 | 101011 |
Color Harmonies of #752DAC
Complementary color
Monochromatic Colors of #752DAC
Black with #752DAC
Text Example
Text Example
White with #752DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752DAC; }
p { color: rgb(117,45,172); }
H1.HeaderClassName
{
color: #752DAC;
}
.AnyTagClassName
{
color: #752DAC;
}
</style>
background-color css
<style>
a { background-color: #752DAC; }
a { background-color: rgb(117,45,172); }
div.DivClassName
{
background-color: #752DAC;
}
.BgClassName
{
background-color: #752DAC;
}
</style>
border-color css
<style>
span { border-color: #752DAC; }
span { border-color: rgb(117,45,172); }
td.TdClassName
{
border-color: #752DAC;
}
.TagClassName
{
border-color: #752DAC;
}
</style>