Shades of Royal Purple #704397
Tints of Royal Purple #704397
RGB
CMYK
RGB Variations
Color information
#704397 (or 0x704397) is known color: Royal Purple. HEX triplet: 70, 43 and 97. RGB value is (112,67,151). Sum of RGB (Red+Green+Blue) = 112+67+151=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 151 - color contains mainly: blue. Hex color #704397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #704397 is #8FBC68. Grayscale: #595959. Windows color (decimal): -9419881 or 9913200. OLE color: 9913200.
HSL color Cylindrical-coordinate representation of color #704397: hue angle of 272.14º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #704397 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 67 | 151 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.41 |
| HSL | 272.14º | 0.39% | 0.43% | - |
| HSV(B) | 272.14º | 0.56% | 0.59% | - |
| XYZ | 14.28 | 9.69 | 30.4 | - |
| YUV | 90.03 | 162.41 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 151 | 0.26 | 0.56 | 0 | 0.41 | 272.14 | 0.39 | 0.43 |
| Hex | 70 | 43 | 97 | 1A | 38 | 0 | 29 | 110 | 27 | 2B |
| Octal | 160 | 103 | 227 | 32 | 70 | 0 | 51 | 420 | 47 | 53 |
| Binary | 1110000 | 1000011 | 10010111 | 11010 | 111000 | 0 | 101001 | 100010000 | 100111 | 101011 |
Color Harmonies of #704397
Complementary color
Monochromatic Colors of #704397
Black with #704397
Text Example
Text Example
White with #704397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704397; }
p { color: rgb(112,67,151); }
H1.HeaderClassName
{
color: #704397;
}
.AnyTagClassName
{
color: #704397;
}
</style>
background-color css
<style>
a { background-color: #704397; }
a { background-color: rgb(112,67,151); }
div.DivClassName
{
background-color: #704397;
}
.BgClassName
{
background-color: #704397;
}
</style>
border-color css
<style>
span { border-color: #704397; }
span { border-color: rgb(112,67,151); }
td.TdClassName
{
border-color: #704397;
}
.TagClassName
{
border-color: #704397;
}
</style>