Shades of Royal Purple #70359F
Tints of Royal Purple #70359F
RGB
CMYK
RGB Variations
Color information
#70359F (or 0x70359F) is known color: Royal Purple. HEX triplet: 70, 35 and 9F. RGB value is (112,53,159). Sum of RGB (Red+Green+Blue) = 112+53+159=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #70359F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70359F is #8FCA60. Grayscale: #525252. Windows color (decimal): -9423457 or 10433904. OLE color: 10433904.
HSL color Cylindrical-coordinate representation of color #70359F: hue angle of 273.4º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70359F is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 53 | 159 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.38 |
| HSL | 273.4º | 0.5% | 0.42% | - |
| HSV(B) | 273.4º | 0.67% | 0.62% | - |
| XYZ | 14.21 | 8.49 | 33.69 | - |
| YUV | 82.73 | 171.05 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 159 | 0.30 | 0.67 | 0 | 0.38 | 273.4 | 0.5 | 0.42 |
| Hex | 70 | 35 | 9F | 1E | 43 | 0 | 26 | 111 | 32 | 2A |
| Octal | 160 | 65 | 237 | 36 | 103 | 0 | 46 | 421 | 62 | 52 |
| Binary | 1110000 | 110101 | 10011111 | 11110 | 1000011 | 0 | 100110 | 100010001 | 110010 | 101010 |
Color Harmonies of #70359F
Complementary color
Monochromatic Colors of #70359F
Black with #70359F
Text Example
Text Example
White with #70359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70359F; }
p { color: rgb(112,53,159); }
H1.HeaderClassName
{
color: #70359F;
}
.AnyTagClassName
{
color: #70359F;
}
</style>
background-color css
<style>
a { background-color: #70359F; }
a { background-color: rgb(112,53,159); }
div.DivClassName
{
background-color: #70359F;
}
.BgClassName
{
background-color: #70359F;
}
</style>
border-color css
<style>
span { border-color: #70359F; }
span { border-color: rgb(112,53,159); }
td.TdClassName
{
border-color: #70359F;
}
.TagClassName
{
border-color: #70359F;
}
</style>