Shades of Royal Purple #6646AB
Tints of Royal Purple #6646AB
RGB
CMYK
RGB Variations
Color information
#6646AB (or 0x6646AB) is known color: Royal Purple. HEX triplet: 66, 46 and AB. RGB value is (102,70,171). Sum of RGB (Red+Green+Blue) = 102+70+171=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 171 (67.19% from 255 or 49.85% from 343); Max value from RGB is 171 - color contains mainly: blue. Hex color #6646AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6646AB is #99B954. Grayscale: #5A5A5A. Windows color (decimal): -10074453 or 11224678. OLE color: 11224678.
HSL color Cylindrical-coordinate representation of color #6646AB: hue angle of 259.01º 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 #6646AB is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 70 | 171 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.33 |
| HSL | 259.01º | 0.42% | 0.47% | - |
| HSV(B) | 259.01º | 0.59% | 0.67% | - |
| XYZ | 15.02 | 10.15 | 39.69 | - |
| YUV | 91.08 | 173.1 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 70 | 171 | 0.40 | 0.59 | 0 | 0.33 | 259.01 | 0.42 | 0.47 |
| Hex | 66 | 46 | AB | 28 | 3B | 0 | 21 | 103 | 2A | 2F |
| Octal | 146 | 106 | 253 | 50 | 73 | 0 | 41 | 403 | 52 | 57 |
| Binary | 1100110 | 1000110 | 10101011 | 101000 | 111011 | 0 | 100001 | 100000011 | 101010 | 101111 |
Color Harmonies of #6646AB
Complementary color
Monochromatic Colors of #6646AB
Black with #6646AB
Text Example
Text Example
White with #6646AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6646AB; }
p { color: rgb(102,70,171); }
H1.HeaderClassName
{
color: #6646AB;
}
.AnyTagClassName
{
color: #6646AB;
}
</style>
background-color css
<style>
a { background-color: #6646AB; }
a { background-color: rgb(102,70,171); }
div.DivClassName
{
background-color: #6646AB;
}
.BgClassName
{
background-color: #6646AB;
}
</style>
border-color css
<style>
span { border-color: #6646AB; }
span { border-color: rgb(102,70,171); }
td.TdClassName
{
border-color: #6646AB;
}
.TagClassName
{
border-color: #6646AB;
}
</style>