Shades of Royal Purple #704392
Tints of Royal Purple #704392
RGB
CMYK
RGB Variations
Color information
#704392 (or 0x704392) is known color: Royal Purple. HEX triplet: 70, 43 and 92. RGB value is (112,67,146). Sum of RGB (Red+Green+Blue) = 112+67+146=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #704392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704392 is #8FBC6D. Grayscale: #595959. Windows color (decimal): -9419886 or 9585520. OLE color: 9585520.
HSL color Cylindrical-coordinate representation of color #704392: hue angle of 274.18º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #704392 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 112 | 67 | 146 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.43 |
| HSL | 274.18º | 0.37% | 0.42% | - |
| HSV(B) | 274.18º | 0.54% | 0.57% | - |
| XYZ | 13.88 | 9.53 | 28.3 | - |
| YUV | 89.46 | 159.91 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 146 | 0.23 | 0.54 | 0 | 0.43 | 274.18 | 0.37 | 0.42 |
| Hex | 70 | 43 | 92 | 17 | 36 | 0 | 2B | 112 | 25 | 2A |
| Octal | 160 | 103 | 222 | 27 | 66 | 0 | 53 | 422 | 45 | 52 |
| Binary | 1110000 | 1000011 | 10010010 | 10111 | 110110 | 0 | 101011 | 100010010 | 100101 | 101010 |
Color Harmonies of #704392
Complementary color
Monochromatic Colors of #704392
Black with #704392
Text Example
Text Example
White with #704392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704392; }
p { color: rgb(112,67,146); }
H1.HeaderClassName
{
color: #704392;
}
.AnyTagClassName
{
color: #704392;
}
</style>
background-color css
<style>
a { background-color: #704392; }
a { background-color: rgb(112,67,146); }
div.DivClassName
{
background-color: #704392;
}
.BgClassName
{
background-color: #704392;
}
</style>
border-color css
<style>
span { border-color: #704392; }
span { border-color: rgb(112,67,146); }
td.TdClassName
{
border-color: #704392;
}
.TagClassName
{
border-color: #704392;
}
</style>