Shades of Royal Purple #704398
Tints of Royal Purple #704398
RGB
CMYK
RGB Variations
Color information
#704398 (or 0x704398) is known color: Royal Purple. HEX triplet: 70, 43 and 98. RGB value is (112,67,152). Sum of RGB (Red+Green+Blue) = 112+67+152=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 152 - color contains mainly: blue. Hex color #704398 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704398 is #8FBC67. Grayscale: #595959. Windows color (decimal): -9419880 or 9978736. OLE color: 9978736.
HSL color Cylindrical-coordinate representation of color #704398: hue angle of 271.76º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #704398 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 67 | 152 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.40 |
| HSL | 271.76º | 0.39% | 0.43% | - |
| HSV(B) | 271.76º | 0.56% | 0.6% | - |
| XYZ | 14.36 | 9.73 | 30.83 | - |
| YUV | 90.15 | 162.91 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 152 | 0.26 | 0.56 | 0 | 0.40 | 271.76 | 0.39 | 0.43 |
| Hex | 70 | 43 | 98 | 1A | 38 | 0 | 28 | 110 | 27 | 2B |
| Octal | 160 | 103 | 230 | 32 | 70 | 0 | 50 | 420 | 47 | 53 |
| Binary | 1110000 | 1000011 | 10011000 | 11010 | 111000 | 0 | 101000 | 100010000 | 100111 | 101011 |
Color Harmonies of #704398
Complementary color
Monochromatic Colors of #704398
Black with #704398
Text Example
Text Example
White with #704398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704398; }
p { color: rgb(112,67,152); }
H1.HeaderClassName
{
color: #704398;
}
.AnyTagClassName
{
color: #704398;
}
</style>
background-color css
<style>
a { background-color: #704398; }
a { background-color: rgb(112,67,152); }
div.DivClassName
{
background-color: #704398;
}
.BgClassName
{
background-color: #704398;
}
</style>
border-color css
<style>
span { border-color: #704398; }
span { border-color: rgb(112,67,152); }
td.TdClassName
{
border-color: #704398;
}
.TagClassName
{
border-color: #704398;
}
</style>