Shades of Royal Purple #6643A8
Tints of Royal Purple #6643A8
RGB
CMYK
RGB Variations
Color information
#6643A8 (or 0x6643A8) is known color: Royal Purple. HEX triplet: 66, 43 and A8. RGB value is (102,67,168). Sum of RGB (Red+Green+Blue) = 102+67+168=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 168 (66.02% from 255 or 49.85% from 337); Max value from RGB is 168 - color contains mainly: blue. Hex color #6643A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6643A8 is #99BC57. Grayscale: #585858. Windows color (decimal): -10075224 or 11027302. OLE color: 11027302.
HSL color Cylindrical-coordinate representation of color #6643A8: hue angle of 260.79º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6643A8 is Cyan = 0.39, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 67 | 168 | - |
| CMYK | 0.39 | 0.60 | 0 | 0.34 |
| HSL | 260.79º | 0.43% | 0.46% | - |
| HSV(B) | 260.79º | 0.6% | 0.66% | - |
| XYZ | 14.55 | 9.67 | 38.14 | - |
| YUV | 88.98 | 172.6 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 168 | 0.39 | 0.60 | 0 | 0.34 | 260.79 | 0.43 | 0.46 |
| Hex | 66 | 43 | A8 | 27 | 3C | 0 | 22 | 105 | 2B | 2E |
| Octal | 146 | 103 | 250 | 47 | 74 | 0 | 42 | 405 | 53 | 56 |
| Binary | 1100110 | 1000011 | 10101000 | 100111 | 111100 | 0 | 100010 | 100000101 | 101011 | 101110 |
Color Harmonies of #6643A8
Complementary color
Monochromatic Colors of #6643A8
Black with #6643A8
Text Example
Text Example
White with #6643A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6643A8; }
p { color: rgb(102,67,168); }
H1.HeaderClassName
{
color: #6643A8;
}
.AnyTagClassName
{
color: #6643A8;
}
</style>
background-color css
<style>
a { background-color: #6643A8; }
a { background-color: rgb(102,67,168); }
div.DivClassName
{
background-color: #6643A8;
}
.BgClassName
{
background-color: #6643A8;
}
</style>
border-color css
<style>
span { border-color: #6643A8; }
span { border-color: rgb(102,67,168); }
td.TdClassName
{
border-color: #6643A8;
}
.TagClassName
{
border-color: #6643A8;
}
</style>