Shades of Royal Purple #694797
Tints of Royal Purple #694797
RGB
CMYK
RGB Variations
Color information
#694797 (or 0x694797) is known color: Royal Purple. HEX triplet: 69, 47 and 97. RGB value is (105,71,151). Sum of RGB (Red+Green+Blue) = 105+71+151=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 151 - color contains mainly: blue. Hex color #694797 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694797 is #96B868. Grayscale: #5A5A5A. Windows color (decimal): -9877609 or 9914217. OLE color: 9914217.
HSL color Cylindrical-coordinate representation of color #694797: hue angle of 265.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #694797 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 71 | 151 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.41 |
| HSL | 265.5º | 0.36% | 0.44% | - |
| HSV(B) | 265.5º | 0.53% | 0.59% | - |
| XYZ | 13.66 | 9.74 | 30.44 | - |
| YUV | 90.29 | 162.26 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 71 | 151 | 0.30 | 0.53 | 0 | 0.41 | 265.5 | 0.36 | 0.44 |
| Hex | 69 | 47 | 97 | 1E | 35 | 0 | 29 | 10A | 24 | 2C |
| Octal | 151 | 107 | 227 | 36 | 65 | 0 | 51 | 412 | 44 | 54 |
| Binary | 1101001 | 1000111 | 10010111 | 11110 | 110101 | 0 | 101001 | 100001010 | 100100 | 101100 |
Color Harmonies of #694797
Complementary color
Monochromatic Colors of #694797
Black with #694797
Text Example
Text Example
White with #694797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694797; }
p { color: rgb(105,71,151); }
H1.HeaderClassName
{
color: #694797;
}
.AnyTagClassName
{
color: #694797;
}
</style>
background-color css
<style>
a { background-color: #694797; }
a { background-color: rgb(105,71,151); }
div.DivClassName
{
background-color: #694797;
}
.BgClassName
{
background-color: #694797;
}
</style>
border-color css
<style>
span { border-color: #694797; }
span { border-color: rgb(105,71,151); }
td.TdClassName
{
border-color: #694797;
}
.TagClassName
{
border-color: #694797;
}
</style>