Shades of Royal Purple #692DAC
Tints of Royal Purple #692DAC
RGB
CMYK
RGB Variations
Color information
#692DAC (or 0x692DAC) is known color: Royal Purple. HEX triplet: 69, 2D and AC. RGB value is (105,45,172). Sum of RGB (Red+Green+Blue) = 105+45+172=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #692DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692DAC is #96D253. Grayscale: #4C4C4C. Windows color (decimal): -9884244 or 11283817. OLE color: 11283817.
HSL color Cylindrical-coordinate representation of color #692DAC: hue angle of 268.35º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #692DAC is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 45 | 172 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.33 |
| HSL | 268.35º | 0.59% | 0.43% | - |
| HSV(B) | 268.35º | 0.74% | 0.67% | - |
| XYZ | 14.21 | 7.86 | 39.8 | - |
| YUV | 77.42 | 181.38 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 45 | 172 | 0.39 | 0.74 | 0 | 0.33 | 268.35 | 0.59 | 0.43 |
| Hex | 69 | 2D | AC | 27 | 4A | 0 | 21 | 10C | 3B | 2B |
| Octal | 151 | 55 | 254 | 47 | 112 | 0 | 41 | 414 | 73 | 53 |
| Binary | 1101001 | 101101 | 10101100 | 100111 | 1001010 | 0 | 100001 | 100001100 | 111011 | 101011 |
Color Harmonies of #692DAC
Complementary color
Monochromatic Colors of #692DAC
Black with #692DAC
Text Example
Text Example
White with #692DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692DAC; }
p { color: rgb(105,45,172); }
H1.HeaderClassName
{
color: #692DAC;
}
.AnyTagClassName
{
color: #692DAC;
}
</style>
background-color css
<style>
a { background-color: #692DAC; }
a { background-color: rgb(105,45,172); }
div.DivClassName
{
background-color: #692DAC;
}
.BgClassName
{
background-color: #692DAC;
}
</style>
border-color css
<style>
span { border-color: #692DAC; }
span { border-color: rgb(105,45,172); }
td.TdClassName
{
border-color: #692DAC;
}
.TagClassName
{
border-color: #692DAC;
}
</style>