Shades of Royal Purple #753FAD
Tints of Royal Purple #753FAD
RGB
CMYK
RGB Variations
Color information
#753FAD (or 0x753FAD) is known color: Royal Purple. HEX triplet: 75, 3F and AD. RGB value is (117,63,173). Sum of RGB (Red+Green+Blue) = 117+63+173=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #753FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753FAD is #8AC052. Grayscale: #5B5B5B. Windows color (decimal): -9093203 or 11353973. OLE color: 11353973.
HSL color Cylindrical-coordinate representation of color #753FAD: hue angle of 269.45º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #753FAD is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 63 | 173 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.32 |
| HSL | 269.45º | 0.47% | 0.46% | - |
| HSV(B) | 269.45º | 0.64% | 0.68% | - |
| XYZ | 16.66 | 10.35 | 40.66 | - |
| YUV | 91.69 | 173.89 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 63 | 173 | 0.32 | 0.64 | 0 | 0.32 | 269.45 | 0.47 | 0.46 |
| Hex | 75 | 3F | AD | 20 | 40 | 0 | 20 | 10D | 2F | 2E |
| Octal | 165 | 77 | 255 | 40 | 100 | 0 | 40 | 415 | 57 | 56 |
| Binary | 1110101 | 111111 | 10101101 | 100000 | 1000000 | 0 | 100000 | 100001101 | 101111 | 101110 |
Color Harmonies of #753FAD
Complementary color
Monochromatic Colors of #753FAD
Black with #753FAD
Text Example
Text Example
White with #753FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753FAD; }
p { color: rgb(117,63,173); }
H1.HeaderClassName
{
color: #753FAD;
}
.AnyTagClassName
{
color: #753FAD;
}
</style>
background-color css
<style>
a { background-color: #753FAD; }
a { background-color: rgb(117,63,173); }
div.DivClassName
{
background-color: #753FAD;
}
.BgClassName
{
background-color: #753FAD;
}
</style>
border-color css
<style>
span { border-color: #753FAD; }
span { border-color: rgb(117,63,173); }
td.TdClassName
{
border-color: #753FAD;
}
.TagClassName
{
border-color: #753FAD;
}
</style>