Shades of Royal Purple #6643AB
Tints of Royal Purple #6643AB
RGB
CMYK
RGB Variations
Color information
#6643AB (or 0x6643AB) is known color: Royal Purple. HEX triplet: 66, 43 and AB. RGB value is (102,67,171). Sum of RGB (Red+Green+Blue) = 102+67+171=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #6643AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6643AB is #99BC54. Grayscale: #585858. Windows color (decimal): -10075221 or 11223910. OLE color: 11223910.
HSL color Cylindrical-coordinate representation of color #6643AB: hue angle of 260.19º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6643AB is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 67 | 171 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.33 |
| HSL | 260.19º | 0.44% | 0.47% | - |
| HSV(B) | 260.19º | 0.61% | 0.67% | - |
| XYZ | 14.84 | 9.78 | 39.63 | - |
| YUV | 89.32 | 174.1 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 171 | 0.40 | 0.61 | 0 | 0.33 | 260.19 | 0.44 | 0.47 |
| Hex | 66 | 43 | AB | 28 | 3D | 0 | 21 | 104 | 2C | 2F |
| Octal | 146 | 103 | 253 | 50 | 75 | 0 | 41 | 404 | 54 | 57 |
| Binary | 1100110 | 1000011 | 10101011 | 101000 | 111101 | 0 | 100001 | 100000100 | 101100 | 101111 |
Color Harmonies of #6643AB
Complementary color
Monochromatic Colors of #6643AB
Black with #6643AB
Text Example
Text Example
White with #6643AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6643AB; }
p { color: rgb(102,67,171); }
H1.HeaderClassName
{
color: #6643AB;
}
.AnyTagClassName
{
color: #6643AB;
}
</style>
background-color css
<style>
a { background-color: #6643AB; }
a { background-color: rgb(102,67,171); }
div.DivClassName
{
background-color: #6643AB;
}
.BgClassName
{
background-color: #6643AB;
}
</style>
border-color css
<style>
span { border-color: #6643AB; }
span { border-color: rgb(102,67,171); }
td.TdClassName
{
border-color: #6643AB;
}
.TagClassName
{
border-color: #6643AB;
}
</style>