Shades of Royal Purple #662E9C
Tints of Royal Purple #662E9C
RGB
CMYK
RGB Variations
Color information
#662E9C (or 0x662E9C) is known color: Royal Purple. HEX triplet: 66, 2E and 9C. RGB value is (102,46,156). Sum of RGB (Red+Green+Blue) = 102+46+156=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #662E9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662E9C is #99D163. Grayscale: #4A4A4A. Windows color (decimal): -10080612 or 10235494. OLE color: 10235494.
HSL color Cylindrical-coordinate representation of color #662E9C: hue angle of 270.55º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #662E9C is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 46 | 156 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.39 |
| HSL | 270.55º | 0.54% | 0.4% | - |
| HSV(B) | 270.55º | 0.71% | 0.61% | - |
| XYZ | 12.46 | 7.18 | 32.18 | - |
| YUV | 75.28 | 173.55 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 156 | 0.35 | 0.71 | 0 | 0.39 | 270.55 | 0.54 | 0.4 |
| Hex | 66 | 2E | 9C | 23 | 47 | 0 | 27 | 10F | 36 | 28 |
| Octal | 146 | 56 | 234 | 43 | 107 | 0 | 47 | 417 | 66 | 50 |
| Binary | 1100110 | 101110 | 10011100 | 100011 | 1000111 | 0 | 100111 | 100001111 | 110110 | 101000 |
Color Harmonies of #662E9C
Complementary color
Monochromatic Colors of #662E9C
Black with #662E9C
Text Example
Text Example
White with #662E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E9C; }
p { color: rgb(102,46,156); }
H1.HeaderClassName
{
color: #662E9C;
}
.AnyTagClassName
{
color: #662E9C;
}
</style>
background-color css
<style>
a { background-color: #662E9C; }
a { background-color: rgb(102,46,156); }
div.DivClassName
{
background-color: #662E9C;
}
.BgClassName
{
background-color: #662E9C;
}
</style>
border-color css
<style>
span { border-color: #662E9C; }
span { border-color: rgb(102,46,156); }
td.TdClassName
{
border-color: #662E9C;
}
.TagClassName
{
border-color: #662E9C;
}
</style>