Shades of Royal Purple #692FAC
Tints of Royal Purple #692FAC
RGB
CMYK
RGB Variations
Color information
#692FAC (or 0x692FAC) is known color: Royal Purple. HEX triplet: 69, 2F and AC. RGB value is (105,47,172). Sum of RGB (Red+Green+Blue) = 105+47+172=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #692FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692FAC is #96D053. Grayscale: #4E4E4E. Windows color (decimal): -9883732 or 11284329. OLE color: 11284329.
HSL color Cylindrical-coordinate representation of color #692FAC: hue angle of 267.84º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #692FAC is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 47 | 172 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.33 |
| HSL | 267.84º | 0.57% | 0.43% | - |
| HSV(B) | 267.84º | 0.73% | 0.67% | - |
| XYZ | 14.29 | 8.01 | 39.82 | - |
| YUV | 78.59 | 180.72 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 47 | 172 | 0.39 | 0.73 | 0 | 0.33 | 267.84 | 0.57 | 0.43 |
| Hex | 69 | 2F | AC | 27 | 49 | 0 | 21 | 10C | 39 | 2B |
| Octal | 151 | 57 | 254 | 47 | 111 | 0 | 41 | 414 | 71 | 53 |
| Binary | 1101001 | 101111 | 10101100 | 100111 | 1001001 | 0 | 100001 | 100001100 | 111001 | 101011 |
Color Harmonies of #692FAC
Complementary color
Monochromatic Colors of #692FAC
Black with #692FAC
Text Example
Text Example
White with #692FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692FAC; }
p { color: rgb(105,47,172); }
H1.HeaderClassName
{
color: #692FAC;
}
.AnyTagClassName
{
color: #692FAC;
}
</style>
background-color css
<style>
a { background-color: #692FAC; }
a { background-color: rgb(105,47,172); }
div.DivClassName
{
background-color: #692FAC;
}
.BgClassName
{
background-color: #692FAC;
}
</style>
border-color css
<style>
span { border-color: #692FAC; }
span { border-color: rgb(105,47,172); }
td.TdClassName
{
border-color: #692FAC;
}
.TagClassName
{
border-color: #692FAC;
}
</style>