Shades of Royal Purple #693191
Tints of Royal Purple #693191
RGB
CMYK
RGB Variations
Color information
#693191 (or 0x693191) is known color: Royal Purple. HEX triplet: 69, 31 and 91. RGB value is (105,49,145). Sum of RGB (Red+Green+Blue) = 105+49+145=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #693191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693191 is #96CE6E. Grayscale: #4C4C4C. Windows color (decimal): -9883247 or 9515369. OLE color: 9515369.
HSL color Cylindrical-coordinate representation of color #693191: hue angle of 275º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #693191 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 49 | 145 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.43 |
| HSL | 275º | 0.49% | 0.38% | - |
| HSV(B) | 275º | 0.66% | 0.57% | - |
| XYZ | 12.03 | 7.24 | 27.55 | - |
| YUV | 76.69 | 166.55 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 145 | 0.28 | 0.66 | 0 | 0.43 | 275 | 0.49 | 0.38 |
| Hex | 69 | 31 | 91 | 1C | 42 | 0 | 2B | 113 | 31 | 26 |
| Octal | 151 | 61 | 221 | 34 | 102 | 0 | 53 | 423 | 61 | 46 |
| Binary | 1101001 | 110001 | 10010001 | 11100 | 1000010 | 0 | 101011 | 100010011 | 110001 | 100110 |
Color Harmonies of #693191
Complementary color
Monochromatic Colors of #693191
Black with #693191
Text Example
Text Example
White with #693191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693191; }
p { color: rgb(105,49,145); }
H1.HeaderClassName
{
color: #693191;
}
.AnyTagClassName
{
color: #693191;
}
</style>
background-color css
<style>
a { background-color: #693191; }
a { background-color: rgb(105,49,145); }
div.DivClassName
{
background-color: #693191;
}
.BgClassName
{
background-color: #693191;
}
</style>
border-color css
<style>
span { border-color: #693191; }
span { border-color: rgb(105,49,145); }
td.TdClassName
{
border-color: #693191;
}
.TagClassName
{
border-color: #693191;
}
</style>