Shades of Royal Purple #694995
Tints of Royal Purple #694995
RGB
CMYK
RGB Variations
Color information
#694995 (or 0x694995) is known color: Royal Purple. HEX triplet: 69, 49 and 95. RGB value is (105,73,149). Sum of RGB (Red+Green+Blue) = 105+73+149=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #694995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694995 is #96B66A. Grayscale: #5A5A5A. Windows color (decimal): -9877099 or 9783657. OLE color: 9783657.
HSL color Cylindrical-coordinate representation of color #694995: hue angle of 265.26º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #694995 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 73 | 149 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.42 |
| HSL | 265.26º | 0.34% | 0.44% | - |
| HSV(B) | 265.26º | 0.51% | 0.58% | - |
| XYZ | 13.63 | 9.94 | 29.63 | - |
| YUV | 91.23 | 160.6 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 73 | 149 | 0.30 | 0.51 | 0 | 0.42 | 265.26 | 0.34 | 0.44 |
| Hex | 69 | 49 | 95 | 1E | 33 | 0 | 2A | 109 | 22 | 2C |
| Octal | 151 | 111 | 225 | 36 | 63 | 0 | 52 | 411 | 42 | 54 |
| Binary | 1101001 | 1001001 | 10010101 | 11110 | 110011 | 0 | 101010 | 100001001 | 100010 | 101100 |
Color Harmonies of #694995
Complementary color
Monochromatic Colors of #694995
Black with #694995
Text Example
Text Example
White with #694995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694995; }
p { color: rgb(105,73,149); }
H1.HeaderClassName
{
color: #694995;
}
.AnyTagClassName
{
color: #694995;
}
</style>
background-color css
<style>
a { background-color: #694995; }
a { background-color: rgb(105,73,149); }
div.DivClassName
{
background-color: #694995;
}
.BgClassName
{
background-color: #694995;
}
</style>
border-color css
<style>
span { border-color: #694995; }
span { border-color: rgb(105,73,149); }
td.TdClassName
{
border-color: #694995;
}
.TagClassName
{
border-color: #694995;
}
</style>