Shades of Royal Purple #70339B
Tints of Royal Purple #70339B
RGB
CMYK
RGB Variations
Color information
#70339B (or 0x70339B) is known color: Royal Purple. HEX triplet: 70, 33 and 9B. RGB value is (112,51,155). Sum of RGB (Red+Green+Blue) = 112+51+155=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #70339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70339B is #8FCC64. Grayscale: #505050. Windows color (decimal): -9423973 or 10171248. OLE color: 10171248.
HSL color Cylindrical-coordinate representation of color #70339B: hue angle of 275.19º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70339B is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 51 | 155 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.39 |
| HSL | 275.19º | 0.5% | 0.4% | - |
| HSV(B) | 275.19º | 0.67% | 0.61% | - |
| XYZ | 13.78 | 8.18 | 31.86 | - |
| YUV | 81.1 | 169.71 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 51 | 155 | 0.28 | 0.67 | 0 | 0.39 | 275.19 | 0.5 | 0.4 |
| Hex | 70 | 33 | 9B | 1C | 43 | 0 | 27 | 113 | 32 | 28 |
| Octal | 160 | 63 | 233 | 34 | 103 | 0 | 47 | 423 | 62 | 50 |
| Binary | 1110000 | 110011 | 10011011 | 11100 | 1000011 | 0 | 100111 | 100010011 | 110010 | 101000 |
Color Harmonies of #70339B
Complementary color
Monochromatic Colors of #70339B
Black with #70339B
Text Example
Text Example
White with #70339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70339B; }
p { color: rgb(112,51,155); }
H1.HeaderClassName
{
color: #70339B;
}
.AnyTagClassName
{
color: #70339B;
}
</style>
background-color css
<style>
a { background-color: #70339B; }
a { background-color: rgb(112,51,155); }
div.DivClassName
{
background-color: #70339B;
}
.BgClassName
{
background-color: #70339B;
}
</style>
border-color css
<style>
span { border-color: #70339B; }
span { border-color: rgb(112,51,155); }
td.TdClassName
{
border-color: #70339B;
}
.TagClassName
{
border-color: #70339B;
}
</style>