Shades of Royal Purple #70289F
Tints of Royal Purple #70289F
RGB
CMYK
RGB Variations
Color information
#70289F (or 0x70289F) is known color: Royal Purple. HEX triplet: 70, 28 and 9F. RGB value is (112,40,159). Sum of RGB (Red+Green+Blue) = 112+40+159=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #70289F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70289F is #8FD760. Grayscale: #4A4A4A. Windows color (decimal): -9426785 or 10430576. OLE color: 10430576.
HSL color Cylindrical-coordinate representation of color #70289F: hue angle of 276.3º 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 #70289F is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 40 | 159 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.38 |
| HSL | 276.3º | 0.6% | 0.39% | - |
| HSV(B) | 276.3º | 0.75% | 0.62% | - |
| XYZ | 13.7 | 7.47 | 33.52 | - |
| YUV | 75.09 | 175.35 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 40 | 159 | 0.30 | 0.75 | 0 | 0.38 | 276.3 | 0.6 | 0.39 |
| Hex | 70 | 28 | 9F | 1E | 4B | 0 | 26 | 114 | 3C | 27 |
| Octal | 160 | 50 | 237 | 36 | 113 | 0 | 46 | 424 | 74 | 47 |
| Binary | 1110000 | 101000 | 10011111 | 11110 | 1001011 | 0 | 100110 | 100010100 | 111100 | 100111 |
Color Harmonies of #70289F
Complementary color
Monochromatic Colors of #70289F
Black with #70289F
Text Example
Text Example
White with #70289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70289F; }
p { color: rgb(112,40,159); }
H1.HeaderClassName
{
color: #70289F;
}
.AnyTagClassName
{
color: #70289F;
}
</style>
background-color css
<style>
a { background-color: #70289F; }
a { background-color: rgb(112,40,159); }
div.DivClassName
{
background-color: #70289F;
}
.BgClassName
{
background-color: #70289F;
}
</style>
border-color css
<style>
span { border-color: #70289F; }
span { border-color: rgb(112,40,159); }
td.TdClassName
{
border-color: #70289F;
}
.TagClassName
{
border-color: #70289F;
}
</style>