Shades of Royal Purple #662C93
Tints of Royal Purple #662C93
RGB
CMYK
RGB Variations
Color information
#662C93 (or 0x662C93) is known color: Royal Purple. HEX triplet: 66, 2C and 93. RGB value is (102,44,147). Sum of RGB (Red+Green+Blue) = 102+44+147=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #662C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662C93 is #99D36C. Grayscale: #484848. Windows color (decimal): -10081133 or 9645158. OLE color: 9645158.
HSL color Cylindrical-coordinate representation of color #662C93: hue angle of 273.79º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #662C93 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 44 | 147 | - |
| CMYK | 0.31 | 0.70 | 0 | 0.42 |
| HSL | 273.79º | 0.54% | 0.37% | - |
| HSV(B) | 273.79º | 0.7% | 0.58% | - |
| XYZ | 11.65 | 6.73 | 28.29 | - |
| YUV | 73.08 | 169.72 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 147 | 0.31 | 0.70 | 0 | 0.42 | 273.79 | 0.54 | 0.37 |
| Hex | 66 | 2C | 93 | 1F | 46 | 0 | 2A | 112 | 36 | 25 |
| Octal | 146 | 54 | 223 | 37 | 106 | 0 | 52 | 422 | 66 | 45 |
| Binary | 1100110 | 101100 | 10010011 | 11111 | 1000110 | 0 | 101010 | 100010010 | 110110 | 100101 |
Color Harmonies of #662C93
Complementary color
Monochromatic Colors of #662C93
Black with #662C93
Text Example
Text Example
White with #662C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662C93; }
p { color: rgb(102,44,147); }
H1.HeaderClassName
{
color: #662C93;
}
.AnyTagClassName
{
color: #662C93;
}
</style>
background-color css
<style>
a { background-color: #662C93; }
a { background-color: rgb(102,44,147); }
div.DivClassName
{
background-color: #662C93;
}
.BgClassName
{
background-color: #662C93;
}
</style>
border-color css
<style>
span { border-color: #662C93; }
span { border-color: rgb(102,44,147); }
td.TdClassName
{
border-color: #662C93;
}
.TagClassName
{
border-color: #662C93;
}
</style>