Shades of Royal Purple #663D94
Tints of Royal Purple #663D94
RGB
CMYK
RGB Variations
Color information
#663D94 (or 0x663D94) is known color: Royal Purple. HEX triplet: 66, 3D and 94. RGB value is (102,61,148). Sum of RGB (Red+Green+Blue) = 102+61+148=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #663D94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663D94 is #99C26B. Grayscale: #525252. Windows color (decimal): -10076780 or 9715046. OLE color: 9715046.
HSL color Cylindrical-coordinate representation of color #663D94: hue angle of 268.28º degrees, saturation: 0.42, 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 #663D94 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 61 | 148 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.42 |
| HSL | 268.28º | 0.42% | 0.41% | - |
| HSV(B) | 268.28º | 0.59% | 0.58% | - |
| XYZ | 12.49 | 8.3 | 28.96 | - |
| YUV | 83.18 | 164.58 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 148 | 0.31 | 0.59 | 0 | 0.42 | 268.28 | 0.42 | 0.41 |
| Hex | 66 | 3D | 94 | 1F | 3B | 0 | 2A | 10C | 2A | 29 |
| Octal | 146 | 75 | 224 | 37 | 73 | 0 | 52 | 414 | 52 | 51 |
| Binary | 1100110 | 111101 | 10010100 | 11111 | 111011 | 0 | 101010 | 100001100 | 101010 | 101001 |
Color Harmonies of #663D94
Complementary color
Monochromatic Colors of #663D94
Black with #663D94
Text Example
Text Example
White with #663D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D94; }
p { color: rgb(102,61,148); }
H1.HeaderClassName
{
color: #663D94;
}
.AnyTagClassName
{
color: #663D94;
}
</style>
background-color css
<style>
a { background-color: #663D94; }
a { background-color: rgb(102,61,148); }
div.DivClassName
{
background-color: #663D94;
}
.BgClassName
{
background-color: #663D94;
}
</style>
border-color css
<style>
span { border-color: #663D94; }
span { border-color: rgb(102,61,148); }
td.TdClassName
{
border-color: #663D94;
}
.TagClassName
{
border-color: #663D94;
}
</style>