Shades of Royal Purple #692A9B
Tints of Royal Purple #692A9B
RGB
CMYK
RGB Variations
Color information
#692A9B (or 0x692A9B) is known color: Royal Purple. HEX triplet: 69, 2A and 9B. RGB value is (105,42,155). Sum of RGB (Red+Green+Blue) = 105+42+155=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #692A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692A9B is #96D564. Grayscale: #494949. Windows color (decimal): -9885029 or 10168937. OLE color: 10168937.
HSL color Cylindrical-coordinate representation of color #692A9B: hue angle of 273.45º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #692A9B is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 42 | 155 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.39 |
| HSL | 273.45º | 0.57% | 0.39% | - |
| HSV(B) | 273.45º | 0.73% | 0.61% | - |
| XYZ | 12.57 | 7.03 | 31.7 | - |
| YUV | 73.72 | 173.87 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 42 | 155 | 0.32 | 0.73 | 0 | 0.39 | 273.45 | 0.57 | 0.39 |
| Hex | 69 | 2A | 9B | 20 | 49 | 0 | 27 | 111 | 39 | 27 |
| Octal | 151 | 52 | 233 | 40 | 111 | 0 | 47 | 421 | 71 | 47 |
| Binary | 1101001 | 101010 | 10011011 | 100000 | 1001001 | 0 | 100111 | 100010001 | 111001 | 100111 |
Color Harmonies of #692A9B
Complementary color
Monochromatic Colors of #692A9B
Black with #692A9B
Text Example
Text Example
White with #692A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692A9B; }
p { color: rgb(105,42,155); }
H1.HeaderClassName
{
color: #692A9B;
}
.AnyTagClassName
{
color: #692A9B;
}
</style>
background-color css
<style>
a { background-color: #692A9B; }
a { background-color: rgb(105,42,155); }
div.DivClassName
{
background-color: #692A9B;
}
.BgClassName
{
background-color: #692A9B;
}
</style>
border-color css
<style>
span { border-color: #692A9B; }
span { border-color: rgb(105,42,155); }
td.TdClassName
{
border-color: #692A9B;
}
.TagClassName
{
border-color: #692A9B;
}
</style>