Shades of Royal Purple #70419F
Tints of Royal Purple #70419F
RGB
CMYK
RGB Variations
Color information
#70419F (or 0x70419F) is known color: Royal Purple. HEX triplet: 70, 41 and 9F. RGB value is (112,65,159). Sum of RGB (Red+Green+Blue) = 112+65+159=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #70419F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70419F is #8FBE60. Grayscale: #595959. Windows color (decimal): -9420385 or 10436976. OLE color: 10436976.
HSL color Cylindrical-coordinate representation of color #70419F: hue angle of 270º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70419F is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 65 | 159 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.38 |
| HSL | 270º | 0.42% | 0.44% | - |
| HSV(B) | 270º | 0.59% | 0.62% | - |
| XYZ | 14.83 | 9.73 | 33.9 | - |
| YUV | 89.77 | 167.07 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 159 | 0.30 | 0.59 | 0 | 0.38 | 270 | 0.42 | 0.44 |
| Hex | 70 | 41 | 9F | 1E | 3B | 0 | 26 | 10E | 2A | 2C |
| Octal | 160 | 101 | 237 | 36 | 73 | 0 | 46 | 416 | 52 | 54 |
| Binary | 1110000 | 1000001 | 10011111 | 11110 | 111011 | 0 | 100110 | 100001110 | 101010 | 101100 |
Color Harmonies of #70419F
Complementary color
Monochromatic Colors of #70419F
Black with #70419F
Text Example
Text Example
White with #70419F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70419F; }
p { color: rgb(112,65,159); }
H1.HeaderClassName
{
color: #70419F;
}
.AnyTagClassName
{
color: #70419F;
}
</style>
background-color css
<style>
a { background-color: #70419F; }
a { background-color: rgb(112,65,159); }
div.DivClassName
{
background-color: #70419F;
}
.BgClassName
{
background-color: #70419F;
}
</style>
border-color css
<style>
span { border-color: #70419F; }
span { border-color: rgb(112,65,159); }
td.TdClassName
{
border-color: #70419F;
}
.TagClassName
{
border-color: #70419F;
}
</style>