Shades of Royal Purple #6F29AA
Tints of Royal Purple #6F29AA
RGB
CMYK
RGB Variations
Color information
#6F29AA (or 0x6F29AA) is known color: Royal Purple. HEX triplet: 6F, 29 and AA. RGB value is (111,41,170). Sum of RGB (Red+Green+Blue) = 111+41+170=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F29AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F29AA is #90D655. Grayscale: #4C4C4C. Windows color (decimal): -9492054 or 11151727. OLE color: 11151727.
HSL color Cylindrical-coordinate representation of color #6F29AA: hue angle of 272.56º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F29AA is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 41 | 170 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.33 |
| HSL | 272.56º | 0.61% | 0.41% | - |
| HSV(B) | 272.56º | 0.76% | 0.67% | - |
| XYZ | 14.6 | 7.87 | 38.78 | - |
| YUV | 76.64 | 180.69 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 41 | 170 | 0.35 | 0.76 | 0 | 0.33 | 272.56 | 0.61 | 0.41 |
| Hex | 6F | 29 | AA | 23 | 4C | 0 | 21 | 111 | 3D | 29 |
| Octal | 157 | 51 | 252 | 43 | 114 | 0 | 41 | 421 | 75 | 51 |
| Binary | 1101111 | 101001 | 10101010 | 100011 | 1001100 | 0 | 100001 | 100010001 | 111101 | 101001 |
Color Harmonies of #6F29AA
Complementary color
Monochromatic Colors of #6F29AA
Black with #6F29AA
Text Example
Text Example
White with #6F29AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F29AA; }
p { color: rgb(111,41,170); }
H1.HeaderClassName
{
color: #6F29AA;
}
.AnyTagClassName
{
color: #6F29AA;
}
</style>
background-color css
<style>
a { background-color: #6F29AA; }
a { background-color: rgb(111,41,170); }
div.DivClassName
{
background-color: #6F29AA;
}
.BgClassName
{
background-color: #6F29AA;
}
</style>
border-color css
<style>
span { border-color: #6F29AA; }
span { border-color: rgb(111,41,170); }
td.TdClassName
{
border-color: #6F29AA;
}
.TagClassName
{
border-color: #6F29AA;
}
</style>