Shades of Royal Purple #70279E
Tints of Royal Purple #70279E
RGB
CMYK
RGB Variations
Color information
#70279E (or 0x70279E) is known color: Royal Purple. HEX triplet: 70, 27 and 9E. RGB value is (112,39,158). Sum of RGB (Red+Green+Blue) = 112+39+158=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #70279E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70279E is #8FD861. Grayscale: #494949. Windows color (decimal): -9427042 or 10364784. OLE color: 10364784.
HSL color Cylindrical-coordinate representation of color #70279E: hue angle of 276.81º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70279E is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 39 | 158 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.38 |
| HSL | 276.81º | 0.6% | 0.39% | - |
| HSV(B) | 276.81º | 0.75% | 0.62% | - |
| XYZ | 13.58 | 7.36 | 33.05 | - |
| YUV | 74.39 | 175.18 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 158 | 0.29 | 0.75 | 0 | 0.38 | 276.81 | 0.6 | 0.39 |
| Hex | 70 | 27 | 9E | 1D | 4B | 0 | 26 | 115 | 3C | 27 |
| Octal | 160 | 47 | 236 | 35 | 113 | 0 | 46 | 425 | 74 | 47 |
| Binary | 1110000 | 100111 | 10011110 | 11101 | 1001011 | 0 | 100110 | 100010101 | 111100 | 100111 |
Color Harmonies of #70279E
Complementary color
Monochromatic Colors of #70279E
Black with #70279E
Text Example
Text Example
White with #70279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70279E; }
p { color: rgb(112,39,158); }
H1.HeaderClassName
{
color: #70279E;
}
.AnyTagClassName
{
color: #70279E;
}
</style>
background-color css
<style>
a { background-color: #70279E; }
a { background-color: rgb(112,39,158); }
div.DivClassName
{
background-color: #70279E;
}
.BgClassName
{
background-color: #70279E;
}
</style>
border-color css
<style>
span { border-color: #70279E; }
span { border-color: rgb(112,39,158); }
td.TdClassName
{
border-color: #70279E;
}
.TagClassName
{
border-color: #70279E;
}
</style>