Shades of Royal Purple #663D93
Tints of Royal Purple #663D93
RGB
CMYK
RGB Variations
Color information
#663D93 (or 0x663D93) is known color: Royal Purple. HEX triplet: 66, 3D and 93. RGB value is (102,61,147). Sum of RGB (Red+Green+Blue) = 102+61+147=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #663D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663D93 is #99C26C. Grayscale: #525252. Windows color (decimal): -10076781 or 9649510. OLE color: 9649510.
HSL color Cylindrical-coordinate representation of color #663D93: hue angle of 268.6º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #663D93 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 61 | 147 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.42 |
| HSL | 268.6º | 0.41% | 0.41% | - |
| HSV(B) | 268.6º | 0.59% | 0.58% | - |
| XYZ | 12.41 | 8.27 | 28.55 | - |
| YUV | 83.06 | 164.08 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 147 | 0.31 | 0.59 | 0 | 0.42 | 268.6 | 0.41 | 0.41 |
| Hex | 66 | 3D | 93 | 1F | 3B | 0 | 2A | 10D | 29 | 29 |
| Octal | 146 | 75 | 223 | 37 | 73 | 0 | 52 | 415 | 51 | 51 |
| Binary | 1100110 | 111101 | 10010011 | 11111 | 111011 | 0 | 101010 | 100001101 | 101001 | 101001 |
Color Harmonies of #663D93
Complementary color
Monochromatic Colors of #663D93
Black with #663D93
Text Example
Text Example
White with #663D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D93; }
p { color: rgb(102,61,147); }
H1.HeaderClassName
{
color: #663D93;
}
.AnyTagClassName
{
color: #663D93;
}
</style>
background-color css
<style>
a { background-color: #663D93; }
a { background-color: rgb(102,61,147); }
div.DivClassName
{
background-color: #663D93;
}
.BgClassName
{
background-color: #663D93;
}
</style>
border-color css
<style>
span { border-color: #663D93; }
span { border-color: rgb(102,61,147); }
td.TdClassName
{
border-color: #663D93;
}
.TagClassName
{
border-color: #663D93;
}
</style>