Shades of Royal Purple #70309B
Tints of Royal Purple #70309B
RGB
CMYK
RGB Variations
Color information
#70309B (or 0x70309B) is known color: Royal Purple. HEX triplet: 70, 30 and 9B. RGB value is (112,48,155). Sum of RGB (Red+Green+Blue) = 112+48+155=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #70309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70309B is #8FCF64. Grayscale: #4E4E4E. Windows color (decimal): -9424741 or 10170480. OLE color: 10170480.
HSL color Cylindrical-coordinate representation of color #70309B: hue angle of 275.89º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70309B is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 48 | 155 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.39 |
| HSL | 275.89º | 0.53% | 0.4% | - |
| HSV(B) | 275.89º | 0.69% | 0.61% | - |
| XYZ | 13.66 | 7.93 | 31.82 | - |
| YUV | 79.33 | 170.7 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 155 | 0.28 | 0.69 | 0 | 0.39 | 275.89 | 0.53 | 0.4 |
| Hex | 70 | 30 | 9B | 1C | 45 | 0 | 27 | 114 | 35 | 28 |
| Octal | 160 | 60 | 233 | 34 | 105 | 0 | 47 | 424 | 65 | 50 |
| Binary | 1110000 | 110000 | 10011011 | 11100 | 1000101 | 0 | 100111 | 100010100 | 110101 | 101000 |
Color Harmonies of #70309B
Complementary color
Monochromatic Colors of #70309B
Black with #70309B
Text Example
Text Example
White with #70309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70309B; }
p { color: rgb(112,48,155); }
H1.HeaderClassName
{
color: #70309B;
}
.AnyTagClassName
{
color: #70309B;
}
</style>
background-color css
<style>
a { background-color: #70309B; }
a { background-color: rgb(112,48,155); }
div.DivClassName
{
background-color: #70309B;
}
.BgClassName
{
background-color: #70309B;
}
</style>
border-color css
<style>
span { border-color: #70309B; }
span { border-color: rgb(112,48,155); }
td.TdClassName
{
border-color: #70309B;
}
.TagClassName
{
border-color: #70309B;
}
</style>