Shades of Royal Purple #6744AE
Tints of Royal Purple #6744AE
RGB
CMYK
RGB Variations
Color information
#6744AE (or 0x6744AE) is known color: Royal Purple. HEX triplet: 67, 44 and AE. RGB value is (103,68,174). Sum of RGB (Red+Green+Blue) = 103+68+174=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #6744AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6744AE is #98BB51. Grayscale: #5A5A5A. Windows color (decimal): -10009426 or 11420775. OLE color: 11420775.
HSL color Cylindrical-coordinate representation of color #6744AE: hue angle of 259.81º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6744AE is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 68 | 174 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.32 |
| HSL | 259.81º | 0.44% | 0.47% | - |
| HSV(B) | 259.81º | 0.61% | 0.68% | - |
| XYZ | 15.3 | 10.07 | 41.18 | - |
| YUV | 90.55 | 175.1 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 68 | 174 | 0.41 | 0.61 | 0 | 0.32 | 259.81 | 0.44 | 0.47 |
| Hex | 67 | 44 | AE | 29 | 3D | 0 | 20 | 104 | 2C | 2F |
| Octal | 147 | 104 | 256 | 51 | 75 | 0 | 40 | 404 | 54 | 57 |
| Binary | 1100111 | 1000100 | 10101110 | 101001 | 111101 | 0 | 100000 | 100000100 | 101100 | 101111 |
Color Harmonies of #6744AE
Complementary color
Monochromatic Colors of #6744AE
Black with #6744AE
Text Example
Text Example
White with #6744AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6744AE; }
p { color: rgb(103,68,174); }
H1.HeaderClassName
{
color: #6744AE;
}
.AnyTagClassName
{
color: #6744AE;
}
</style>
background-color css
<style>
a { background-color: #6744AE; }
a { background-color: rgb(103,68,174); }
div.DivClassName
{
background-color: #6744AE;
}
.BgClassName
{
background-color: #6744AE;
}
</style>
border-color css
<style>
span { border-color: #6744AE; }
span { border-color: rgb(103,68,174); }
td.TdClassName
{
border-color: #6744AE;
}
.TagClassName
{
border-color: #6744AE;
}
</style>