Shades of Royal Purple #753AB2
Tints of Royal Purple #753AB2
RGB
CMYK
RGB Variations
Color information
#753AB2 (or 0x753AB2) is known color: Royal Purple. HEX triplet: 75, 3A and B2. RGB value is (117,58,178). Sum of RGB (Red+Green+Blue) = 117+58+178=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 178 (69.92% from 255 or 50.42% from 353); Max value from RGB is 178 - color contains mainly: blue. Hex color #753AB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753AB2 is #8AC54D. Grayscale: #585858. Windows color (decimal): -9094478 or 11680373. OLE color: 11680373.
HSL color Cylindrical-coordinate representation of color #753AB2: hue angle of 269.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #753AB2 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 117 | 58 | 178 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.30 |
| HSL | 269.5º | 0.51% | 0.46% | - |
| HSV(B) | 269.5º | 0.67% | 0.7% | - |
| XYZ | 16.89 | 10.02 | 43.16 | - |
| YUV | 89.32 | 178.05 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 178 | 0.34 | 0.67 | 0 | 0.30 | 269.5 | 0.51 | 0.46 |
| Hex | 75 | 3A | B2 | 22 | 43 | 0 | 1E | 10E | 33 | 2E |
| Octal | 165 | 72 | 262 | 42 | 103 | 0 | 36 | 416 | 63 | 56 |
| Binary | 1110101 | 111010 | 10110010 | 100010 | 1000011 | 0 | 11110 | 100001110 | 110011 | 101110 |
Color Harmonies of #753AB2
Complementary color
Monochromatic Colors of #753AB2
Black with #753AB2
Text Example
Text Example
White with #753AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753AB2; }
p { color: rgb(117,58,178); }
H1.HeaderClassName
{
color: #753AB2;
}
.AnyTagClassName
{
color: #753AB2;
}
</style>
background-color css
<style>
a { background-color: #753AB2; }
a { background-color: rgb(117,58,178); }
div.DivClassName
{
background-color: #753AB2;
}
.BgClassName
{
background-color: #753AB2;
}
</style>
border-color css
<style>
span { border-color: #753AB2; }
span { border-color: rgb(117,58,178); }
td.TdClassName
{
border-color: #753AB2;
}
.TagClassName
{
border-color: #753AB2;
}
</style>