Shades of Royal Purple #663198
Tints of Royal Purple #663198
RGB
CMYK
RGB Variations
Color information
#663198 (or 0x663198) is known color: Royal Purple. HEX triplet: 66, 31 and 98. RGB value is (102,49,152). Sum of RGB (Red+Green+Blue) = 102+49+152=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #663198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663198 is #99CE67. Grayscale: #4C4C4C. Windows color (decimal): -10079848 or 9974118. OLE color: 9974118.
HSL color Cylindrical-coordinate representation of color #663198: hue angle of 270.87º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #663198 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 49 | 152 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.40 |
| HSL | 270.87º | 0.51% | 0.39% | - |
| HSV(B) | 270.87º | 0.68% | 0.6% | - |
| XYZ | 12.25 | 7.29 | 30.47 | - |
| YUV | 76.59 | 170.56 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 152 | 0.33 | 0.68 | 0 | 0.40 | 270.87 | 0.51 | 0.39 |
| Hex | 66 | 31 | 98 | 21 | 44 | 0 | 28 | 10F | 33 | 27 |
| Octal | 146 | 61 | 230 | 41 | 104 | 0 | 50 | 417 | 63 | 47 |
| Binary | 1100110 | 110001 | 10011000 | 100001 | 1000100 | 0 | 101000 | 100001111 | 110011 | 100111 |
Color Harmonies of #663198
Complementary color
Monochromatic Colors of #663198
Black with #663198
Text Example
Text Example
White with #663198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663198; }
p { color: rgb(102,49,152); }
H1.HeaderClassName
{
color: #663198;
}
.AnyTagClassName
{
color: #663198;
}
</style>
background-color css
<style>
a { background-color: #663198; }
a { background-color: rgb(102,49,152); }
div.DivClassName
{
background-color: #663198;
}
.BgClassName
{
background-color: #663198;
}
</style>
border-color css
<style>
span { border-color: #663198; }
span { border-color: rgb(102,49,152); }
td.TdClassName
{
border-color: #663198;
}
.TagClassName
{
border-color: #663198;
}
</style>