Shades of Royal Purple #662E9F
Tints of Royal Purple #662E9F
RGB
CMYK
RGB Variations
Color information
#662E9F (or 0x662E9F) is known color: Royal Purple. HEX triplet: 66, 2E and 9F. RGB value is (102,46,159). Sum of RGB (Red+Green+Blue) = 102+46+159=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #662E9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662E9F is #99D160. Grayscale: #4B4B4B. Windows color (decimal): -10080609 or 10432102. OLE color: 10432102.
HSL color Cylindrical-coordinate representation of color #662E9F: hue angle of 269.73º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #662E9F is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 46 | 159 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.38 |
| HSL | 269.73º | 0.55% | 0.4% | - |
| HSV(B) | 269.73º | 0.71% | 0.62% | - |
| XYZ | 12.71 | 7.28 | 33.54 | - |
| YUV | 75.63 | 175.05 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 159 | 0.36 | 0.71 | 0 | 0.38 | 269.73 | 0.55 | 0.4 |
| Hex | 66 | 2E | 9F | 24 | 47 | 0 | 26 | 10E | 37 | 28 |
| Octal | 146 | 56 | 237 | 44 | 107 | 0 | 46 | 416 | 67 | 50 |
| Binary | 1100110 | 101110 | 10011111 | 100100 | 1000111 | 0 | 100110 | 100001110 | 110111 | 101000 |
Color Harmonies of #662E9F
Complementary color
Monochromatic Colors of #662E9F
Black with #662E9F
Text Example
Text Example
White with #662E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E9F; }
p { color: rgb(102,46,159); }
H1.HeaderClassName
{
color: #662E9F;
}
.AnyTagClassName
{
color: #662E9F;
}
</style>
background-color css
<style>
a { background-color: #662E9F; }
a { background-color: rgb(102,46,159); }
div.DivClassName
{
background-color: #662E9F;
}
.BgClassName
{
background-color: #662E9F;
}
</style>
border-color css
<style>
span { border-color: #662E9F; }
span { border-color: rgb(102,46,159); }
td.TdClassName
{
border-color: #662E9F;
}
.TagClassName
{
border-color: #662E9F;
}
</style>