Shades of Royal Purple #70439E
Tints of Royal Purple #70439E
RGB
CMYK
RGB Variations
Color information
#70439E (or 0x70439E) is known color: Royal Purple. HEX triplet: 70, 43 and 9E. RGB value is (112,67,158). Sum of RGB (Red+Green+Blue) = 112+67+158=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #70439E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70439E is #8FBC61. Grayscale: #5A5A5A. Windows color (decimal): -9419874 or 10371952. OLE color: 10371952.
HSL color Cylindrical-coordinate representation of color #70439E: hue angle of 269.67º degrees, saturation: 0.4, 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 #70439E is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 67 | 158 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.38 |
| HSL | 269.67º | 0.4% | 0.44% | - |
| HSV(B) | 269.67º | 0.58% | 0.62% | - |
| XYZ | 14.86 | 9.93 | 33.48 | - |
| YUV | 90.83 | 165.91 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 158 | 0.29 | 0.58 | 0 | 0.38 | 269.67 | 0.4 | 0.44 |
| Hex | 70 | 43 | 9E | 1D | 3A | 0 | 26 | 10E | 28 | 2C |
| Octal | 160 | 103 | 236 | 35 | 72 | 0 | 46 | 416 | 50 | 54 |
| Binary | 1110000 | 1000011 | 10011110 | 11101 | 111010 | 0 | 100110 | 100001110 | 101000 | 101100 |
Color Harmonies of #70439E
Complementary color
Monochromatic Colors of #70439E
Black with #70439E
Text Example
Text Example
White with #70439E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70439E; }
p { color: rgb(112,67,158); }
H1.HeaderClassName
{
color: #70439E;
}
.AnyTagClassName
{
color: #70439E;
}
</style>
background-color css
<style>
a { background-color: #70439E; }
a { background-color: rgb(112,67,158); }
div.DivClassName
{
background-color: #70439E;
}
.BgClassName
{
background-color: #70439E;
}
</style>
border-color css
<style>
span { border-color: #70439E; }
span { border-color: rgb(112,67,158); }
td.TdClassName
{
border-color: #70439E;
}
.TagClassName
{
border-color: #70439E;
}
</style>