Shades of Royal Purple #663D9E
Tints of Royal Purple #663D9E
RGB
CMYK
RGB Variations
Color information
#663D9E (or 0x663D9E) is known color: Royal Purple. HEX triplet: 66, 3D and 9E. RGB value is (102,61,158). Sum of RGB (Red+Green+Blue) = 102+61+158=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #663D9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663D9E is #99C261. Grayscale: #535353. Windows color (decimal): -10076770 or 10370406. OLE color: 10370406.
HSL color Cylindrical-coordinate representation of color #663D9E: hue angle of 265.36º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #663D9E is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 61 | 158 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.38 |
| HSL | 265.36º | 0.44% | 0.43% | - |
| HSV(B) | 265.36º | 0.61% | 0.62% | - |
| XYZ | 13.32 | 8.63 | 33.31 | - |
| YUV | 84.32 | 169.58 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 158 | 0.35 | 0.61 | 0 | 0.38 | 265.36 | 0.44 | 0.43 |
| Hex | 66 | 3D | 9E | 23 | 3D | 0 | 26 | 109 | 2C | 2B |
| Octal | 146 | 75 | 236 | 43 | 75 | 0 | 46 | 411 | 54 | 53 |
| Binary | 1100110 | 111101 | 10011110 | 100011 | 111101 | 0 | 100110 | 100001001 | 101100 | 101011 |
Color Harmonies of #663D9E
Complementary color
Monochromatic Colors of #663D9E
Black with #663D9E
Text Example
Text Example
White with #663D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D9E; }
p { color: rgb(102,61,158); }
H1.HeaderClassName
{
color: #663D9E;
}
.AnyTagClassName
{
color: #663D9E;
}
</style>
background-color css
<style>
a { background-color: #663D9E; }
a { background-color: rgb(102,61,158); }
div.DivClassName
{
background-color: #663D9E;
}
.BgClassName
{
background-color: #663D9E;
}
</style>
border-color css
<style>
span { border-color: #663D9E; }
span { border-color: rgb(102,61,158); }
td.TdClassName
{
border-color: #663D9E;
}
.TagClassName
{
border-color: #663D9E;
}
</style>