Shades of Royal Purple #69209A
Tints of Royal Purple #69209A
RGB
CMYK
RGB Variations
Color information
#69209A (or 0x69209A) is known color: Royal Purple. HEX triplet: 69, 20 and 9A. RGB value is (105,32,154). Sum of RGB (Red+Green+Blue) = 105+32+154=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 154 (60.55% from 255 or 52.92% from 291); Max value from RGB is 154 - color contains mainly: blue. Hex color #69209A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69209A is #96DF65. Grayscale: #434343. Windows color (decimal): -9887590 or 10100841. OLE color: 10100841.
HSL color Cylindrical-coordinate representation of color #69209A: hue angle of 275.9º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #69209A is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 32 | 154 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.40 |
| HSL | 275.9º | 0.66% | 0.36% | - |
| HSV(B) | 275.9º | 0.79% | 0.6% | - |
| XYZ | 12.17 | 6.37 | 31.16 | - |
| YUV | 67.74 | 176.68 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 32 | 154 | 0.32 | 0.79 | 0 | 0.40 | 275.9 | 0.66 | 0.36 |
| Hex | 69 | 20 | 9A | 20 | 4F | 0 | 28 | 114 | 42 | 24 |
| Octal | 151 | 40 | 232 | 40 | 117 | 0 | 50 | 424 | 102 | 44 |
| Binary | 1101001 | 100000 | 10011010 | 100000 | 1001111 | 0 | 101000 | 100010100 | 1000010 | 100100 |
Color Harmonies of #69209A
Complementary color
Monochromatic Colors of #69209A
Black with #69209A
Text Example
Text Example
White with #69209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69209A; }
p { color: rgb(105,32,154); }
H1.HeaderClassName
{
color: #69209A;
}
.AnyTagClassName
{
color: #69209A;
}
</style>
background-color css
<style>
a { background-color: #69209A; }
a { background-color: rgb(105,32,154); }
div.DivClassName
{
background-color: #69209A;
}
.BgClassName
{
background-color: #69209A;
}
</style>
border-color css
<style>
span { border-color: #69209A; }
span { border-color: rgb(105,32,154); }
td.TdClassName
{
border-color: #69209A;
}
.TagClassName
{
border-color: #69209A;
}
</style>