Shades of Royal Purple #663791
Tints of Royal Purple #663791
RGB
CMYK
RGB Variations
Color information
#663791 (or 0x663791) is known color: Royal Purple. HEX triplet: 66, 37 and 91. RGB value is (102,55,145). Sum of RGB (Red+Green+Blue) = 102+55+145=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #663791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663791 is #99C86E. Grayscale: #4F4F4F. Windows color (decimal): -10078319 or 9516902. OLE color: 9516902.
HSL color Cylindrical-coordinate representation of color #663791: hue angle of 271.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #663791 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 55 | 145 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.43 |
| HSL | 271.33º | 0.45% | 0.39% | - |
| HSV(B) | 271.33º | 0.62% | 0.57% | - |
| XYZ | 11.96 | 7.6 | 27.63 | - |
| YUV | 79.31 | 165.07 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 145 | 0.30 | 0.62 | 0 | 0.43 | 271.33 | 0.45 | 0.39 |
| Hex | 66 | 37 | 91 | 1E | 3E | 0 | 2B | 10F | 2D | 27 |
| Octal | 146 | 67 | 221 | 36 | 76 | 0 | 53 | 417 | 55 | 47 |
| Binary | 1100110 | 110111 | 10010001 | 11110 | 111110 | 0 | 101011 | 100001111 | 101101 | 100111 |
Color Harmonies of #663791
Complementary color
Monochromatic Colors of #663791
Black with #663791
Text Example
Text Example
White with #663791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663791; }
p { color: rgb(102,55,145); }
H1.HeaderClassName
{
color: #663791;
}
.AnyTagClassName
{
color: #663791;
}
</style>
background-color css
<style>
a { background-color: #663791; }
a { background-color: rgb(102,55,145); }
div.DivClassName
{
background-color: #663791;
}
.BgClassName
{
background-color: #663791;
}
</style>
border-color css
<style>
span { border-color: #663791; }
span { border-color: rgb(102,55,145); }
td.TdClassName
{
border-color: #663791;
}
.TagClassName
{
border-color: #663791;
}
</style>