Shades of Royal Purple #70439D
Tints of Royal Purple #70439D
RGB
CMYK
RGB Variations
Color information
#70439D (or 0x70439D) is known color: Royal Purple. HEX triplet: 70, 43 and 9D. RGB value is (112,67,157). Sum of RGB (Red+Green+Blue) = 112+67+157=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #70439D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70439D is #8FBC62. Grayscale: #5A5A5A. Windows color (decimal): -9419875 or 10306416. OLE color: 10306416.
HSL color Cylindrical-coordinate representation of color #70439D: hue angle of 270º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70439D is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 67 | 157 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.38 |
| HSL | 270º | 0.4% | 0.44% | - |
| HSV(B) | 270º | 0.57% | 0.62% | - |
| XYZ | 14.78 | 9.89 | 33.03 | - |
| YUV | 90.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 157 | 0.29 | 0.57 | 0 | 0.38 | 270 | 0.4 | 0.44 |
| Hex | 70 | 43 | 9D | 1D | 39 | 0 | 26 | 10E | 28 | 2C |
| Octal | 160 | 103 | 235 | 35 | 71 | 0 | 46 | 416 | 50 | 54 |
| Binary | 1110000 | 1000011 | 10011101 | 11101 | 111001 | 0 | 100110 | 100001110 | 101000 | 101100 |
Color Harmonies of #70439D
Complementary color
Monochromatic Colors of #70439D
Black with #70439D
Text Example
Text Example
White with #70439D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70439D; }
p { color: rgb(112,67,157); }
H1.HeaderClassName
{
color: #70439D;
}
.AnyTagClassName
{
color: #70439D;
}
</style>
background-color css
<style>
a { background-color: #70439D; }
a { background-color: rgb(112,67,157); }
div.DivClassName
{
background-color: #70439D;
}
.BgClassName
{
background-color: #70439D;
}
</style>
border-color css
<style>
span { border-color: #70439D; }
span { border-color: rgb(112,67,157); }
td.TdClassName
{
border-color: #70439D;
}
.TagClassName
{
border-color: #70439D;
}
</style>