Shades of Royal Purple #70429C
Tints of Royal Purple #70429C
RGB
CMYK
RGB Variations
Color information
#70429C (or 0x70429C) is known color: Royal Purple. HEX triplet: 70, 42 and 9C. RGB value is (112,66,156). Sum of RGB (Red+Green+Blue) = 112+66+156=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #70429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70429C is #8FBD63. Grayscale: #595959. Windows color (decimal): -9420132 or 10240624. OLE color: 10240624.
HSL color Cylindrical-coordinate representation of color #70429C: hue angle of 270.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70429C is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 66 | 156 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.39 |
| HSL | 270.67º | 0.41% | 0.44% | - |
| HSV(B) | 270.67º | 0.58% | 0.61% | - |
| XYZ | 14.63 | 9.74 | 32.56 | - |
| YUV | 90.01 | 165.24 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 156 | 0.28 | 0.58 | 0 | 0.39 | 270.67 | 0.41 | 0.44 |
| Hex | 70 | 42 | 9C | 1C | 3A | 0 | 27 | 10F | 29 | 2C |
| Octal | 160 | 102 | 234 | 34 | 72 | 0 | 47 | 417 | 51 | 54 |
| Binary | 1110000 | 1000010 | 10011100 | 11100 | 111010 | 0 | 100111 | 100001111 | 101001 | 101100 |
Color Harmonies of #70429C
Complementary color
Monochromatic Colors of #70429C
Black with #70429C
Text Example
Text Example
White with #70429C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70429C; }
p { color: rgb(112,66,156); }
H1.HeaderClassName
{
color: #70429C;
}
.AnyTagClassName
{
color: #70429C;
}
</style>
background-color css
<style>
a { background-color: #70429C; }
a { background-color: rgb(112,66,156); }
div.DivClassName
{
background-color: #70429C;
}
.BgClassName
{
background-color: #70429C;
}
</style>
border-color css
<style>
span { border-color: #70429C; }
span { border-color: rgb(112,66,156); }
td.TdClassName
{
border-color: #70429C;
}
.TagClassName
{
border-color: #70429C;
}
</style>