Shades of Royal Purple #704394
Tints of Royal Purple #704394
RGB
CMYK
RGB Variations
Color information
#704394 (or 0x704394) is known color: Royal Purple. HEX triplet: 70, 43 and 94. RGB value is (112,67,148). Sum of RGB (Red+Green+Blue) = 112+67+148=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #704394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704394 is #8FBC6B. Grayscale: #595959. Windows color (decimal): -9419884 or 9716592. OLE color: 9716592.
HSL color Cylindrical-coordinate representation of color #704394: hue angle of 273.33º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #704394 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 67 | 148 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.42 |
| HSL | 273.33º | 0.38% | 0.42% | - |
| HSV(B) | 273.33º | 0.55% | 0.58% | - |
| XYZ | 14.03 | 9.6 | 29.13 | - |
| YUV | 89.69 | 160.91 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 148 | 0.24 | 0.55 | 0 | 0.42 | 273.33 | 0.38 | 0.42 |
| Hex | 70 | 43 | 94 | 18 | 37 | 0 | 2A | 111 | 26 | 2A |
| Octal | 160 | 103 | 224 | 30 | 67 | 0 | 52 | 421 | 46 | 52 |
| Binary | 1110000 | 1000011 | 10010100 | 11000 | 110111 | 0 | 101010 | 100010001 | 100110 | 101010 |
Color Harmonies of #704394
Complementary color
Monochromatic Colors of #704394
Black with #704394
Text Example
Text Example
White with #704394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704394; }
p { color: rgb(112,67,148); }
H1.HeaderClassName
{
color: #704394;
}
.AnyTagClassName
{
color: #704394;
}
</style>
background-color css
<style>
a { background-color: #704394; }
a { background-color: rgb(112,67,148); }
div.DivClassName
{
background-color: #704394;
}
.BgClassName
{
background-color: #704394;
}
</style>
border-color css
<style>
span { border-color: #704394; }
span { border-color: rgb(112,67,148); }
td.TdClassName
{
border-color: #704394;
}
.TagClassName
{
border-color: #704394;
}
</style>