Shades of Royal Purple #70219F
Tints of Royal Purple #70219F
RGB
CMYK
RGB Variations
Color information
#70219F (or 0x70219F) is known color: Royal Purple. HEX triplet: 70, 21 and 9F. RGB value is (112,33,159). Sum of RGB (Red+Green+Blue) = 112+33+159=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #70219F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70219F is #8FDE60. Grayscale: #464646. Windows color (decimal): -9428577 or 10428784. OLE color: 10428784.
HSL color Cylindrical-coordinate representation of color #70219F: hue angle of 277.62º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70219F is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 33 | 159 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.38 |
| HSL | 277.62º | 0.66% | 0.38% | - |
| HSV(B) | 277.62º | 0.79% | 0.62% | - |
| XYZ | 13.48 | 7.04 | 33.45 | - |
| YUV | 70.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 159 | 0.30 | 0.79 | 0 | 0.38 | 277.62 | 0.66 | 0.38 |
| Hex | 70 | 21 | 9F | 1E | 4F | 0 | 26 | 116 | 42 | 26 |
| Octal | 160 | 41 | 237 | 36 | 117 | 0 | 46 | 426 | 102 | 46 |
| Binary | 1110000 | 100001 | 10011111 | 11110 | 1001111 | 0 | 100110 | 100010110 | 1000010 | 100110 |
Color Harmonies of #70219F
Complementary color
Monochromatic Colors of #70219F
Black with #70219F
Text Example
Text Example
White with #70219F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70219F; }
p { color: rgb(112,33,159); }
H1.HeaderClassName
{
color: #70219F;
}
.AnyTagClassName
{
color: #70219F;
}
</style>
background-color css
<style>
a { background-color: #70219F; }
a { background-color: rgb(112,33,159); }
div.DivClassName
{
background-color: #70219F;
}
.BgClassName
{
background-color: #70219F;
}
</style>
border-color css
<style>
span { border-color: #70219F; }
span { border-color: rgb(112,33,159); }
td.TdClassName
{
border-color: #70219F;
}
.TagClassName
{
border-color: #70219F;
}
</style>