Shades of Royal Purple #6618A1
Tints of Royal Purple #6618A1
RGB
CMYK
RGB Variations
Color information
#6618A1 (or 0x6618A1) is known color: Royal Purple. HEX triplet: 66, 18 and A1. RGB value is (102,24,161). Sum of RGB (Red+Green+Blue) = 102+24+161=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 161 (63.28% from 255 or 56.10% from 287); Max value from RGB is 161 - color contains mainly: blue. Hex color #6618A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6618A1 is #99E75E. Grayscale: #3E3E3E. Windows color (decimal): -10086239 or 10557542. OLE color: 10557542.
HSL color Cylindrical-coordinate representation of color #6618A1: hue angle of 274.16º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6618A1 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 24 | 161 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.37 |
| HSL | 274.16º | 0.74% | 0.36% | - |
| HSV(B) | 274.16º | 0.85% | 0.63% | - |
| XYZ | 12.24 | 6.05 | 34.24 | - |
| YUV | 62.94 | 183.34 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 24 | 161 | 0.37 | 0.85 | 0 | 0.37 | 274.16 | 0.74 | 0.36 |
| Hex | 66 | 18 | A1 | 25 | 55 | 0 | 25 | 112 | 4A | 24 |
| Octal | 146 | 30 | 241 | 45 | 125 | 0 | 45 | 422 | 112 | 44 |
| Binary | 1100110 | 11000 | 10100001 | 100101 | 1010101 | 0 | 100101 | 100010010 | 1001010 | 100100 |
Color Harmonies of #6618A1
Complementary color
Monochromatic Colors of #6618A1
Black with #6618A1
Text Example
Text Example
White with #6618A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6618A1; }
p { color: rgb(102,24,161); }
H1.HeaderClassName
{
color: #6618A1;
}
.AnyTagClassName
{
color: #6618A1;
}
</style>
background-color css
<style>
a { background-color: #6618A1; }
a { background-color: rgb(102,24,161); }
div.DivClassName
{
background-color: #6618A1;
}
.BgClassName
{
background-color: #6618A1;
}
</style>
border-color css
<style>
span { border-color: #6618A1; }
span { border-color: rgb(102,24,161); }
td.TdClassName
{
border-color: #6618A1;
}
.TagClassName
{
border-color: #6618A1;
}
</style>