Shades of Royal Purple #6744AA
Tints of Royal Purple #6744AA
RGB
CMYK
RGB Variations
Color information
#6744AA (or 0x6744AA) is known color: Royal Purple. HEX triplet: 67, 44 and AA. RGB value is (103,68,170). Sum of RGB (Red+Green+Blue) = 103+68+170=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 68 (26.95% from 255 or 19.94% 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 #6744AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6744AA is #98BB55. Grayscale: #595959. Windows color (decimal): -10009430 or 11158631. OLE color: 11158631.
HSL color Cylindrical-coordinate representation of color #6744AA: hue angle of 260.59º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6744AA is Cyan = 0.39, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 68 | 170 | - |
| CMYK | 0.39 | 0.6 | 0 | 0.33 |
| HSL | 260.59º | 0.43% | 0.47% | - |
| HSV(B) | 260.59º | 0.6% | 0.67% | - |
| XYZ | 14.92 | 9.92 | 39.16 | - |
| YUV | 90.09 | 173.1 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 68 | 170 | 0.39 | 0.6 | 0 | 0.33 | 260.59 | 0.43 | 0.47 |
| Hex | 67 | 44 | AA | 27 | 3C | 0 | 21 | 105 | 2B | 2F |
| Octal | 147 | 104 | 252 | 47 | 74 | 0 | 41 | 405 | 53 | 57 |
| Binary | 1100111 | 1000100 | 10101010 | 100111 | 111100 | 0 | 100001 | 100000101 | 101011 | 101111 |
Color Harmonies of #6744AA
Complementary color
Monochromatic Colors of #6744AA
Black with #6744AA
Text Example
Text Example
White with #6744AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6744AA; }
p { color: rgb(103,68,170); }
H1.HeaderClassName
{
color: #6744AA;
}
.AnyTagClassName
{
color: #6744AA;
}
</style>
background-color css
<style>
a { background-color: #6744AA; }
a { background-color: rgb(103,68,170); }
div.DivClassName
{
background-color: #6744AA;
}
.BgClassName
{
background-color: #6744AA;
}
</style>
border-color css
<style>
span { border-color: #6744AA; }
span { border-color: rgb(103,68,170); }
td.TdClassName
{
border-color: #6744AA;
}
.TagClassName
{
border-color: #6744AA;
}
</style>