Shades of Royal Purple #692EA6
Tints of Royal Purple #692EA6
RGB
CMYK
RGB Variations
Color information
#692EA6 (or 0x692EA6) is known color: Royal Purple. HEX triplet: 69, 2E and A6. RGB value is (105,46,166). Sum of RGB (Red+Green+Blue) = 105+46+166=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 166 (65.23% from 255 or 52.37% from 317); Max value from RGB is 166 - color contains mainly: blue. Hex color #692EA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692EA6 is #96D159. Grayscale: #4C4C4C. Windows color (decimal): -9883994 or 10890857. OLE color: 10890857.
HSL color Cylindrical-coordinate representation of color #692EA6: hue angle of 269.5º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #692EA6 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 46 | 166 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.35 |
| HSL | 269.5º | 0.57% | 0.42% | - |
| HSV(B) | 269.5º | 0.72% | 0.65% | - |
| XYZ | 13.69 | 7.71 | 36.84 | - |
| YUV | 77.32 | 178.05 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 46 | 166 | 0.37 | 0.72 | 0 | 0.35 | 269.5 | 0.57 | 0.42 |
| Hex | 69 | 2E | A6 | 25 | 48 | 0 | 23 | 10E | 39 | 2A |
| Octal | 151 | 56 | 246 | 45 | 110 | 0 | 43 | 416 | 71 | 52 |
| Binary | 1101001 | 101110 | 10100110 | 100101 | 1001000 | 0 | 100011 | 100001110 | 111001 | 101010 |
Color Harmonies of #692EA6
Complementary color
Monochromatic Colors of #692EA6
Black with #692EA6
Text Example
Text Example
White with #692EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692EA6; }
p { color: rgb(105,46,166); }
H1.HeaderClassName
{
color: #692EA6;
}
.AnyTagClassName
{
color: #692EA6;
}
</style>
background-color css
<style>
a { background-color: #692EA6; }
a { background-color: rgb(105,46,166); }
div.DivClassName
{
background-color: #692EA6;
}
.BgClassName
{
background-color: #692EA6;
}
</style>
border-color css
<style>
span { border-color: #692EA6; }
span { border-color: rgb(105,46,166); }
td.TdClassName
{
border-color: #692EA6;
}
.TagClassName
{
border-color: #692EA6;
}
</style>