Shades of Royal Purple #694099
Tints of Royal Purple #694099
RGB
CMYK
RGB Variations
Color information
#694099 (or 0x694099) is known color: Royal Purple. HEX triplet: 69, 40 and 99. RGB value is (105,64,153). Sum of RGB (Red+Green+Blue) = 105+64+153=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #694099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694099 is #96BF66. Grayscale: #565656. Windows color (decimal): -9879399 or 10043497. OLE color: 10043497.
HSL color Cylindrical-coordinate representation of color #694099: hue angle of 267.64º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #694099 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 64 | 153 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.4 |
| HSL | 267.64º | 0.41% | 0.43% | - |
| HSV(B) | 267.64º | 0.58% | 0.6% | - |
| XYZ | 13.41 | 8.97 | 31.16 | - |
| YUV | 86.41 | 165.58 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 153 | 0.31 | 0.58 | 0 | 0.4 | 267.64 | 0.41 | 0.43 |
| Hex | 69 | 40 | 99 | 1F | 3A | 0 | 28 | 10C | 29 | 2B |
| Octal | 151 | 100 | 231 | 37 | 72 | 0 | 50 | 414 | 51 | 53 |
| Binary | 1101001 | 1000000 | 10011001 | 11111 | 111010 | 0 | 101000 | 100001100 | 101001 | 101011 |
Color Harmonies of #694099
Complementary color
Monochromatic Colors of #694099
Black with #694099
Text Example
Text Example
White with #694099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694099; }
p { color: rgb(105,64,153); }
H1.HeaderClassName
{
color: #694099;
}
.AnyTagClassName
{
color: #694099;
}
</style>
background-color css
<style>
a { background-color: #694099; }
a { background-color: rgb(105,64,153); }
div.DivClassName
{
background-color: #694099;
}
.BgClassName
{
background-color: #694099;
}
</style>
border-color css
<style>
span { border-color: #694099; }
span { border-color: rgb(105,64,153); }
td.TdClassName
{
border-color: #694099;
}
.TagClassName
{
border-color: #694099;
}
</style>