Shades of Royal Purple #753AB5
Tints of Royal Purple #753AB5
RGB
CMYK
RGB Variations
Color information
#753AB5 (or 0x753AB5) is known color: Royal Purple. HEX triplet: 75, 3A and B5. RGB value is (117,58,181). Sum of RGB (Red+Green+Blue) = 117+58+181=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #753AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753AB5 is #8AC54A. Grayscale: #595959. Windows color (decimal): -9094475 or 11876981. OLE color: 11876981.
HSL color Cylindrical-coordinate representation of color #753AB5: hue angle of 268.78º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #753AB5 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 58 | 181 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.29 |
| HSL | 268.78º | 0.51% | 0.47% | - |
| HSV(B) | 268.78º | 0.68% | 0.71% | - |
| XYZ | 17.19 | 10.14 | 44.77 | - |
| YUV | 89.66 | 179.55 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 181 | 0.35 | 0.68 | 0 | 0.29 | 268.78 | 0.51 | 0.47 |
| Hex | 75 | 3A | B5 | 23 | 44 | 0 | 1D | 10D | 33 | 2F |
| Octal | 165 | 72 | 265 | 43 | 104 | 0 | 35 | 415 | 63 | 57 |
| Binary | 1110101 | 111010 | 10110101 | 100011 | 1000100 | 0 | 11101 | 100001101 | 110011 | 101111 |
Color Harmonies of #753AB5
Complementary color
Monochromatic Colors of #753AB5
Black with #753AB5
Text Example
Text Example
White with #753AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753AB5; }
p { color: rgb(117,58,181); }
H1.HeaderClassName
{
color: #753AB5;
}
.AnyTagClassName
{
color: #753AB5;
}
</style>
background-color css
<style>
a { background-color: #753AB5; }
a { background-color: rgb(117,58,181); }
div.DivClassName
{
background-color: #753AB5;
}
.BgClassName
{
background-color: #753AB5;
}
</style>
border-color css
<style>
span { border-color: #753AB5; }
span { border-color: rgb(117,58,181); }
td.TdClassName
{
border-color: #753AB5;
}
.TagClassName
{
border-color: #753AB5;
}
</style>