Shades of Royal Purple #694591
Tints of Royal Purple #694591
RGB
CMYK
RGB Variations
Color information
#694591 (or 0x694591) is known color: Royal Purple. HEX triplet: 69, 45 and 91. RGB value is (105,69,145). Sum of RGB (Red+Green+Blue) = 105+69+145=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #694591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694591 is #96BA6E. Grayscale: #585858. Windows color (decimal): -9878127 or 9520489. OLE color: 9520489.
HSL color Cylindrical-coordinate representation of color #694591: hue angle of 268.42º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #694591 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 69 | 145 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.43 |
| HSL | 268.42º | 0.36% | 0.42% | - |
| HSV(B) | 268.42º | 0.52% | 0.57% | - |
| XYZ | 13.06 | 9.3 | 27.9 | - |
| YUV | 88.43 | 159.93 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 69 | 145 | 0.28 | 0.52 | 0 | 0.43 | 268.42 | 0.36 | 0.42 |
| Hex | 69 | 45 | 91 | 1C | 34 | 0 | 2B | 10C | 24 | 2A |
| Octal | 151 | 105 | 221 | 34 | 64 | 0 | 53 | 414 | 44 | 52 |
| Binary | 1101001 | 1000101 | 10010001 | 11100 | 110100 | 0 | 101011 | 100001100 | 100100 | 101010 |
Color Harmonies of #694591
Complementary color
Monochromatic Colors of #694591
Black with #694591
Text Example
Text Example
White with #694591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694591; }
p { color: rgb(105,69,145); }
H1.HeaderClassName
{
color: #694591;
}
.AnyTagClassName
{
color: #694591;
}
</style>
background-color css
<style>
a { background-color: #694591; }
a { background-color: rgb(105,69,145); }
div.DivClassName
{
background-color: #694591;
}
.BgClassName
{
background-color: #694591;
}
</style>
border-color css
<style>
span { border-color: #694591; }
span { border-color: rgb(105,69,145); }
td.TdClassName
{
border-color: #694591;
}
.TagClassName
{
border-color: #694591;
}
</style>