Shades of Royal Purple #663F9F
Tints of Royal Purple #663F9F
RGB
CMYK
RGB Variations
Color information
#663F9F (or 0x663F9F) is known color: Royal Purple. HEX triplet: 66, 3F and 9F. RGB value is (102,63,159). Sum of RGB (Red+Green+Blue) = 102+63+159=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #663F9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663F9F is #99C060. Grayscale: #555555. Windows color (decimal): -10076257 or 10436454. OLE color: 10436454.
HSL color Cylindrical-coordinate representation of color #663F9F: hue angle of 264.38º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #663F9F is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 63 | 159 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.38 |
| HSL | 264.38º | 0.43% | 0.44% | - |
| HSV(B) | 264.38º | 0.6% | 0.62% | - |
| XYZ | 13.52 | 8.88 | 33.8 | - |
| YUV | 85.61 | 169.42 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 159 | 0.36 | 0.60 | 0 | 0.38 | 264.38 | 0.43 | 0.44 |
| Hex | 66 | 3F | 9F | 24 | 3C | 0 | 26 | 108 | 2B | 2C |
| Octal | 146 | 77 | 237 | 44 | 74 | 0 | 46 | 410 | 53 | 54 |
| Binary | 1100110 | 111111 | 10011111 | 100100 | 111100 | 0 | 100110 | 100001000 | 101011 | 101100 |
Color Harmonies of #663F9F
Complementary color
Monochromatic Colors of #663F9F
Black with #663F9F
Text Example
Text Example
White with #663F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F9F; }
p { color: rgb(102,63,159); }
H1.HeaderClassName
{
color: #663F9F;
}
.AnyTagClassName
{
color: #663F9F;
}
</style>
background-color css
<style>
a { background-color: #663F9F; }
a { background-color: rgb(102,63,159); }
div.DivClassName
{
background-color: #663F9F;
}
.BgClassName
{
background-color: #663F9F;
}
</style>
border-color css
<style>
span { border-color: #663F9F; }
span { border-color: rgb(102,63,159); }
td.TdClassName
{
border-color: #663F9F;
}
.TagClassName
{
border-color: #663F9F;
}
</style>