Shades of Royal Purple #69199E
Tints of Royal Purple #69199E
RGB
CMYK
RGB Variations
Color information
#69199E (or 0x69199E) is known color: Royal Purple. HEX triplet: 69, 19 and 9E. RGB value is (105,25,158). Sum of RGB (Red+Green+Blue) = 105+25+158=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #69199E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69199E is #96E661. Grayscale: #3F3F3F. Windows color (decimal): -9889378 or 10361193. OLE color: 10361193.
HSL color Cylindrical-coordinate representation of color #69199E: hue angle of 276.09º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #69199E is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 25 | 158 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.38 |
| HSL | 276.09º | 0.73% | 0.36% | - |
| HSV(B) | 276.09º | 0.84% | 0.62% | - |
| XYZ | 12.34 | 6.17 | 32.89 | - |
| YUV | 64.08 | 181 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 158 | 0.34 | 0.84 | 0 | 0.38 | 276.09 | 0.73 | 0.36 |
| Hex | 69 | 19 | 9E | 22 | 54 | 0 | 26 | 114 | 49 | 24 |
| Octal | 151 | 31 | 236 | 42 | 124 | 0 | 46 | 424 | 111 | 44 |
| Binary | 1101001 | 11001 | 10011110 | 100010 | 1010100 | 0 | 100110 | 100010100 | 1001001 | 100100 |
Color Harmonies of #69199E
Complementary color
Monochromatic Colors of #69199E
Black with #69199E
Text Example
Text Example
White with #69199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69199E; }
p { color: rgb(105,25,158); }
H1.HeaderClassName
{
color: #69199E;
}
.AnyTagClassName
{
color: #69199E;
}
</style>
background-color css
<style>
a { background-color: #69199E; }
a { background-color: rgb(105,25,158); }
div.DivClassName
{
background-color: #69199E;
}
.BgClassName
{
background-color: #69199E;
}
</style>
border-color css
<style>
span { border-color: #69199E; }
span { border-color: rgb(105,25,158); }
td.TdClassName
{
border-color: #69199E;
}
.TagClassName
{
border-color: #69199E;
}
</style>