Shades of Royal Purple #662E93
Tints of Royal Purple #662E93
RGB
CMYK
RGB Variations
Color information
#662E93 (or 0x662E93) is known color: Royal Purple. HEX triplet: 66, 2E and 93. RGB value is (102,46,147). Sum of RGB (Red+Green+Blue) = 102+46+147=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #662E93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662E93 is #99D16C. Grayscale: #494949. Windows color (decimal): -10080621 or 9645670. OLE color: 9645670.
HSL color Cylindrical-coordinate representation of color #662E93: hue angle of 273.27º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662E93 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 46 | 147 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.42 |
| HSL | 273.27º | 0.52% | 0.38% | - |
| HSV(B) | 273.27º | 0.69% | 0.58% | - |
| XYZ | 11.72 | 6.89 | 28.31 | - |
| YUV | 74.26 | 169.05 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 147 | 0.31 | 0.69 | 0 | 0.42 | 273.27 | 0.52 | 0.38 |
| Hex | 66 | 2E | 93 | 1F | 45 | 0 | 2A | 111 | 34 | 26 |
| Octal | 146 | 56 | 223 | 37 | 105 | 0 | 52 | 421 | 64 | 46 |
| Binary | 1100110 | 101110 | 10010011 | 11111 | 1000101 | 0 | 101010 | 100010001 | 110100 | 100110 |
Color Harmonies of #662E93
Complementary color
Monochromatic Colors of #662E93
Black with #662E93
Text Example
Text Example
White with #662E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E93; }
p { color: rgb(102,46,147); }
H1.HeaderClassName
{
color: #662E93;
}
.AnyTagClassName
{
color: #662E93;
}
</style>
background-color css
<style>
a { background-color: #662E93; }
a { background-color: rgb(102,46,147); }
div.DivClassName
{
background-color: #662E93;
}
.BgClassName
{
background-color: #662E93;
}
</style>
border-color css
<style>
span { border-color: #662E93; }
span { border-color: rgb(102,46,147); }
td.TdClassName
{
border-color: #662E93;
}
.TagClassName
{
border-color: #662E93;
}
</style>