Shades of Royal Purple #753D9D
Tints of Royal Purple #753D9D
RGB
CMYK
RGB Variations
Color information
#753D9D (or 0x753D9D) is known color: Royal Purple. HEX triplet: 75, 3D and 9D. RGB value is (117,61,157). Sum of RGB (Red+Green+Blue) = 117+61+157=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #753D9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753D9D is #8AC262. Grayscale: #585858. Windows color (decimal): -9093731 or 10304885. OLE color: 10304885.
HSL color Cylindrical-coordinate representation of color #753D9D: hue angle of 275º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #753D9D is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 61 | 157 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.38 |
| HSL | 275º | 0.44% | 0.43% | - |
| HSV(B) | 275º | 0.61% | 0.62% | - |
| XYZ | 15.09 | 9.55 | 32.95 | - |
| YUV | 88.69 | 166.55 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 157 | 0.25 | 0.61 | 0 | 0.38 | 275 | 0.44 | 0.43 |
| Hex | 75 | 3D | 9D | 19 | 3D | 0 | 26 | 113 | 2C | 2B |
| Octal | 165 | 75 | 235 | 31 | 75 | 0 | 46 | 423 | 54 | 53 |
| Binary | 1110101 | 111101 | 10011101 | 11001 | 111101 | 0 | 100110 | 100010011 | 101100 | 101011 |
Color Harmonies of #753D9D
Complementary color
Monochromatic Colors of #753D9D
Black with #753D9D
Text Example
Text Example
White with #753D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D9D; }
p { color: rgb(117,61,157); }
H1.HeaderClassName
{
color: #753D9D;
}
.AnyTagClassName
{
color: #753D9D;
}
</style>
background-color css
<style>
a { background-color: #753D9D; }
a { background-color: rgb(117,61,157); }
div.DivClassName
{
background-color: #753D9D;
}
.BgClassName
{
background-color: #753D9D;
}
</style>
border-color css
<style>
span { border-color: #753D9D; }
span { border-color: rgb(117,61,157); }
td.TdClassName
{
border-color: #753D9D;
}
.TagClassName
{
border-color: #753D9D;
}
</style>