Shades of Royal Purple #661D99
Tints of Royal Purple #661D99
RGB
CMYK
RGB Variations
Color information
#661D99 (or 0x661D99) is known color: Royal Purple. HEX triplet: 66, 1D and 99. RGB value is (102,29,153). Sum of RGB (Red+Green+Blue) = 102+29+153=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #661D99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661D99 is #99E266. Grayscale: #404040. Windows color (decimal): -10084967 or 10034534. OLE color: 10034534.
HSL color Cylindrical-coordinate representation of color #661D99: hue angle of 275.32º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661D99 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 29 | 153 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.4 |
| HSL | 275.32º | 0.68% | 0.36% | - |
| HSV(B) | 275.32º | 0.81% | 0.6% | - |
| XYZ | 11.67 | 6 | 30.68 | - |
| YUV | 64.96 | 177.68 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 29 | 153 | 0.33 | 0.81 | 0 | 0.4 | 275.32 | 0.68 | 0.36 |
| Hex | 66 | 1D | 99 | 21 | 51 | 0 | 28 | 113 | 44 | 24 |
| Octal | 146 | 35 | 231 | 41 | 121 | 0 | 50 | 423 | 104 | 44 |
| Binary | 1100110 | 11101 | 10011001 | 100001 | 1010001 | 0 | 101000 | 100010011 | 1000100 | 100100 |
Color Harmonies of #661D99
Complementary color
Monochromatic Colors of #661D99
Black with #661D99
Text Example
Text Example
White with #661D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661D99; }
p { color: rgb(102,29,153); }
H1.HeaderClassName
{
color: #661D99;
}
.AnyTagClassName
{
color: #661D99;
}
</style>
background-color css
<style>
a { background-color: #661D99; }
a { background-color: rgb(102,29,153); }
div.DivClassName
{
background-color: #661D99;
}
.BgClassName
{
background-color: #661D99;
}
</style>
border-color css
<style>
span { border-color: #661D99; }
span { border-color: rgb(102,29,153); }
td.TdClassName
{
border-color: #661D99;
}
.TagClassName
{
border-color: #661D99;
}
</style>