Shades of Royal Purple #694499
Tints of Royal Purple #694499
RGB
CMYK
RGB Variations
Color information
#694499 (or 0x694499) is known color: Royal Purple. HEX triplet: 69, 44 and 99. RGB value is (105,68,153). Sum of RGB (Red+Green+Blue) = 105+68+153=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #694499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694499 is #96BB66. Grayscale: #585858. Windows color (decimal): -9878375 or 10044521. OLE color: 10044521.
HSL color Cylindrical-coordinate representation of color #694499: hue angle of 266.12º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #694499 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 68 | 153 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.4 |
| HSL | 266.12º | 0.38% | 0.43% | - |
| HSV(B) | 266.12º | 0.56% | 0.6% | - |
| XYZ | 13.64 | 9.44 | 31.24 | - |
| YUV | 88.75 | 164.26 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 68 | 153 | 0.31 | 0.56 | 0 | 0.4 | 266.12 | 0.38 | 0.43 |
| Hex | 69 | 44 | 99 | 1F | 38 | 0 | 28 | 10A | 26 | 2B |
| Octal | 151 | 104 | 231 | 37 | 70 | 0 | 50 | 412 | 46 | 53 |
| Binary | 1101001 | 1000100 | 10011001 | 11111 | 111000 | 0 | 101000 | 100001010 | 100110 | 101011 |
Color Harmonies of #694499
Complementary color
Monochromatic Colors of #694499
Black with #694499
Text Example
Text Example
White with #694499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694499; }
p { color: rgb(105,68,153); }
H1.HeaderClassName
{
color: #694499;
}
.AnyTagClassName
{
color: #694499;
}
</style>
background-color css
<style>
a { background-color: #694499; }
a { background-color: rgb(105,68,153); }
div.DivClassName
{
background-color: #694499;
}
.BgClassName
{
background-color: #694499;
}
</style>
border-color css
<style>
span { border-color: #694499; }
span { border-color: rgb(105,68,153); }
td.TdClassName
{
border-color: #694499;
}
.TagClassName
{
border-color: #694499;
}
</style>