Shades of Royal Purple #694792
Tints of Royal Purple #694792
RGB
CMYK
RGB Variations
Color information
#694792 (or 0x694792) is known color: Royal Purple. HEX triplet: 69, 47 and 92. RGB value is (105,71,146). Sum of RGB (Red+Green+Blue) = 105+71+146=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #694792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694792 is #96B86D. Grayscale: #595959. Windows color (decimal): -9877614 or 9586537. OLE color: 9586537.
HSL color Cylindrical-coordinate representation of color #694792: hue angle of 267.2º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #694792 is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 71 | 146 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.43 |
| HSL | 267.2º | 0.35% | 0.43% | - |
| HSV(B) | 267.2º | 0.51% | 0.57% | - |
| XYZ | 13.27 | 9.59 | 28.34 | - |
| YUV | 89.72 | 159.76 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 71 | 146 | 0.28 | 0.51 | 0 | 0.43 | 267.2 | 0.35 | 0.43 |
| Hex | 69 | 47 | 92 | 1C | 33 | 0 | 2B | 10B | 23 | 2B |
| Octal | 151 | 107 | 222 | 34 | 63 | 0 | 53 | 413 | 43 | 53 |
| Binary | 1101001 | 1000111 | 10010010 | 11100 | 110011 | 0 | 101011 | 100001011 | 100011 | 101011 |
Color Harmonies of #694792
Complementary color
Monochromatic Colors of #694792
Black with #694792
Text Example
Text Example
White with #694792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694792; }
p { color: rgb(105,71,146); }
H1.HeaderClassName
{
color: #694792;
}
.AnyTagClassName
{
color: #694792;
}
</style>
background-color css
<style>
a { background-color: #694792; }
a { background-color: rgb(105,71,146); }
div.DivClassName
{
background-color: #694792;
}
.BgClassName
{
background-color: #694792;
}
</style>
border-color css
<style>
span { border-color: #694792; }
span { border-color: rgb(105,71,146); }
td.TdClassName
{
border-color: #694792;
}
.TagClassName
{
border-color: #694792;
}
</style>