Shades of Royal Purple #663192
Tints of Royal Purple #663192
RGB
CMYK
RGB Variations
Color information
#663192 (or 0x663192) is known color: Royal Purple. HEX triplet: 66, 31 and 92. RGB value is (102,49,146). Sum of RGB (Red+Green+Blue) = 102+49+146=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #663192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663192 is #99CE6D. Grayscale: #4B4B4B. Windows color (decimal): -10079854 or 9580902. OLE color: 9580902.
HSL color Cylindrical-coordinate representation of color #663192: hue angle of 272.78º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #663192 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 49 | 146 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.43 |
| HSL | 272.78º | 0.5% | 0.38% | - |
| HSV(B) | 272.78º | 0.66% | 0.57% | - |
| XYZ | 11.77 | 7.1 | 27.94 | - |
| YUV | 75.91 | 167.56 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 146 | 0.30 | 0.66 | 0 | 0.43 | 272.78 | 0.5 | 0.38 |
| Hex | 66 | 31 | 92 | 1E | 42 | 0 | 2B | 111 | 32 | 26 |
| Octal | 146 | 61 | 222 | 36 | 102 | 0 | 53 | 421 | 62 | 46 |
| Binary | 1100110 | 110001 | 10010010 | 11110 | 1000010 | 0 | 101011 | 100010001 | 110010 | 100110 |
Color Harmonies of #663192
Complementary color
Monochromatic Colors of #663192
Black with #663192
Text Example
Text Example
White with #663192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663192; }
p { color: rgb(102,49,146); }
H1.HeaderClassName
{
color: #663192;
}
.AnyTagClassName
{
color: #663192;
}
</style>
background-color css
<style>
a { background-color: #663192; }
a { background-color: rgb(102,49,146); }
div.DivClassName
{
background-color: #663192;
}
.BgClassName
{
background-color: #663192;
}
</style>
border-color css
<style>
span { border-color: #663192; }
span { border-color: rgb(102,49,146); }
td.TdClassName
{
border-color: #663192;
}
.TagClassName
{
border-color: #663192;
}
</style>