Shades of Royal Purple #753AB0
Tints of Royal Purple #753AB0
RGB
CMYK
RGB Variations
Color information
#753AB0 (or 0x753AB0) is known color: Royal Purple. HEX triplet: 75, 3A and B0. RGB value is (117,58,176). Sum of RGB (Red+Green+Blue) = 117+58+176=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 176 (69.14% from 255 or 50.14% from 351); Max value from RGB is 176 - color contains mainly: blue. Hex color #753AB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753AB0 is #8AC54F. Grayscale: #585858. Windows color (decimal): -9094480 or 11549301. OLE color: 11549301.
HSL color Cylindrical-coordinate representation of color #753AB0: hue angle of 270º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #753AB0 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 58 | 176 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.31 |
| HSL | 270º | 0.5% | 0.46% | - |
| HSV(B) | 270º | 0.67% | 0.69% | - |
| XYZ | 16.69 | 9.94 | 42.11 | - |
| YUV | 89.09 | 177.05 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 176 | 0.34 | 0.67 | 0 | 0.31 | 270 | 0.5 | 0.46 |
| Hex | 75 | 3A | B0 | 22 | 43 | 0 | 1F | 10E | 32 | 2E |
| Octal | 165 | 72 | 260 | 42 | 103 | 0 | 37 | 416 | 62 | 56 |
| Binary | 1110101 | 111010 | 10110000 | 100010 | 1000011 | 0 | 11111 | 100001110 | 110010 | 101110 |
Color Harmonies of #753AB0
Complementary color
Monochromatic Colors of #753AB0
Black with #753AB0
Text Example
Text Example
White with #753AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753AB0; }
p { color: rgb(117,58,176); }
H1.HeaderClassName
{
color: #753AB0;
}
.AnyTagClassName
{
color: #753AB0;
}
</style>
background-color css
<style>
a { background-color: #753AB0; }
a { background-color: rgb(117,58,176); }
div.DivClassName
{
background-color: #753AB0;
}
.BgClassName
{
background-color: #753AB0;
}
</style>
border-color css
<style>
span { border-color: #753AB0; }
span { border-color: rgb(117,58,176); }
td.TdClassName
{
border-color: #753AB0;
}
.TagClassName
{
border-color: #753AB0;
}
</style>