Shades of Royal Purple #75409F
Tints of Royal Purple #75409F
RGB
CMYK
RGB Variations
Color information
#75409F (or 0x75409F) is known color: Royal Purple. HEX triplet: 75, 40 and 9F. RGB value is (117,64,159). Sum of RGB (Red+Green+Blue) = 117+64+159=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 159 - color contains mainly: blue. Hex color #75409F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75409F is #8ABF60. Grayscale: #5A5A5A. Windows color (decimal): -9092961 or 10436725. OLE color: 10436725.
HSL color Cylindrical-coordinate representation of color #75409F: hue angle of 273.47º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75409F is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 64 | 159 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.38 |
| HSL | 273.47º | 0.43% | 0.44% | - |
| HSV(B) | 273.47º | 0.6% | 0.62% | - |
| XYZ | 15.43 | 9.95 | 33.91 | - |
| YUV | 90.68 | 166.56 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 159 | 0.26 | 0.60 | 0 | 0.38 | 273.47 | 0.43 | 0.44 |
| Hex | 75 | 40 | 9F | 1A | 3C | 0 | 26 | 111 | 2B | 2C |
| Octal | 165 | 100 | 237 | 32 | 74 | 0 | 46 | 421 | 53 | 54 |
| Binary | 1110101 | 1000000 | 10011111 | 11010 | 111100 | 0 | 100110 | 100010001 | 101011 | 101100 |
Color Harmonies of #75409F
Complementary color
Monochromatic Colors of #75409F
Black with #75409F
Text Example
Text Example
White with #75409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75409F; }
p { color: rgb(117,64,159); }
H1.HeaderClassName
{
color: #75409F;
}
.AnyTagClassName
{
color: #75409F;
}
</style>
background-color css
<style>
a { background-color: #75409F; }
a { background-color: rgb(117,64,159); }
div.DivClassName
{
background-color: #75409F;
}
.BgClassName
{
background-color: #75409F;
}
</style>
border-color css
<style>
span { border-color: #75409F; }
span { border-color: rgb(117,64,159); }
td.TdClassName
{
border-color: #75409F;
}
.TagClassName
{
border-color: #75409F;
}
</style>