Shades of Royal Purple #70429D
Tints of Royal Purple #70429D
RGB
CMYK
RGB Variations
Color information
#70429D (or 0x70429D) is known color: Royal Purple. HEX triplet: 70, 42 and 9D. RGB value is (112,66,157). Sum of RGB (Red+Green+Blue) = 112+66+157=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #70429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70429D is #8FBD62. Grayscale: #595959. Windows color (decimal): -9420131 or 10306160. OLE color: 10306160.
HSL color Cylindrical-coordinate representation of color #70429D: hue angle of 270.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70429D is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 66 | 157 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.38 |
| HSL | 270.33º | 0.41% | 0.44% | - |
| HSV(B) | 270.33º | 0.58% | 0.62% | - |
| XYZ | 14.72 | 9.78 | 33.01 | - |
| YUV | 90.13 | 165.74 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 157 | 0.29 | 0.58 | 0 | 0.38 | 270.33 | 0.41 | 0.44 |
| Hex | 70 | 42 | 9D | 1D | 3A | 0 | 26 | 10E | 29 | 2C |
| Octal | 160 | 102 | 235 | 35 | 72 | 0 | 46 | 416 | 51 | 54 |
| Binary | 1110000 | 1000010 | 10011101 | 11101 | 111010 | 0 | 100110 | 100001110 | 101001 | 101100 |
Color Harmonies of #70429D
Complementary color
Monochromatic Colors of #70429D
Black with #70429D
Text Example
Text Example
White with #70429D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70429D; }
p { color: rgb(112,66,157); }
H1.HeaderClassName
{
color: #70429D;
}
.AnyTagClassName
{
color: #70429D;
}
</style>
background-color css
<style>
a { background-color: #70429D; }
a { background-color: rgb(112,66,157); }
div.DivClassName
{
background-color: #70429D;
}
.BgClassName
{
background-color: #70429D;
}
</style>
border-color css
<style>
span { border-color: #70429D; }
span { border-color: rgb(112,66,157); }
td.TdClassName
{
border-color: #70429D;
}
.TagClassName
{
border-color: #70429D;
}
</style>