Shades of Royal Purple #661DA2
Tints of Royal Purple #661DA2
RGB
CMYK
RGB Variations
Color information
#661DA2 (or 0x661DA2) is known color: Royal Purple. HEX triplet: 66, 1D and A2. RGB value is (102,29,162). Sum of RGB (Red+Green+Blue) = 102+29+162=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 162 (63.67% from 255 or 55.29% from 293); Max value from RGB is 162 - color contains mainly: blue. Hex color #661DA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661DA2 is #99E25D. Grayscale: #414141. Windows color (decimal): -10084958 or 10624358. OLE color: 10624358.
HSL color Cylindrical-coordinate representation of color #661DA2: hue angle of 272.93º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661DA2 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 29 | 162 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.36 |
| HSL | 272.93º | 0.7% | 0.37% | - |
| HSV(B) | 272.93º | 0.82% | 0.64% | - |
| XYZ | 12.44 | 6.31 | 34.75 | - |
| YUV | 65.99 | 182.18 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 29 | 162 | 0.37 | 0.82 | 0 | 0.36 | 272.93 | 0.7 | 0.37 |
| Hex | 66 | 1D | A2 | 25 | 52 | 0 | 24 | 111 | 46 | 25 |
| Octal | 146 | 35 | 242 | 45 | 122 | 0 | 44 | 421 | 106 | 45 |
| Binary | 1100110 | 11101 | 10100010 | 100101 | 1010010 | 0 | 100100 | 100010001 | 1000110 | 100101 |
Color Harmonies of #661DA2
Complementary color
Monochromatic Colors of #661DA2
Black with #661DA2
Text Example
Text Example
White with #661DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661DA2; }
p { color: rgb(102,29,162); }
H1.HeaderClassName
{
color: #661DA2;
}
.AnyTagClassName
{
color: #661DA2;
}
</style>
background-color css
<style>
a { background-color: #661DA2; }
a { background-color: rgb(102,29,162); }
div.DivClassName
{
background-color: #661DA2;
}
.BgClassName
{
background-color: #661DA2;
}
</style>
border-color css
<style>
span { border-color: #661DA2; }
span { border-color: rgb(102,29,162); }
td.TdClassName
{
border-color: #661DA2;
}
.TagClassName
{
border-color: #661DA2;
}
</style>