Shades of Royal Purple #6644A0
Tints of Royal Purple #6644A0
RGB
CMYK
RGB Variations
Color information
#6644A0 (or 0x6644A0) is known color: Royal Purple. HEX triplet: 66, 44 and A0. RGB value is (102,68,160). Sum of RGB (Red+Green+Blue) = 102+68+160=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 160 (62.89% from 255 or 48.48% from 330); Max value from RGB is 160 - color contains mainly: blue. Hex color #6644A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6644A0 is #99BB5F. Grayscale: #585858. Windows color (decimal): -10074976 or 10503270. OLE color: 10503270.
HSL color Cylindrical-coordinate representation of color #6644A0: hue angle of 262.17º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6644A0 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 68 | 160 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.37 |
| HSL | 262.17º | 0.4% | 0.45% | - |
| HSV(B) | 262.17º | 0.58% | 0.63% | - |
| XYZ | 13.89 | 9.5 | 34.36 | - |
| YUV | 88.65 | 168.26 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 68 | 160 | 0.36 | 0.57 | 0 | 0.37 | 262.17 | 0.4 | 0.45 |
| Hex | 66 | 44 | A0 | 24 | 39 | 0 | 25 | 106 | 28 | 2D |
| Octal | 146 | 104 | 240 | 44 | 71 | 0 | 45 | 406 | 50 | 55 |
| Binary | 1100110 | 1000100 | 10100000 | 100100 | 111001 | 0 | 100101 | 100000110 | 101000 | 101101 |
Color Harmonies of #6644A0
Complementary color
Monochromatic Colors of #6644A0
Black with #6644A0
Text Example
Text Example
White with #6644A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6644A0; }
p { color: rgb(102,68,160); }
H1.HeaderClassName
{
color: #6644A0;
}
.AnyTagClassName
{
color: #6644A0;
}
</style>
background-color css
<style>
a { background-color: #6644A0; }
a { background-color: rgb(102,68,160); }
div.DivClassName
{
background-color: #6644A0;
}
.BgClassName
{
background-color: #6644A0;
}
</style>
border-color css
<style>
span { border-color: #6644A0; }
span { border-color: rgb(102,68,160); }
td.TdClassName
{
border-color: #6644A0;
}
.TagClassName
{
border-color: #6644A0;
}
</style>