Shades of Royal Purple #662599
Tints of Royal Purple #662599
RGB
CMYK
RGB Variations
Color information
#662599 (or 0x662599) is known color: Royal Purple. HEX triplet: 66, 25 and 99. RGB value is (102,37,153). Sum of RGB (Red+Green+Blue) = 102+37+153=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #662599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662599 is #99DA66. Grayscale: #454545. Windows color (decimal): -10082919 or 10036582. OLE color: 10036582.
HSL color Cylindrical-coordinate representation of color #662599: hue angle of 273.62º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #662599 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 37 | 153 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.4 |
| HSL | 273.62º | 0.61% | 0.37% | - |
| HSV(B) | 273.62º | 0.76% | 0.6% | - |
| XYZ | 11.89 | 6.45 | 30.75 | - |
| YUV | 69.66 | 175.03 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 37 | 153 | 0.33 | 0.76 | 0 | 0.4 | 273.62 | 0.61 | 0.37 |
| Hex | 66 | 25 | 99 | 21 | 4C | 0 | 28 | 112 | 3D | 25 |
| Octal | 146 | 45 | 231 | 41 | 114 | 0 | 50 | 422 | 75 | 45 |
| Binary | 1100110 | 100101 | 10011001 | 100001 | 1001100 | 0 | 101000 | 100010010 | 111101 | 100101 |
Color Harmonies of #662599
Complementary color
Monochromatic Colors of #662599
Black with #662599
Text Example
Text Example
White with #662599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662599; }
p { color: rgb(102,37,153); }
H1.HeaderClassName
{
color: #662599;
}
.AnyTagClassName
{
color: #662599;
}
</style>
background-color css
<style>
a { background-color: #662599; }
a { background-color: rgb(102,37,153); }
div.DivClassName
{
background-color: #662599;
}
.BgClassName
{
background-color: #662599;
}
</style>
border-color css
<style>
span { border-color: #662599; }
span { border-color: rgb(102,37,153); }
td.TdClassName
{
border-color: #662599;
}
.TagClassName
{
border-color: #662599;
}
</style>