Shades of Royal Purple #663293
Tints of Royal Purple #663293
RGB
CMYK
RGB Variations
Color information
#663293 (or 0x663293) is known color: Royal Purple. HEX triplet: 66, 32 and 93. RGB value is (102,50,147). Sum of RGB (Red+Green+Blue) = 102+50+147=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #663293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663293 is #99CD6C. Grayscale: #4C4C4C. Windows color (decimal): -10079597 or 9646694. OLE color: 9646694.
HSL color Cylindrical-coordinate representation of color #663293: hue angle of 272.16º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #663293 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 50 | 147 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.42 |
| HSL | 272.16º | 0.49% | 0.39% | - |
| HSV(B) | 272.16º | 0.66% | 0.58% | - |
| XYZ | 11.89 | 7.21 | 28.37 | - |
| YUV | 76.61 | 167.73 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 147 | 0.31 | 0.66 | 0 | 0.42 | 272.16 | 0.49 | 0.39 |
| Hex | 66 | 32 | 93 | 1F | 42 | 0 | 2A | 110 | 31 | 27 |
| Octal | 146 | 62 | 223 | 37 | 102 | 0 | 52 | 420 | 61 | 47 |
| Binary | 1100110 | 110010 | 10010011 | 11111 | 1000010 | 0 | 101010 | 100010000 | 110001 | 100111 |
Color Harmonies of #663293
Complementary color
Monochromatic Colors of #663293
Black with #663293
Text Example
Text Example
White with #663293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663293; }
p { color: rgb(102,50,147); }
H1.HeaderClassName
{
color: #663293;
}
.AnyTagClassName
{
color: #663293;
}
</style>
background-color css
<style>
a { background-color: #663293; }
a { background-color: rgb(102,50,147); }
div.DivClassName
{
background-color: #663293;
}
.BgClassName
{
background-color: #663293;
}
</style>
border-color css
<style>
span { border-color: #663293; }
span { border-color: rgb(102,50,147); }
td.TdClassName
{
border-color: #663293;
}
.TagClassName
{
border-color: #663293;
}
</style>