Shades of Royal Purple #6643AC
Tints of Royal Purple #6643AC
RGB
CMYK
RGB Variations
Color information
#6643AC (or 0x6643AC) is known color: Royal Purple. HEX triplet: 66, 43 and AC. RGB value is (102,67,172). Sum of RGB (Red+Green+Blue) = 102+67+172=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #6643AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6643AC is #99BC53. Grayscale: #595959. Windows color (decimal): -10075220 or 11289446. OLE color: 11289446.
HSL color Cylindrical-coordinate representation of color #6643AC: hue angle of 260º 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 #6643AC is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 67 | 172 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.33 |
| HSL | 260º | 0.44% | 0.47% | - |
| HSV(B) | 260º | 0.61% | 0.67% | - |
| XYZ | 14.93 | 9.82 | 40.14 | - |
| YUV | 89.44 | 174.6 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 172 | 0.41 | 0.61 | 0 | 0.33 | 260 | 0.44 | 0.47 |
| Hex | 66 | 43 | AC | 29 | 3D | 0 | 21 | 104 | 2C | 2F |
| Octal | 146 | 103 | 254 | 51 | 75 | 0 | 41 | 404 | 54 | 57 |
| Binary | 1100110 | 1000011 | 10101100 | 101001 | 111101 | 0 | 100001 | 100000100 | 101100 | 101111 |
Color Harmonies of #6643AC
Complementary color
Monochromatic Colors of #6643AC
Black with #6643AC
Text Example
Text Example
White with #6643AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6643AC; }
p { color: rgb(102,67,172); }
H1.HeaderClassName
{
color: #6643AC;
}
.AnyTagClassName
{
color: #6643AC;
}
</style>
background-color css
<style>
a { background-color: #6643AC; }
a { background-color: rgb(102,67,172); }
div.DivClassName
{
background-color: #6643AC;
}
.BgClassName
{
background-color: #6643AC;
}
</style>
border-color css
<style>
span { border-color: #6643AC; }
span { border-color: rgb(102,67,172); }
td.TdClassName
{
border-color: #6643AC;
}
.TagClassName
{
border-color: #6643AC;
}
</style>