Shades of Royal Purple #69189A
Tints of Royal Purple #69189A
RGB
CMYK
RGB Variations
Color information
#69189A (or 0x69189A) is known color: Royal Purple. HEX triplet: 69, 18 and 9A. RGB value is (105,24,154). Sum of RGB (Red+Green+Blue) = 105+24+154=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #69189A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69189A is #96E765. Grayscale: #3E3E3E. Windows color (decimal): -9889638 or 10098793. OLE color: 10098793.
HSL color Cylindrical-coordinate representation of color #69189A: hue angle of 277.38º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #69189A is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 24 | 154 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.40 |
| HSL | 277.38º | 0.73% | 0.35% | - |
| HSV(B) | 277.38º | 0.84% | 0.6% | - |
| XYZ | 11.99 | 5.99 | 31.1 | - |
| YUV | 63.04 | 179.34 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 24 | 154 | 0.32 | 0.84 | 0 | 0.40 | 277.38 | 0.73 | 0.35 |
| Hex | 69 | 18 | 9A | 20 | 54 | 0 | 28 | 115 | 49 | 23 |
| Octal | 151 | 30 | 232 | 40 | 124 | 0 | 50 | 425 | 111 | 43 |
| Binary | 1101001 | 11000 | 10011010 | 100000 | 1010100 | 0 | 101000 | 100010101 | 1001001 | 100011 |
Color Harmonies of #69189A
Complementary color
Monochromatic Colors of #69189A
Black with #69189A
Text Example
Text Example
White with #69189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69189A; }
p { color: rgb(105,24,154); }
H1.HeaderClassName
{
color: #69189A;
}
.AnyTagClassName
{
color: #69189A;
}
</style>
background-color css
<style>
a { background-color: #69189A; }
a { background-color: rgb(105,24,154); }
div.DivClassName
{
background-color: #69189A;
}
.BgClassName
{
background-color: #69189A;
}
</style>
border-color css
<style>
span { border-color: #69189A; }
span { border-color: rgb(105,24,154); }
td.TdClassName
{
border-color: #69189A;
}
.TagClassName
{
border-color: #69189A;
}
</style>