Shades of Royal Purple #70429B
Tints of Royal Purple #70429B
RGB
CMYK
RGB Variations
Color information
#70429B (or 0x70429B) is known color: Royal Purple. HEX triplet: 70, 42 and 9B. RGB value is (112,66,155). Sum of RGB (Red+Green+Blue) = 112+66+155=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #70429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70429B is #8FBD64. Grayscale: #595959. Windows color (decimal): -9420133 or 10175088. OLE color: 10175088.
HSL color Cylindrical-coordinate representation of color #70429B: hue angle of 271.01º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70429B is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 66 | 155 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.39 |
| HSL | 271.01º | 0.4% | 0.43% | - |
| HSV(B) | 271.01º | 0.57% | 0.61% | - |
| XYZ | 14.55 | 9.71 | 32.12 | - |
| YUV | 89.9 | 164.74 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 155 | 0.28 | 0.57 | 0 | 0.39 | 271.01 | 0.4 | 0.43 |
| Hex | 70 | 42 | 9B | 1C | 39 | 0 | 27 | 10F | 28 | 2B |
| Octal | 160 | 102 | 233 | 34 | 71 | 0 | 47 | 417 | 50 | 53 |
| Binary | 1110000 | 1000010 | 10011011 | 11100 | 111001 | 0 | 100111 | 100001111 | 101000 | 101011 |
Color Harmonies of #70429B
Complementary color
Monochromatic Colors of #70429B
Black with #70429B
Text Example
Text Example
White with #70429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70429B; }
p { color: rgb(112,66,155); }
H1.HeaderClassName
{
color: #70429B;
}
.AnyTagClassName
{
color: #70429B;
}
</style>
background-color css
<style>
a { background-color: #70429B; }
a { background-color: rgb(112,66,155); }
div.DivClassName
{
background-color: #70429B;
}
.BgClassName
{
background-color: #70429B;
}
</style>
border-color css
<style>
span { border-color: #70429B; }
span { border-color: rgb(112,66,155); }
td.TdClassName
{
border-color: #70429B;
}
.TagClassName
{
border-color: #70429B;
}
</style>