Shades of Royal Purple #70309D
Tints of Royal Purple #70309D
RGB
CMYK
RGB Variations
Color information
#70309D (or 0x70309D) is known color: Royal Purple. HEX triplet: 70, 30 and 9D. RGB value is (112,48,157). Sum of RGB (Red+Green+Blue) = 112+48+157=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #70309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70309D is #8FCF62. Grayscale: #4F4F4F. Windows color (decimal): -9424739 or 10301552. OLE color: 10301552.
HSL color Cylindrical-coordinate representation of color #70309D: hue angle of 275.23º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70309D is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 48 | 157 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.38 |
| HSL | 275.23º | 0.53% | 0.4% | - |
| HSV(B) | 275.23º | 0.69% | 0.62% | - |
| XYZ | 13.82 | 7.99 | 32.71 | - |
| YUV | 79.56 | 171.7 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 157 | 0.29 | 0.69 | 0 | 0.38 | 275.23 | 0.53 | 0.4 |
| Hex | 70 | 30 | 9D | 1D | 45 | 0 | 26 | 113 | 35 | 28 |
| Octal | 160 | 60 | 235 | 35 | 105 | 0 | 46 | 423 | 65 | 50 |
| Binary | 1110000 | 110000 | 10011101 | 11101 | 1000101 | 0 | 100110 | 100010011 | 110101 | 101000 |
Color Harmonies of #70309D
Complementary color
Monochromatic Colors of #70309D
Black with #70309D
Text Example
Text Example
White with #70309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70309D; }
p { color: rgb(112,48,157); }
H1.HeaderClassName
{
color: #70309D;
}
.AnyTagClassName
{
color: #70309D;
}
</style>
background-color css
<style>
a { background-color: #70309D; }
a { background-color: rgb(112,48,157); }
div.DivClassName
{
background-color: #70309D;
}
.BgClassName
{
background-color: #70309D;
}
</style>
border-color css
<style>
span { border-color: #70309D; }
span { border-color: rgb(112,48,157); }
td.TdClassName
{
border-color: #70309D;
}
.TagClassName
{
border-color: #70309D;
}
</style>