Shades of Royal Purple #661C98
Tints of Royal Purple #661C98
RGB
CMYK
RGB Variations
Color information
#661C98 (or 0x661C98) is known color: Royal Purple. HEX triplet: 66, 1C and 98. RGB value is (102,28,152). Sum of RGB (Red+Green+Blue) = 102+28+152=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #661C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #661C98 is #99E367. Grayscale: #3F3F3F. Windows color (decimal): -10085224 or 9968742. OLE color: 9968742.
HSL color Cylindrical-coordinate representation of color #661C98: hue angle of 275.81º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661C98 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 28 | 152 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.40 |
| HSL | 275.81º | 0.69% | 0.35% | - |
| HSV(B) | 275.81º | 0.82% | 0.6% | - |
| XYZ | 11.56 | 5.92 | 30.24 | - |
| YUV | 64.26 | 177.52 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 28 | 152 | 0.33 | 0.82 | 0 | 0.40 | 275.81 | 0.69 | 0.35 |
| Hex | 66 | 1C | 98 | 21 | 52 | 0 | 28 | 114 | 45 | 23 |
| Octal | 146 | 34 | 230 | 41 | 122 | 0 | 50 | 424 | 105 | 43 |
| Binary | 1100110 | 11100 | 10011000 | 100001 | 1010010 | 0 | 101000 | 100010100 | 1000101 | 100011 |
Color Harmonies of #661C98
Complementary color
Monochromatic Colors of #661C98
Black with #661C98
Text Example
Text Example
White with #661C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661C98; }
p { color: rgb(102,28,152); }
H1.HeaderClassName
{
color: #661C98;
}
.AnyTagClassName
{
color: #661C98;
}
</style>
background-color css
<style>
a { background-color: #661C98; }
a { background-color: rgb(102,28,152); }
div.DivClassName
{
background-color: #661C98;
}
.BgClassName
{
background-color: #661C98;
}
</style>
border-color css
<style>
span { border-color: #661C98; }
span { border-color: rgb(102,28,152); }
td.TdClassName
{
border-color: #661C98;
}
.TagClassName
{
border-color: #661C98;
}
</style>