Shades of Royal Purple #694897
Tints of Royal Purple #694897
RGB
CMYK
RGB Variations
Color information
#694897 (or 0x694897) is known color: Royal Purple. HEX triplet: 69, 48 and 97. RGB value is (105,72,151). Sum of RGB (Red+Green+Blue) = 105+72+151=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 151 - color contains mainly: blue. Hex color #694897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694897 is #96B768. Grayscale: #5A5A5A. Windows color (decimal): -9877353 or 9914473. OLE color: 9914473.
HSL color Cylindrical-coordinate representation of color #694897: hue angle of 265.06º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #694897 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 72 | 151 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.41 |
| HSL | 265.06º | 0.35% | 0.44% | - |
| HSV(B) | 265.06º | 0.52% | 0.59% | - |
| XYZ | 13.73 | 9.87 | 30.46 | - |
| YUV | 90.87 | 161.93 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 151 | 0.30 | 0.52 | 0 | 0.41 | 265.06 | 0.35 | 0.44 |
| Hex | 69 | 48 | 97 | 1E | 34 | 0 | 29 | 109 | 23 | 2C |
| Octal | 151 | 110 | 227 | 36 | 64 | 0 | 51 | 411 | 43 | 54 |
| Binary | 1101001 | 1001000 | 10010111 | 11110 | 110100 | 0 | 101001 | 100001001 | 100011 | 101100 |
Color Harmonies of #694897
Complementary color
Monochromatic Colors of #694897
Black with #694897
Text Example
Text Example
White with #694897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694897; }
p { color: rgb(105,72,151); }
H1.HeaderClassName
{
color: #694897;
}
.AnyTagClassName
{
color: #694897;
}
</style>
background-color css
<style>
a { background-color: #694897; }
a { background-color: rgb(105,72,151); }
div.DivClassName
{
background-color: #694897;
}
.BgClassName
{
background-color: #694897;
}
</style>
border-color css
<style>
span { border-color: #694897; }
span { border-color: rgb(105,72,151); }
td.TdClassName
{
border-color: #694897;
}
.TagClassName
{
border-color: #694897;
}
</style>