Shades of Royal Purple #6742AA
Tints of Royal Purple #6742AA
RGB
CMYK
RGB Variations
Color information
#6742AA (or 0x6742AA) is known color: Royal Purple. HEX triplet: 67, 42 and AA. RGB value is (103,66,170). Sum of RGB (Red+Green+Blue) = 103+66+170=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #6742AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6742AA is #98BD55. Grayscale: #585858. Windows color (decimal): -10009942 or 11158119. OLE color: 11158119.
HSL color Cylindrical-coordinate representation of color #6742AA: hue angle of 261.35º 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 #6742AA is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 66 | 170 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.33 |
| HSL | 261.35º | 0.44% | 0.46% | - |
| HSV(B) | 261.35º | 0.61% | 0.67% | - |
| XYZ | 14.8 | 9.68 | 39.12 | - |
| YUV | 88.92 | 173.76 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 170 | 0.39 | 0.61 | 0 | 0.33 | 261.35 | 0.44 | 0.46 |
| Hex | 67 | 42 | AA | 27 | 3D | 0 | 21 | 105 | 2C | 2E |
| Octal | 147 | 102 | 252 | 47 | 75 | 0 | 41 | 405 | 54 | 56 |
| Binary | 1100111 | 1000010 | 10101010 | 100111 | 111101 | 0 | 100001 | 100000101 | 101100 | 101110 |
Color Harmonies of #6742AA
Complementary color
Monochromatic Colors of #6742AA
Black with #6742AA
Text Example
Text Example
White with #6742AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6742AA; }
p { color: rgb(103,66,170); }
H1.HeaderClassName
{
color: #6742AA;
}
.AnyTagClassName
{
color: #6742AA;
}
</style>
background-color css
<style>
a { background-color: #6742AA; }
a { background-color: rgb(103,66,170); }
div.DivClassName
{
background-color: #6742AA;
}
.BgClassName
{
background-color: #6742AA;
}
</style>
border-color css
<style>
span { border-color: #6742AA; }
span { border-color: rgb(103,66,170); }
td.TdClassName
{
border-color: #6742AA;
}
.TagClassName
{
border-color: #6742AA;
}
</style>