Shades of Royal Purple #6648AA
Tints of Royal Purple #6648AA
RGB
CMYK
RGB Variations
Color information
#6648AA (or 0x6648AA) is known color: Royal Purple. HEX triplet: 66, 48 and AA. RGB value is (102,72,170). Sum of RGB (Red+Green+Blue) = 102+72+170=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 170 (66.80% from 255 or 49.42% from 344); Max value from RGB is 170 - color contains mainly: blue. Hex color #6648AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6648AA is #99B755. Grayscale: #5B5B5B. Windows color (decimal): -10073942 or 11159654. OLE color: 11159654.
HSL color Cylindrical-coordinate representation of color #6648AA: hue angle of 258.37º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6648AA is Cyan = 0.4, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 72 | 170 | - |
| CMYK | 0.4 | 0.58 | 0 | 0.33 |
| HSL | 258.37º | 0.4% | 0.47% | - |
| HSV(B) | 258.37º | 0.58% | 0.67% | - |
| XYZ | 15.05 | 10.36 | 39.24 | - |
| YUV | 92.14 | 171.94 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 72 | 170 | 0.4 | 0.58 | 0 | 0.33 | 258.37 | 0.4 | 0.47 |
| Hex | 66 | 48 | AA | 28 | 3A | 0 | 21 | 102 | 28 | 2F |
| Octal | 146 | 110 | 252 | 50 | 72 | 0 | 41 | 402 | 50 | 57 |
| Binary | 1100110 | 1001000 | 10101010 | 101000 | 111010 | 0 | 100001 | 100000010 | 101000 | 101111 |
Color Harmonies of #6648AA
Complementary color
Monochromatic Colors of #6648AA
Black with #6648AA
Text Example
Text Example
White with #6648AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6648AA; }
p { color: rgb(102,72,170); }
H1.HeaderClassName
{
color: #6648AA;
}
.AnyTagClassName
{
color: #6648AA;
}
</style>
background-color css
<style>
a { background-color: #6648AA; }
a { background-color: rgb(102,72,170); }
div.DivClassName
{
background-color: #6648AA;
}
.BgClassName
{
background-color: #6648AA;
}
</style>
border-color css
<style>
span { border-color: #6648AA; }
span { border-color: rgb(102,72,170); }
td.TdClassName
{
border-color: #6648AA;
}
.TagClassName
{
border-color: #6648AA;
}
</style>