Shades of Royal Purple #691D99
Tints of Royal Purple #691D99
RGB
CMYK
RGB Variations
Color information
#691D99 (or 0x691D99) is known color: Royal Purple. HEX triplet: 69, 1D and 99. RGB value is (105,29,153). Sum of RGB (Red+Green+Blue) = 105+29+153=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #691D99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691D99 is #96E266. Grayscale: #414141. Windows color (decimal): -9888359 or 10034537. OLE color: 10034537.
HSL color Cylindrical-coordinate representation of color #691D99: hue angle of 276.77º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #691D99 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 29 | 153 | - |
| CMYK | 0.31 | 0.81 | 0 | 0.4 |
| HSL | 276.77º | 0.68% | 0.36% | - |
| HSV(B) | 276.77º | 0.81% | 0.6% | - |
| XYZ | 12.01 | 6.18 | 30.7 | - |
| YUV | 65.86 | 177.18 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 29 | 153 | 0.31 | 0.81 | 0 | 0.4 | 276.77 | 0.68 | 0.36 |
| Hex | 69 | 1D | 99 | 1F | 51 | 0 | 28 | 115 | 44 | 24 |
| Octal | 151 | 35 | 231 | 37 | 121 | 0 | 50 | 425 | 104 | 44 |
| Binary | 1101001 | 11101 | 10011001 | 11111 | 1010001 | 0 | 101000 | 100010101 | 1000100 | 100100 |
Color Harmonies of #691D99
Complementary color
Monochromatic Colors of #691D99
Black with #691D99
Text Example
Text Example
White with #691D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691D99; }
p { color: rgb(105,29,153); }
H1.HeaderClassName
{
color: #691D99;
}
.AnyTagClassName
{
color: #691D99;
}
</style>
background-color css
<style>
a { background-color: #691D99; }
a { background-color: rgb(105,29,153); }
div.DivClassName
{
background-color: #691D99;
}
.BgClassName
{
background-color: #691D99;
}
</style>
border-color css
<style>
span { border-color: #691D99; }
span { border-color: rgb(105,29,153); }
td.TdClassName
{
border-color: #691D99;
}
.TagClassName
{
border-color: #691D99;
}
</style>