Shades of Royal Purple #662993
Tints of Royal Purple #662993
RGB
CMYK
RGB Variations
Color information
#662993 (or 0x662993) is known color: Royal Purple. HEX triplet: 66, 29 and 93. RGB value is (102,41,147). Sum of RGB (Red+Green+Blue) = 102+41+147=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #662993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662993 is #99D66C. Grayscale: #464646. Windows color (decimal): -10081901 or 9644390. OLE color: 9644390.
HSL color Cylindrical-coordinate representation of color #662993: hue angle of 274.53º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #662993 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 41 | 147 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.42 |
| HSL | 274.53º | 0.56% | 0.37% | - |
| HSV(B) | 274.53º | 0.72% | 0.58% | - |
| XYZ | 11.54 | 6.52 | 28.25 | - |
| YUV | 71.32 | 170.71 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 147 | 0.31 | 0.72 | 0 | 0.42 | 274.53 | 0.56 | 0.37 |
| Hex | 66 | 29 | 93 | 1F | 48 | 0 | 2A | 113 | 38 | 25 |
| Octal | 146 | 51 | 223 | 37 | 110 | 0 | 52 | 423 | 70 | 45 |
| Binary | 1100110 | 101001 | 10010011 | 11111 | 1001000 | 0 | 101010 | 100010011 | 111000 | 100101 |
Color Harmonies of #662993
Complementary color
Monochromatic Colors of #662993
Black with #662993
Text Example
Text Example
White with #662993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662993; }
p { color: rgb(102,41,147); }
H1.HeaderClassName
{
color: #662993;
}
.AnyTagClassName
{
color: #662993;
}
</style>
background-color css
<style>
a { background-color: #662993; }
a { background-color: rgb(102,41,147); }
div.DivClassName
{
background-color: #662993;
}
.BgClassName
{
background-color: #662993;
}
</style>
border-color css
<style>
span { border-color: #662993; }
span { border-color: rgb(102,41,147); }
td.TdClassName
{
border-color: #662993;
}
.TagClassName
{
border-color: #662993;
}
</style>