Shades of Royal Purple #6942AA
Tints of Royal Purple #6942AA
RGB
CMYK
RGB Variations
Color information
#6942AA (or 0x6942AA) is known color: Royal Purple. HEX triplet: 69, 42 and AA. RGB value is (105,66,170). Sum of RGB (Red+Green+Blue) = 105+66+170=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #6942AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6942AA is #96BD55. Grayscale: #595959. Windows color (decimal): -9878870 or 11158121. OLE color: 11158121.
HSL color Cylindrical-coordinate representation of color #6942AA: hue angle of 262.5º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6942AA is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 66 | 170 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.33 |
| HSL | 262.5º | 0.44% | 0.46% | - |
| HSV(B) | 262.5º | 0.61% | 0.67% | - |
| XYZ | 15.03 | 9.8 | 39.13 | - |
| YUV | 89.52 | 173.42 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 66 | 170 | 0.38 | 0.61 | 0 | 0.33 | 262.5 | 0.44 | 0.46 |
| Hex | 69 | 42 | AA | 26 | 3D | 0 | 21 | 106 | 2C | 2E |
| Octal | 151 | 102 | 252 | 46 | 75 | 0 | 41 | 406 | 54 | 56 |
| Binary | 1101001 | 1000010 | 10101010 | 100110 | 111101 | 0 | 100001 | 100000110 | 101100 | 101110 |
Color Harmonies of #6942AA
Complementary color
Monochromatic Colors of #6942AA
Black with #6942AA
Text Example
Text Example
White with #6942AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6942AA; }
p { color: rgb(105,66,170); }
H1.HeaderClassName
{
color: #6942AA;
}
.AnyTagClassName
{
color: #6942AA;
}
</style>
background-color css
<style>
a { background-color: #6942AA; }
a { background-color: rgb(105,66,170); }
div.DivClassName
{
background-color: #6942AA;
}
.BgClassName
{
background-color: #6942AA;
}
</style>
border-color css
<style>
span { border-color: #6942AA; }
span { border-color: rgb(105,66,170); }
td.TdClassName
{
border-color: #6942AA;
}
.TagClassName
{
border-color: #6942AA;
}
</style>