Shades of Royal Purple #663798
Tints of Royal Purple #663798
RGB
CMYK
RGB Variations
Color information
#663798 (or 0x663798) is known color: Royal Purple. HEX triplet: 66, 37 and 98. RGB value is (102,55,152). Sum of RGB (Red+Green+Blue) = 102+55+152=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #663798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663798 is #99C867. Grayscale: #4F4F4F. Windows color (decimal): -10078312 or 9975654. OLE color: 9975654.
HSL color Cylindrical-coordinate representation of color #663798: hue angle of 269.07º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #663798 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 55 | 152 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.40 |
| HSL | 269.07º | 0.47% | 0.41% | - |
| HSV(B) | 269.07º | 0.64% | 0.6% | - |
| XYZ | 12.51 | 7.82 | 30.56 | - |
| YUV | 80.11 | 168.57 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 152 | 0.33 | 0.64 | 0 | 0.40 | 269.07 | 0.47 | 0.41 |
| Hex | 66 | 37 | 98 | 21 | 40 | 0 | 28 | 10D | 2F | 29 |
| Octal | 146 | 67 | 230 | 41 | 100 | 0 | 50 | 415 | 57 | 51 |
| Binary | 1100110 | 110111 | 10011000 | 100001 | 1000000 | 0 | 101000 | 100001101 | 101111 | 101001 |
Color Harmonies of #663798
Complementary color
Monochromatic Colors of #663798
Black with #663798
Text Example
Text Example
White with #663798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663798; }
p { color: rgb(102,55,152); }
H1.HeaderClassName
{
color: #663798;
}
.AnyTagClassName
{
color: #663798;
}
</style>
background-color css
<style>
a { background-color: #663798; }
a { background-color: rgb(102,55,152); }
div.DivClassName
{
background-color: #663798;
}
.BgClassName
{
background-color: #663798;
}
</style>
border-color css
<style>
span { border-color: #663798; }
span { border-color: rgb(102,55,152); }
td.TdClassName
{
border-color: #663798;
}
.TagClassName
{
border-color: #663798;
}
</style>