Shades of Royal Purple #69209B
Tints of Royal Purple #69209B
RGB
CMYK
RGB Variations
Color information
#69209B (or 0x69209B) is known color: Royal Purple. HEX triplet: 69, 20 and 9B. RGB value is (105,32,155). Sum of RGB (Red+Green+Blue) = 105+32+155=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #69209B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69209B is #96DF64. Grayscale: #434343. Windows color (decimal): -9887589 or 10166377. OLE color: 10166377.
HSL color Cylindrical-coordinate representation of color #69209B: hue angle of 275.61º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #69209B is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 32 | 155 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.39 |
| HSL | 275.61º | 0.66% | 0.37% | - |
| HSV(B) | 275.61º | 0.79% | 0.61% | - |
| XYZ | 12.26 | 6.4 | 31.6 | - |
| YUV | 67.85 | 177.18 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 32 | 155 | 0.32 | 0.79 | 0 | 0.39 | 275.61 | 0.66 | 0.37 |
| Hex | 69 | 20 | 9B | 20 | 4F | 0 | 27 | 114 | 42 | 25 |
| Octal | 151 | 40 | 233 | 40 | 117 | 0 | 47 | 424 | 102 | 45 |
| Binary | 1101001 | 100000 | 10011011 | 100000 | 1001111 | 0 | 100111 | 100010100 | 1000010 | 100101 |
Color Harmonies of #69209B
Complementary color
Monochromatic Colors of #69209B
Black with #69209B
Text Example
Text Example
White with #69209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69209B; }
p { color: rgb(105,32,155); }
H1.HeaderClassName
{
color: #69209B;
}
.AnyTagClassName
{
color: #69209B;
}
</style>
background-color css
<style>
a { background-color: #69209B; }
a { background-color: rgb(105,32,155); }
div.DivClassName
{
background-color: #69209B;
}
.BgClassName
{
background-color: #69209B;
}
</style>
border-color css
<style>
span { border-color: #69209B; }
span { border-color: rgb(105,32,155); }
td.TdClassName
{
border-color: #69209B;
}
.TagClassName
{
border-color: #69209B;
}
</style>