Shades of Royal Purple #70409A
Tints of Royal Purple #70409A
RGB
CMYK
RGB Variations
Color information
#70409A (or 0x70409A) is known color: Royal Purple. HEX triplet: 70, 40 and 9A. RGB value is (112,64,154). Sum of RGB (Red+Green+Blue) = 112+64+154=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #70409A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70409A is #8FBF65. Grayscale: #585858. Windows color (decimal): -9420646 or 10109040. OLE color: 10109040.
HSL color Cylindrical-coordinate representation of color #70409A: hue angle of 272º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70409A is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 64 | 154 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.40 |
| HSL | 272º | 0.41% | 0.43% | - |
| HSV(B) | 272º | 0.58% | 0.6% | - |
| XYZ | 14.35 | 9.44 | 31.64 | - |
| YUV | 88.61 | 164.9 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 64 | 154 | 0.27 | 0.58 | 0 | 0.40 | 272 | 0.41 | 0.43 |
| Hex | 70 | 40 | 9A | 1B | 3A | 0 | 28 | 110 | 29 | 2B |
| Octal | 160 | 100 | 232 | 33 | 72 | 0 | 50 | 420 | 51 | 53 |
| Binary | 1110000 | 1000000 | 10011010 | 11011 | 111010 | 0 | 101000 | 100010000 | 101001 | 101011 |
Color Harmonies of #70409A
Complementary color
Monochromatic Colors of #70409A
Black with #70409A
Text Example
Text Example
White with #70409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70409A; }
p { color: rgb(112,64,154); }
H1.HeaderClassName
{
color: #70409A;
}
.AnyTagClassName
{
color: #70409A;
}
</style>
background-color css
<style>
a { background-color: #70409A; }
a { background-color: rgb(112,64,154); }
div.DivClassName
{
background-color: #70409A;
}
.BgClassName
{
background-color: #70409A;
}
</style>
border-color css
<style>
span { border-color: #70409A; }
span { border-color: rgb(112,64,154); }
td.TdClassName
{
border-color: #70409A;
}
.TagClassName
{
border-color: #70409A;
}
</style>