Shades of Royal Purple #662EAB
Tints of Royal Purple #662EAB
RGB
CMYK
RGB Variations
Color information
#662EAB (or 0x662EAB) is known color: Royal Purple. HEX triplet: 66, 2E and AB. RGB value is (102,46,171). Sum of RGB (Red+Green+Blue) = 102+46+171=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #662EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662EAB is #99D154. Grayscale: #4C4C4C. Windows color (decimal): -10080597 or 11218534. OLE color: 11218534.
HSL color Cylindrical-coordinate representation of color #662EAB: hue angle of 266.88º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #662EAB is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 46 | 171 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.33 |
| HSL | 266.88º | 0.58% | 0.43% | - |
| HSV(B) | 266.88º | 0.73% | 0.67% | - |
| XYZ | 13.81 | 7.72 | 39.29 | - |
| YUV | 76.99 | 181.05 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 171 | 0.40 | 0.73 | 0 | 0.33 | 266.88 | 0.58 | 0.43 |
| Hex | 66 | 2E | AB | 28 | 49 | 0 | 21 | 10B | 3A | 2B |
| Octal | 146 | 56 | 253 | 50 | 111 | 0 | 41 | 413 | 72 | 53 |
| Binary | 1100110 | 101110 | 10101011 | 101000 | 1001001 | 0 | 100001 | 100001011 | 111010 | 101011 |
Color Harmonies of #662EAB
Complementary color
Monochromatic Colors of #662EAB
Black with #662EAB
Text Example
Text Example
White with #662EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662EAB; }
p { color: rgb(102,46,171); }
H1.HeaderClassName
{
color: #662EAB;
}
.AnyTagClassName
{
color: #662EAB;
}
</style>
background-color css
<style>
a { background-color: #662EAB; }
a { background-color: rgb(102,46,171); }
div.DivClassName
{
background-color: #662EAB;
}
.BgClassName
{
background-color: #662EAB;
}
</style>
border-color css
<style>
span { border-color: #662EAB; }
span { border-color: rgb(102,46,171); }
td.TdClassName
{
border-color: #662EAB;
}
.TagClassName
{
border-color: #662EAB;
}
</style>