Shades of Royal Purple #753DB1
Tints of Royal Purple #753DB1
RGB
CMYK
RGB Variations
Color information
#753DB1 (or 0x753DB1) is known color: Royal Purple. HEX triplet: 75, 3D and B1. RGB value is (117,61,177). Sum of RGB (Red+Green+Blue) = 117+61+177=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #753DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753DB1 is #8AC24E. Grayscale: #5A5A5A. Windows color (decimal): -9093711 or 11615605. OLE color: 11615605.
HSL color Cylindrical-coordinate representation of color #753DB1: hue angle of 268.97º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #753DB1 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 61 | 177 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.31 |
| HSL | 268.97º | 0.49% | 0.47% | - |
| HSV(B) | 268.97º | 0.66% | 0.69% | - |
| XYZ | 16.94 | 10.29 | 42.69 | - |
| YUV | 90.97 | 176.55 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 177 | 0.34 | 0.66 | 0 | 0.31 | 268.97 | 0.49 | 0.47 |
| Hex | 75 | 3D | B1 | 22 | 42 | 0 | 1F | 10D | 31 | 2F |
| Octal | 165 | 75 | 261 | 42 | 102 | 0 | 37 | 415 | 61 | 57 |
| Binary | 1110101 | 111101 | 10110001 | 100010 | 1000010 | 0 | 11111 | 100001101 | 110001 | 101111 |
Color Harmonies of #753DB1
Complementary color
Monochromatic Colors of #753DB1
Black with #753DB1
Text Example
Text Example
White with #753DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753DB1; }
p { color: rgb(117,61,177); }
H1.HeaderClassName
{
color: #753DB1;
}
.AnyTagClassName
{
color: #753DB1;
}
</style>
background-color css
<style>
a { background-color: #753DB1; }
a { background-color: rgb(117,61,177); }
div.DivClassName
{
background-color: #753DB1;
}
.BgClassName
{
background-color: #753DB1;
}
</style>
border-color css
<style>
span { border-color: #753DB1; }
span { border-color: rgb(117,61,177); }
td.TdClassName
{
border-color: #753DB1;
}
.TagClassName
{
border-color: #753DB1;
}
</style>