Shades of Royal Purple #703695
Tints of Royal Purple #703695
RGB
CMYK
RGB Variations
Color information
#703695 (or 0x703695) is known color: Royal Purple. HEX triplet: 70, 36 and 95. RGB value is (112,54,149). Sum of RGB (Red+Green+Blue) = 112+54+149=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #703695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703695 is #8FC96A. Grayscale: #515151. Windows color (decimal): -9423211 or 9778800. OLE color: 9778800.
HSL color Cylindrical-coordinate representation of color #703695: hue angle of 276.63º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #703695 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 54 | 149 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.42 |
| HSL | 276.63º | 0.47% | 0.4% | - |
| HSV(B) | 276.63º | 0.64% | 0.58% | - |
| XYZ | 13.43 | 8.25 | 29.32 | - |
| YUV | 82.17 | 165.72 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 149 | 0.25 | 0.64 | 0 | 0.42 | 276.63 | 0.47 | 0.4 |
| Hex | 70 | 36 | 95 | 19 | 40 | 0 | 2A | 115 | 2F | 28 |
| Octal | 160 | 66 | 225 | 31 | 100 | 0 | 52 | 425 | 57 | 50 |
| Binary | 1110000 | 110110 | 10010101 | 11001 | 1000000 | 0 | 101010 | 100010101 | 101111 | 101000 |
Color Harmonies of #703695
Complementary color
Monochromatic Colors of #703695
Black with #703695
Text Example
Text Example
White with #703695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703695; }
p { color: rgb(112,54,149); }
H1.HeaderClassName
{
color: #703695;
}
.AnyTagClassName
{
color: #703695;
}
</style>
background-color css
<style>
a { background-color: #703695; }
a { background-color: rgb(112,54,149); }
div.DivClassName
{
background-color: #703695;
}
.BgClassName
{
background-color: #703695;
}
</style>
border-color css
<style>
span { border-color: #703695; }
span { border-color: rgb(112,54,149); }
td.TdClassName
{
border-color: #703695;
}
.TagClassName
{
border-color: #703695;
}
</style>