Shades of Royal Purple #6642AB
Tints of Royal Purple #6642AB
RGB
CMYK
RGB Variations
Color information
#6642AB (or 0x6642AB) is known color: Royal Purple. HEX triplet: 66, 42 and AB. RGB value is (102,66,171). Sum of RGB (Red+Green+Blue) = 102+66+171=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #6642AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6642AB is #99BD54. Grayscale: #585858. Windows color (decimal): -10075477 or 11223654. OLE color: 11223654.
HSL color Cylindrical-coordinate representation of color #6642AB: hue angle of 260.57º 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 #6642AB is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 66 | 171 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.33 |
| HSL | 260.57º | 0.44% | 0.46% | - |
| HSV(B) | 260.57º | 0.61% | 0.67% | - |
| XYZ | 14.78 | 9.66 | 39.61 | - |
| YUV | 88.73 | 174.43 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 171 | 0.40 | 0.61 | 0 | 0.33 | 260.57 | 0.44 | 0.46 |
| Hex | 66 | 42 | AB | 28 | 3D | 0 | 21 | 105 | 2C | 2E |
| Octal | 146 | 102 | 253 | 50 | 75 | 0 | 41 | 405 | 54 | 56 |
| Binary | 1100110 | 1000010 | 10101011 | 101000 | 111101 | 0 | 100001 | 100000101 | 101100 | 101110 |
Color Harmonies of #6642AB
Complementary color
Monochromatic Colors of #6642AB
Black with #6642AB
Text Example
Text Example
White with #6642AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6642AB; }
p { color: rgb(102,66,171); }
H1.HeaderClassName
{
color: #6642AB;
}
.AnyTagClassName
{
color: #6642AB;
}
</style>
background-color css
<style>
a { background-color: #6642AB; }
a { background-color: rgb(102,66,171); }
div.DivClassName
{
background-color: #6642AB;
}
.BgClassName
{
background-color: #6642AB;
}
</style>
border-color css
<style>
span { border-color: #6642AB; }
span { border-color: rgb(102,66,171); }
td.TdClassName
{
border-color: #6642AB;
}
.TagClassName
{
border-color: #6642AB;
}
</style>