Shades of Royal Purple #6640AB
Tints of Royal Purple #6640AB
RGB
CMYK
RGB Variations
Color information
#6640AB (or 0x6640AB) is known color: Royal Purple. HEX triplet: 66, 40 and AB. RGB value is (102,64,171). Sum of RGB (Red+Green+Blue) = 102+64+171=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #6640AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6640AB is #99BF54. Grayscale: #575757. Windows color (decimal): -10075989 or 11223142. OLE color: 11223142.
HSL color Cylindrical-coordinate representation of color #6640AB: hue angle of 261.31º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6640AB is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 64 | 171 | - |
| CMYK | 0.40 | 0.63 | 0 | 0.33 |
| HSL | 261.31º | 0.46% | 0.46% | - |
| HSV(B) | 261.31º | 0.63% | 0.67% | - |
| XYZ | 14.66 | 9.43 | 39.58 | - |
| YUV | 87.56 | 175.09 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 171 | 0.40 | 0.63 | 0 | 0.33 | 261.31 | 0.46 | 0.46 |
| Hex | 66 | 40 | AB | 28 | 3F | 0 | 21 | 105 | 2E | 2E |
| Octal | 146 | 100 | 253 | 50 | 77 | 0 | 41 | 405 | 56 | 56 |
| Binary | 1100110 | 1000000 | 10101011 | 101000 | 111111 | 0 | 100001 | 100000101 | 101110 | 101110 |
Color Harmonies of #6640AB
Complementary color
Monochromatic Colors of #6640AB
Black with #6640AB
Text Example
Text Example
White with #6640AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6640AB; }
p { color: rgb(102,64,171); }
H1.HeaderClassName
{
color: #6640AB;
}
.AnyTagClassName
{
color: #6640AB;
}
</style>
background-color css
<style>
a { background-color: #6640AB; }
a { background-color: rgb(102,64,171); }
div.DivClassName
{
background-color: #6640AB;
}
.BgClassName
{
background-color: #6640AB;
}
</style>
border-color css
<style>
span { border-color: #6640AB; }
span { border-color: rgb(102,64,171); }
td.TdClassName
{
border-color: #6640AB;
}
.TagClassName
{
border-color: #6640AB;
}
</style>