Shades of Royal Purple #661C9F
Tints of Royal Purple #661C9F
RGB
CMYK
RGB Variations
Color information
#661C9F (or 0x661C9F) is known color: Royal Purple. HEX triplet: 66, 1C and 9F. RGB value is (102,28,159). Sum of RGB (Red+Green+Blue) = 102+28+159=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #661C9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661C9F is #99E360. Grayscale: #404040. Windows color (decimal): -10085217 or 10427494. OLE color: 10427494.
HSL color Cylindrical-coordinate representation of color #661C9F: hue angle of 273.89º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661C9F is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 28 | 159 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.38 |
| HSL | 273.89º | 0.7% | 0.37% | - |
| HSV(B) | 273.89º | 0.82% | 0.62% | - |
| XYZ | 12.15 | 6.16 | 33.35 | - |
| YUV | 65.06 | 181.02 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 159 | 0.36 | 0.82 | 0 | 0.38 | 273.89 | 0.7 | 0.37 |
| Hex | 66 | 1C | 9F | 24 | 52 | 0 | 26 | 112 | 46 | 25 |
| Octal | 146 | 34 | 237 | 44 | 122 | 0 | 46 | 422 | 106 | 45 |
| Binary | 1100110 | 11100 | 10011111 | 100100 | 1010010 | 0 | 100110 | 100010010 | 1000110 | 100101 |
Color Harmonies of #661C9F
Complementary color
Monochromatic Colors of #661C9F
Black with #661C9F
Text Example
Text Example
White with #661C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C9F; }
p { color: rgb(102,28,159); }
H1.HeaderClassName
{
color: #661C9F;
}
.AnyTagClassName
{
color: #661C9F;
}
</style>
background-color css
<style>
a { background-color: #661C9F; }
a { background-color: rgb(102,28,159); }
div.DivClassName
{
background-color: #661C9F;
}
.BgClassName
{
background-color: #661C9F;
}
</style>
border-color css
<style>
span { border-color: #661C9F; }
span { border-color: rgb(102,28,159); }
td.TdClassName
{
border-color: #661C9F;
}
.TagClassName
{
border-color: #661C9F;
}
</style>