Shades of Royal Purple #662098
Tints of Royal Purple #662098
RGB
CMYK
RGB Variations
Color information
#662098 (or 0x662098) is known color: Royal Purple. HEX triplet: 66, 20 and 98. RGB value is (102,32,152). Sum of RGB (Red+Green+Blue) = 102+32+152=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #662098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662098 is #99DF67. Grayscale: #424242. Windows color (decimal): -10084200 or 9969766. OLE color: 9969766.
HSL color Cylindrical-coordinate representation of color #662098: hue angle of 275º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #662098 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 32 | 152 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.40 |
| HSL | 275º | 0.65% | 0.36% | - |
| HSV(B) | 275º | 0.79% | 0.6% | - |
| XYZ | 11.66 | 6.12 | 30.27 | - |
| YUV | 66.61 | 176.19 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 152 | 0.33 | 0.79 | 0 | 0.40 | 275 | 0.65 | 0.36 |
| Hex | 66 | 20 | 98 | 21 | 4F | 0 | 28 | 113 | 41 | 24 |
| Octal | 146 | 40 | 230 | 41 | 117 | 0 | 50 | 423 | 101 | 44 |
| Binary | 1100110 | 100000 | 10011000 | 100001 | 1001111 | 0 | 101000 | 100010011 | 1000001 | 100100 |
Color Harmonies of #662098
Complementary color
Monochromatic Colors of #662098
Black with #662098
Text Example
Text Example
White with #662098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662098; }
p { color: rgb(102,32,152); }
H1.HeaderClassName
{
color: #662098;
}
.AnyTagClassName
{
color: #662098;
}
</style>
background-color css
<style>
a { background-color: #662098; }
a { background-color: rgb(102,32,152); }
div.DivClassName
{
background-color: #662098;
}
.BgClassName
{
background-color: #662098;
}
</style>
border-color css
<style>
span { border-color: #662098; }
span { border-color: rgb(102,32,152); }
td.TdClassName
{
border-color: #662098;
}
.TagClassName
{
border-color: #662098;
}
</style>