Shades of Royal Purple #692CAC
Tints of Royal Purple #692CAC
RGB
CMYK
RGB Variations
Color information
#692CAC (or 0x692CAC) is known color: Royal Purple. HEX triplet: 69, 2C and AC. RGB value is (105,44,172). Sum of RGB (Red+Green+Blue) = 105+44+172=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #692CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692CAC is #96D353. Grayscale: #4C4C4C. Windows color (decimal): -9884500 or 11283561. OLE color: 11283561.
HSL color Cylindrical-coordinate representation of color #692CAC: hue angle of 268.59º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #692CAC is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 44 | 172 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.33 |
| HSL | 268.59º | 0.59% | 0.42% | - |
| HSV(B) | 268.59º | 0.74% | 0.67% | - |
| XYZ | 14.17 | 7.78 | 39.79 | - |
| YUV | 76.83 | 181.71 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 172 | 0.39 | 0.74 | 0 | 0.33 | 268.59 | 0.59 | 0.42 |
| Hex | 69 | 2C | AC | 27 | 4A | 0 | 21 | 10D | 3B | 2A |
| Octal | 151 | 54 | 254 | 47 | 112 | 0 | 41 | 415 | 73 | 52 |
| Binary | 1101001 | 101100 | 10101100 | 100111 | 1001010 | 0 | 100001 | 100001101 | 111011 | 101010 |
Color Harmonies of #692CAC
Complementary color
Monochromatic Colors of #692CAC
Black with #692CAC
Text Example
Text Example
White with #692CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692CAC; }
p { color: rgb(105,44,172); }
H1.HeaderClassName
{
color: #692CAC;
}
.AnyTagClassName
{
color: #692CAC;
}
</style>
background-color css
<style>
a { background-color: #692CAC; }
a { background-color: rgb(105,44,172); }
div.DivClassName
{
background-color: #692CAC;
}
.BgClassName
{
background-color: #692CAC;
}
</style>
border-color css
<style>
span { border-color: #692CAC; }
span { border-color: rgb(105,44,172); }
td.TdClassName
{
border-color: #692CAC;
}
.TagClassName
{
border-color: #692CAC;
}
</style>