Shades of Royal Purple #692AA0
Tints of Royal Purple #692AA0
RGB
CMYK
RGB Variations
Color information
#692AA0 (or 0x692AA0) is known color: Royal Purple. HEX triplet: 69, 2A and A0. RGB value is (105,42,160). Sum of RGB (Red+Green+Blue) = 105+42+160=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 160 (62.89% from 255 or 52.12% from 307); Max value from RGB is 160 - color contains mainly: blue. Hex color #692AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692AA0 is #96D55F. Grayscale: #494949. Windows color (decimal): -9885024 or 10496617. OLE color: 10496617.
HSL color Cylindrical-coordinate representation of color #692AA0: hue angle of 272.03º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #692AA0 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 42 | 160 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.37 |
| HSL | 272.03º | 0.58% | 0.4% | - |
| HSV(B) | 272.03º | 0.74% | 0.63% | - |
| XYZ | 13 | 7.2 | 33.96 | - |
| YUV | 74.29 | 176.37 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 42 | 160 | 0.34 | 0.74 | 0 | 0.37 | 272.03 | 0.58 | 0.4 |
| Hex | 69 | 2A | A0 | 22 | 4A | 0 | 25 | 110 | 3A | 28 |
| Octal | 151 | 52 | 240 | 42 | 112 | 0 | 45 | 420 | 72 | 50 |
| Binary | 1101001 | 101010 | 10100000 | 100010 | 1001010 | 0 | 100101 | 100010000 | 111010 | 101000 |
Color Harmonies of #692AA0
Complementary color
Monochromatic Colors of #692AA0
Black with #692AA0
Text Example
Text Example
White with #692AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692AA0; }
p { color: rgb(105,42,160); }
H1.HeaderClassName
{
color: #692AA0;
}
.AnyTagClassName
{
color: #692AA0;
}
</style>
background-color css
<style>
a { background-color: #692AA0; }
a { background-color: rgb(105,42,160); }
div.DivClassName
{
background-color: #692AA0;
}
.BgClassName
{
background-color: #692AA0;
}
</style>
border-color css
<style>
span { border-color: #692AA0; }
span { border-color: rgb(105,42,160); }
td.TdClassName
{
border-color: #692AA0;
}
.TagClassName
{
border-color: #692AA0;
}
</style>