Shades of Royal Purple #70409F
Tints of Royal Purple #70409F
RGB
CMYK
RGB Variations
Color information
#70409F (or 0x70409F) is known color: Royal Purple. HEX triplet: 70, 40 and 9F. RGB value is (112,64,159). Sum of RGB (Red+Green+Blue) = 112+64+159=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #70409F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70409F is #8FBF60. Grayscale: #585858. Windows color (decimal): -9420641 or 10436720. OLE color: 10436720.
HSL color Cylindrical-coordinate representation of color #70409F: hue angle of 270.32º 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 #70409F is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 64 | 159 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.38 |
| HSL | 270.32º | 0.43% | 0.44% | - |
| HSV(B) | 270.32º | 0.6% | 0.62% | - |
| XYZ | 14.77 | 9.61 | 33.88 | - |
| YUV | 89.18 | 167.4 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 64 | 159 | 0.30 | 0.60 | 0 | 0.38 | 270.32 | 0.43 | 0.44 |
| Hex | 70 | 40 | 9F | 1E | 3C | 0 | 26 | 10E | 2B | 2C |
| Octal | 160 | 100 | 237 | 36 | 74 | 0 | 46 | 416 | 53 | 54 |
| Binary | 1110000 | 1000000 | 10011111 | 11110 | 111100 | 0 | 100110 | 100001110 | 101011 | 101100 |
Color Harmonies of #70409F
Complementary color
Monochromatic Colors of #70409F
Black with #70409F
Text Example
Text Example
White with #70409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70409F; }
p { color: rgb(112,64,159); }
H1.HeaderClassName
{
color: #70409F;
}
.AnyTagClassName
{
color: #70409F;
}
</style>
background-color css
<style>
a { background-color: #70409F; }
a { background-color: rgb(112,64,159); }
div.DivClassName
{
background-color: #70409F;
}
.BgClassName
{
background-color: #70409F;
}
</style>
border-color css
<style>
span { border-color: #70409F; }
span { border-color: rgb(112,64,159); }
td.TdClassName
{
border-color: #70409F;
}
.TagClassName
{
border-color: #70409F;
}
</style>