Shades of Royal Purple #69209E
Tints of Royal Purple #69209E
RGB
CMYK
RGB Variations
Color information
#69209E (or 0x69209E) is known color: Royal Purple. HEX triplet: 69, 20 and 9E. RGB value is (105,32,158). Sum of RGB (Red+Green+Blue) = 105+32+158=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #69209E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69209E is #96DF61. Grayscale: #434343. Windows color (decimal): -9887586 or 10362985. OLE color: 10362985.
HSL color Cylindrical-coordinate representation of color #69209E: hue angle of 274.76º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #69209E is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 32 | 158 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.38 |
| HSL | 274.76º | 0.66% | 0.37% | - |
| HSV(B) | 274.76º | 0.8% | 0.62% | - |
| XYZ | 12.51 | 6.5 | 32.94 | - |
| YUV | 68.19 | 178.68 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 32 | 158 | 0.34 | 0.80 | 0 | 0.38 | 274.76 | 0.66 | 0.37 |
| Hex | 69 | 20 | 9E | 22 | 50 | 0 | 26 | 113 | 42 | 25 |
| Octal | 151 | 40 | 236 | 42 | 120 | 0 | 46 | 423 | 102 | 45 |
| Binary | 1101001 | 100000 | 10011110 | 100010 | 1010000 | 0 | 100110 | 100010011 | 1000010 | 100101 |
Color Harmonies of #69209E
Complementary color
Monochromatic Colors of #69209E
Black with #69209E
Text Example
Text Example
White with #69209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69209E; }
p { color: rgb(105,32,158); }
H1.HeaderClassName
{
color: #69209E;
}
.AnyTagClassName
{
color: #69209E;
}
</style>
background-color css
<style>
a { background-color: #69209E; }
a { background-color: rgb(105,32,158); }
div.DivClassName
{
background-color: #69209E;
}
.BgClassName
{
background-color: #69209E;
}
</style>
border-color css
<style>
span { border-color: #69209E; }
span { border-color: rgb(105,32,158); }
td.TdClassName
{
border-color: #69209E;
}
.TagClassName
{
border-color: #69209E;
}
</style>