Shades of Royal Purple #753DAC
Tints of Royal Purple #753DAC
RGB
CMYK
RGB Variations
Color information
#753DAC (or 0x753DAC) is known color: Royal Purple. HEX triplet: 75, 3D and AC. RGB value is (117,61,172). Sum of RGB (Red+Green+Blue) = 117+61+172=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #753DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753DAC is #8AC253. Grayscale: #5A5A5A. Windows color (decimal): -9093716 or 11287925. OLE color: 11287925.
HSL color Cylindrical-coordinate representation of color #753DAC: hue angle of 270.27º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #753DAC is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 61 | 172 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.33 |
| HSL | 270.27º | 0.48% | 0.46% | - |
| HSV(B) | 270.27º | 0.65% | 0.67% | - |
| XYZ | 16.45 | 10.1 | 40.11 | - |
| YUV | 90.4 | 174.05 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 172 | 0.32 | 0.65 | 0 | 0.33 | 270.27 | 0.48 | 0.46 |
| Hex | 75 | 3D | AC | 20 | 41 | 0 | 21 | 10E | 30 | 2E |
| Octal | 165 | 75 | 254 | 40 | 101 | 0 | 41 | 416 | 60 | 56 |
| Binary | 1110101 | 111101 | 10101100 | 100000 | 1000001 | 0 | 100001 | 100001110 | 110000 | 101110 |
Color Harmonies of #753DAC
Complementary color
Monochromatic Colors of #753DAC
Black with #753DAC
Text Example
Text Example
White with #753DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753DAC; }
p { color: rgb(117,61,172); }
H1.HeaderClassName
{
color: #753DAC;
}
.AnyTagClassName
{
color: #753DAC;
}
</style>
background-color css
<style>
a { background-color: #753DAC; }
a { background-color: rgb(117,61,172); }
div.DivClassName
{
background-color: #753DAC;
}
.BgClassName
{
background-color: #753DAC;
}
</style>
border-color css
<style>
span { border-color: #753DAC; }
span { border-color: rgb(117,61,172); }
td.TdClassName
{
border-color: #753DAC;
}
.TagClassName
{
border-color: #753DAC;
}
</style>