Shades of Royal Purple #663397
Tints of Royal Purple #663397
RGB
CMYK
RGB Variations
Color information
#663397 (or 0x663397) is known color: Royal Purple. HEX triplet: 66, 33 and 97. RGB value is (102,51,151). Sum of RGB (Red+Green+Blue) = 102+51+151=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #663397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663397 is #99CC68. Grayscale: #4D4D4D. Windows color (decimal): -10079337 or 9909094. OLE color: 9909094.
HSL color Cylindrical-coordinate representation of color #663397: hue angle of 270.6º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #663397 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 51 | 151 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.41 |
| HSL | 270.6º | 0.5% | 0.4% | - |
| HSV(B) | 270.6º | 0.66% | 0.59% | - |
| XYZ | 12.25 | 7.43 | 30.07 | - |
| YUV | 77.65 | 169.4 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 151 | 0.32 | 0.66 | 0 | 0.41 | 270.6 | 0.5 | 0.4 |
| Hex | 66 | 33 | 97 | 20 | 42 | 0 | 29 | 10F | 32 | 28 |
| Octal | 146 | 63 | 227 | 40 | 102 | 0 | 51 | 417 | 62 | 50 |
| Binary | 1100110 | 110011 | 10010111 | 100000 | 1000010 | 0 | 101001 | 100001111 | 110010 | 101000 |
Color Harmonies of #663397
Complementary color
Monochromatic Colors of #663397
Black with #663397
Text Example
Text Example
White with #663397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663397; }
p { color: rgb(102,51,151); }
H1.HeaderClassName
{
color: #663397;
}
.AnyTagClassName
{
color: #663397;
}
</style>
background-color css
<style>
a { background-color: #663397; }
a { background-color: rgb(102,51,151); }
div.DivClassName
{
background-color: #663397;
}
.BgClassName
{
background-color: #663397;
}
</style>
border-color css
<style>
span { border-color: #663397; }
span { border-color: rgb(102,51,151); }
td.TdClassName
{
border-color: #663397;
}
.TagClassName
{
border-color: #663397;
}
</style>