Shades of Royal Purple #70299B
Tints of Royal Purple #70299B
RGB
CMYK
RGB Variations
Color information
#70299B (or 0x70299B) is known color: Royal Purple. HEX triplet: 70, 29 and 9B. RGB value is (112,41,155). Sum of RGB (Red+Green+Blue) = 112+41+155=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #70299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70299B is #8FD664. Grayscale: #4A4A4A. Windows color (decimal): -9426533 or 10168688. OLE color: 10168688.
HSL color Cylindrical-coordinate representation of color #70299B: hue angle of 277.37º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70299B is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 41 | 155 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.39 |
| HSL | 277.37º | 0.58% | 0.38% | - |
| HSV(B) | 277.37º | 0.74% | 0.61% | - |
| XYZ | 13.39 | 7.4 | 31.73 | - |
| YUV | 75.23 | 173.02 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 155 | 0.28 | 0.74 | 0 | 0.39 | 277.37 | 0.58 | 0.38 |
| Hex | 70 | 29 | 9B | 1C | 4A | 0 | 27 | 115 | 3A | 26 |
| Octal | 160 | 51 | 233 | 34 | 112 | 0 | 47 | 425 | 72 | 46 |
| Binary | 1110000 | 101001 | 10011011 | 11100 | 1001010 | 0 | 100111 | 100010101 | 111010 | 100110 |
Color Harmonies of #70299B
Complementary color
Monochromatic Colors of #70299B
Black with #70299B
Text Example
Text Example
White with #70299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70299B; }
p { color: rgb(112,41,155); }
H1.HeaderClassName
{
color: #70299B;
}
.AnyTagClassName
{
color: #70299B;
}
</style>
background-color css
<style>
a { background-color: #70299B; }
a { background-color: rgb(112,41,155); }
div.DivClassName
{
background-color: #70299B;
}
.BgClassName
{
background-color: #70299B;
}
</style>
border-color css
<style>
span { border-color: #70299B; }
span { border-color: rgb(112,41,155); }
td.TdClassName
{
border-color: #70299B;
}
.TagClassName
{
border-color: #70299B;
}
</style>