Shades of Royal Purple #6641AD
Tints of Royal Purple #6641AD
RGB
CMYK
RGB Variations
Color information
#6641AD (or 0x6641AD) is known color: Royal Purple. HEX triplet: 66, 41 and AD. RGB value is (102,65,173). Sum of RGB (Red+Green+Blue) = 102+65+173=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #6641AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6641AD is #99BE52. Grayscale: #575757. Windows color (decimal): -10075731 or 11354470. OLE color: 11354470.
HSL color Cylindrical-coordinate representation of color #6641AD: hue angle of 260.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6641AD is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 65 | 173 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.32 |
| HSL | 260.56º | 0.45% | 0.47% | - |
| HSV(B) | 260.56º | 0.62% | 0.68% | - |
| XYZ | 14.91 | 9.62 | 40.61 | - |
| YUV | 88.38 | 175.76 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 173 | 0.41 | 0.62 | 0 | 0.32 | 260.56 | 0.45 | 0.47 |
| Hex | 66 | 41 | AD | 29 | 3E | 0 | 20 | 105 | 2D | 2F |
| Octal | 146 | 101 | 255 | 51 | 76 | 0 | 40 | 405 | 55 | 57 |
| Binary | 1100110 | 1000001 | 10101101 | 101001 | 111110 | 0 | 100000 | 100000101 | 101101 | 101111 |
Color Harmonies of #6641AD
Complementary color
Monochromatic Colors of #6641AD
Black with #6641AD
Text Example
Text Example
White with #6641AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6641AD; }
p { color: rgb(102,65,173); }
H1.HeaderClassName
{
color: #6641AD;
}
.AnyTagClassName
{
color: #6641AD;
}
</style>
background-color css
<style>
a { background-color: #6641AD; }
a { background-color: rgb(102,65,173); }
div.DivClassName
{
background-color: #6641AD;
}
.BgClassName
{
background-color: #6641AD;
}
</style>
border-color css
<style>
span { border-color: #6641AD; }
span { border-color: rgb(102,65,173); }
td.TdClassName
{
border-color: #6641AD;
}
.TagClassName
{
border-color: #6641AD;
}
</style>