Shades of Royal Purple #75409E
Tints of Royal Purple #75409E
RGB
CMYK
RGB Variations
Color information
#75409E (or 0x75409E) is known color: Royal Purple. HEX triplet: 75, 40 and 9E. RGB value is (117,64,158). Sum of RGB (Red+Green+Blue) = 117+64+158=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 158 - color contains mainly: blue. Hex color #75409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75409E is #8ABF61. Grayscale: #5A5A5A. Windows color (decimal): -9092962 or 10371189. OLE color: 10371189.
HSL color Cylindrical-coordinate representation of color #75409E: hue angle of 273.83º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75409E is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 64 | 158 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.38 |
| HSL | 273.83º | 0.42% | 0.44% | - |
| HSV(B) | 273.83º | 0.59% | 0.62% | - |
| XYZ | 15.34 | 9.92 | 33.45 | - |
| YUV | 90.56 | 166.06 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 158 | 0.26 | 0.59 | 0 | 0.38 | 273.83 | 0.42 | 0.44 |
| Hex | 75 | 40 | 9E | 1A | 3B | 0 | 26 | 112 | 2A | 2C |
| Octal | 165 | 100 | 236 | 32 | 73 | 0 | 46 | 422 | 52 | 54 |
| Binary | 1110101 | 1000000 | 10011110 | 11010 | 111011 | 0 | 100110 | 100010010 | 101010 | 101100 |
Color Harmonies of #75409E
Complementary color
Monochromatic Colors of #75409E
Black with #75409E
Text Example
Text Example
White with #75409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75409E; }
p { color: rgb(117,64,158); }
H1.HeaderClassName
{
color: #75409E;
}
.AnyTagClassName
{
color: #75409E;
}
</style>
background-color css
<style>
a { background-color: #75409E; }
a { background-color: rgb(117,64,158); }
div.DivClassName
{
background-color: #75409E;
}
.BgClassName
{
background-color: #75409E;
}
</style>
border-color css
<style>
span { border-color: #75409E; }
span { border-color: rgb(117,64,158); }
td.TdClassName
{
border-color: #75409E;
}
.TagClassName
{
border-color: #75409E;
}
</style>