Shades of Royal Purple #662E92
Tints of Royal Purple #662E92
RGB
CMYK
RGB Variations
Color information
#662E92 (or 0x662E92) is known color: Royal Purple. HEX triplet: 66, 2E and 92. RGB value is (102,46,146). Sum of RGB (Red+Green+Blue) = 102+46+146=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #662E92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662E92 is #99D16D. Grayscale: #494949. Windows color (decimal): -10080622 or 9580134. OLE color: 9580134.
HSL color Cylindrical-coordinate representation of color #662E92: hue angle of 273.6º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662E92 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 46 | 146 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.43 |
| HSL | 273.6º | 0.52% | 0.38% | - |
| HSV(B) | 273.6º | 0.68% | 0.57% | - |
| XYZ | 11.64 | 6.85 | 27.9 | - |
| YUV | 74.14 | 168.55 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 146 | 0.30 | 0.68 | 0 | 0.43 | 273.6 | 0.52 | 0.38 |
| Hex | 66 | 2E | 92 | 1E | 44 | 0 | 2B | 112 | 34 | 26 |
| Octal | 146 | 56 | 222 | 36 | 104 | 0 | 53 | 422 | 64 | 46 |
| Binary | 1100110 | 101110 | 10010010 | 11110 | 1000100 | 0 | 101011 | 100010010 | 110100 | 100110 |
Color Harmonies of #662E92
Complementary color
Monochromatic Colors of #662E92
Black with #662E92
Text Example
Text Example
White with #662E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E92; }
p { color: rgb(102,46,146); }
H1.HeaderClassName
{
color: #662E92;
}
.AnyTagClassName
{
color: #662E92;
}
</style>
background-color css
<style>
a { background-color: #662E92; }
a { background-color: rgb(102,46,146); }
div.DivClassName
{
background-color: #662E92;
}
.BgClassName
{
background-color: #662E92;
}
</style>
border-color css
<style>
span { border-color: #662E92; }
span { border-color: rgb(102,46,146); }
td.TdClassName
{
border-color: #662E92;
}
.TagClassName
{
border-color: #662E92;
}
</style>