Shades of Royal Purple #694796
Tints of Royal Purple #694796
RGB
CMYK
RGB Variations
Color information
#694796 (or 0x694796) is known color: Royal Purple. HEX triplet: 69, 47 and 96. RGB value is (105,71,150). Sum of RGB (Red+Green+Blue) = 105+71+150=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #694796 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694796 is #96B869. Grayscale: #595959. Windows color (decimal): -9877610 or 9848681. OLE color: 9848681.
HSL color Cylindrical-coordinate representation of color #694796: hue angle of 265.82º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #694796 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 71 | 150 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.41 |
| HSL | 265.82º | 0.36% | 0.43% | - |
| HSV(B) | 265.82º | 0.53% | 0.59% | - |
| XYZ | 13.58 | 9.71 | 30.01 | - |
| YUV | 90.17 | 161.76 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 71 | 150 | 0.30 | 0.53 | 0 | 0.41 | 265.82 | 0.36 | 0.43 |
| Hex | 69 | 47 | 96 | 1E | 35 | 0 | 29 | 10A | 24 | 2B |
| Octal | 151 | 107 | 226 | 36 | 65 | 0 | 51 | 412 | 44 | 53 |
| Binary | 1101001 | 1000111 | 10010110 | 11110 | 110101 | 0 | 101001 | 100001010 | 100100 | 101011 |
Color Harmonies of #694796
Complementary color
Monochromatic Colors of #694796
Black with #694796
Text Example
Text Example
White with #694796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694796; }
p { color: rgb(105,71,150); }
H1.HeaderClassName
{
color: #694796;
}
.AnyTagClassName
{
color: #694796;
}
</style>
background-color css
<style>
a { background-color: #694796; }
a { background-color: rgb(105,71,150); }
div.DivClassName
{
background-color: #694796;
}
.BgClassName
{
background-color: #694796;
}
</style>
border-color css
<style>
span { border-color: #694796; }
span { border-color: rgb(105,71,150); }
td.TdClassName
{
border-color: #694796;
}
.TagClassName
{
border-color: #694796;
}
</style>