Shades of Royal Purple #753AAC
Tints of Royal Purple #753AAC
RGB
CMYK
RGB Variations
Color information
#753AAC (or 0x753AAC) is known color: Royal Purple. HEX triplet: 75, 3A and AC. RGB value is (117,58,172). Sum of RGB (Red+Green+Blue) = 117+58+172=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #753AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753AAC is #8AC553. Grayscale: #585858. Windows color (decimal): -9094484 or 11287157. OLE color: 11287157.
HSL color Cylindrical-coordinate representation of color #753AAC: hue angle of 271.05º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #753AAC is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 58 | 172 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.33 |
| HSL | 271.05º | 0.5% | 0.45% | - |
| HSV(B) | 271.05º | 0.66% | 0.67% | - |
| XYZ | 16.3 | 9.79 | 40.06 | - |
| YUV | 88.64 | 175.05 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 172 | 0.32 | 0.66 | 0 | 0.33 | 271.05 | 0.5 | 0.45 |
| Hex | 75 | 3A | AC | 20 | 42 | 0 | 21 | 10F | 32 | 2D |
| Octal | 165 | 72 | 254 | 40 | 102 | 0 | 41 | 417 | 62 | 55 |
| Binary | 1110101 | 111010 | 10101100 | 100000 | 1000010 | 0 | 100001 | 100001111 | 110010 | 101101 |
Color Harmonies of #753AAC
Complementary color
Monochromatic Colors of #753AAC
Black with #753AAC
Text Example
Text Example
White with #753AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753AAC; }
p { color: rgb(117,58,172); }
H1.HeaderClassName
{
color: #753AAC;
}
.AnyTagClassName
{
color: #753AAC;
}
</style>
background-color css
<style>
a { background-color: #753AAC; }
a { background-color: rgb(117,58,172); }
div.DivClassName
{
background-color: #753AAC;
}
.BgClassName
{
background-color: #753AAC;
}
</style>
border-color css
<style>
span { border-color: #753AAC; }
span { border-color: rgb(117,58,172); }
td.TdClassName
{
border-color: #753AAC;
}
.TagClassName
{
border-color: #753AAC;
}
</style>