Shades of Royal Purple #662495
Tints of Royal Purple #662495
RGB
CMYK
RGB Variations
Color information
#662495 (or 0x662495) is known color: Royal Purple. HEX triplet: 66, 24 and 95. RGB value is (102,36,149). Sum of RGB (Red+Green+Blue) = 102+36+149=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #662495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662495 is #99DB6A. Grayscale: #444444. Windows color (decimal): -10083179 or 9774182. OLE color: 9774182.
HSL color Cylindrical-coordinate representation of color #662495: hue angle of 275.04º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #662495 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 36 | 149 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.42 |
| HSL | 275.04º | 0.61% | 0.36% | - |
| HSV(B) | 275.04º | 0.76% | 0.58% | - |
| XYZ | 11.54 | 6.26 | 29.03 | - |
| YUV | 68.62 | 173.37 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 36 | 149 | 0.32 | 0.76 | 0 | 0.42 | 275.04 | 0.61 | 0.36 |
| Hex | 66 | 24 | 95 | 20 | 4C | 0 | 2A | 113 | 3D | 24 |
| Octal | 146 | 44 | 225 | 40 | 114 | 0 | 52 | 423 | 75 | 44 |
| Binary | 1100110 | 100100 | 10010101 | 100000 | 1001100 | 0 | 101010 | 100010011 | 111101 | 100100 |
Color Harmonies of #662495
Complementary color
Monochromatic Colors of #662495
Black with #662495
Text Example
Text Example
White with #662495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662495; }
p { color: rgb(102,36,149); }
H1.HeaderClassName
{
color: #662495;
}
.AnyTagClassName
{
color: #662495;
}
</style>
background-color css
<style>
a { background-color: #662495; }
a { background-color: rgb(102,36,149); }
div.DivClassName
{
background-color: #662495;
}
.BgClassName
{
background-color: #662495;
}
</style>
border-color css
<style>
span { border-color: #662495; }
span { border-color: rgb(102,36,149); }
td.TdClassName
{
border-color: #662495;
}
.TagClassName
{
border-color: #662495;
}
</style>