Shades of Royal Purple #663893
Tints of Royal Purple #663893
RGB
CMYK
RGB Variations
Color information
#663893 (or 0x663893) is known color: Royal Purple. HEX triplet: 66, 38 and 93. RGB value is (102,56,147). Sum of RGB (Red+Green+Blue) = 102+56+147=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #663893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663893 is #99C76C. Grayscale: #4F4F4F. Windows color (decimal): -10078061 or 9648230. OLE color: 9648230.
HSL color Cylindrical-coordinate representation of color #663893: hue angle of 270.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #663893 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 56 | 147 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.42 |
| HSL | 270.33º | 0.45% | 0.4% | - |
| HSV(B) | 270.33º | 0.62% | 0.58% | - |
| XYZ | 12.16 | 7.76 | 28.46 | - |
| YUV | 80.13 | 165.74 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 147 | 0.31 | 0.62 | 0 | 0.42 | 270.33 | 0.45 | 0.4 |
| Hex | 66 | 38 | 93 | 1F | 3E | 0 | 2A | 10E | 2D | 28 |
| Octal | 146 | 70 | 223 | 37 | 76 | 0 | 52 | 416 | 55 | 50 |
| Binary | 1100110 | 111000 | 10010011 | 11111 | 111110 | 0 | 101010 | 100001110 | 101101 | 101000 |
Color Harmonies of #663893
Complementary color
Monochromatic Colors of #663893
Black with #663893
Text Example
Text Example
White with #663893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663893; }
p { color: rgb(102,56,147); }
H1.HeaderClassName
{
color: #663893;
}
.AnyTagClassName
{
color: #663893;
}
</style>
background-color css
<style>
a { background-color: #663893; }
a { background-color: rgb(102,56,147); }
div.DivClassName
{
background-color: #663893;
}
.BgClassName
{
background-color: #663893;
}
</style>
border-color css
<style>
span { border-color: #663893; }
span { border-color: rgb(102,56,147); }
td.TdClassName
{
border-color: #663893;
}
.TagClassName
{
border-color: #663893;
}
</style>