Shades of Royal Purple #6746AB
Tints of Royal Purple #6746AB
RGB
CMYK
RGB Variations
Color information
#6746AB (or 0x6746AB) is known color: Royal Purple. HEX triplet: 67, 46 and AB. RGB value is (103,70,171). Sum of RGB (Red+Green+Blue) = 103+70+171=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #6746AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6746AB is #98B954. Grayscale: #5B5B5B. Windows color (decimal): -10008917 or 11224679. OLE color: 11224679.
HSL color Cylindrical-coordinate representation of color #6746AB: hue angle of 259.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6746AB is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 70 | 171 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.33 |
| HSL | 259.6º | 0.42% | 0.47% | - |
| HSV(B) | 259.6º | 0.59% | 0.67% | - |
| XYZ | 15.13 | 10.2 | 39.7 | - |
| YUV | 91.38 | 172.93 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 171 | 0.40 | 0.59 | 0 | 0.33 | 259.6 | 0.42 | 0.47 |
| Hex | 67 | 46 | AB | 28 | 3B | 0 | 21 | 104 | 2A | 2F |
| Octal | 147 | 106 | 253 | 50 | 73 | 0 | 41 | 404 | 52 | 57 |
| Binary | 1100111 | 1000110 | 10101011 | 101000 | 111011 | 0 | 100001 | 100000100 | 101010 | 101111 |
Color Harmonies of #6746AB
Complementary color
Monochromatic Colors of #6746AB
Black with #6746AB
Text Example
Text Example
White with #6746AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6746AB; }
p { color: rgb(103,70,171); }
H1.HeaderClassName
{
color: #6746AB;
}
.AnyTagClassName
{
color: #6746AB;
}
</style>
background-color css
<style>
a { background-color: #6746AB; }
a { background-color: rgb(103,70,171); }
div.DivClassName
{
background-color: #6746AB;
}
.BgClassName
{
background-color: #6746AB;
}
</style>
border-color css
<style>
span { border-color: #6746AB; }
span { border-color: rgb(103,70,171); }
td.TdClassName
{
border-color: #6746AB;
}
.TagClassName
{
border-color: #6746AB;
}
</style>