Shades of Royal Purple #662F98
Tints of Royal Purple #662F98
RGB
CMYK
RGB Variations
Color information
#662F98 (or 0x662F98) is known color: Royal Purple. HEX triplet: 66, 2F and 98. RGB value is (102,47,152). Sum of RGB (Red+Green+Blue) = 102+47+152=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #662F98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662F98 is #99D067. Grayscale: #4B4B4B. Windows color (decimal): -10080360 or 9973606. OLE color: 9973606.
HSL color Cylindrical-coordinate representation of color #662F98: hue angle of 271.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662F98 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 47 | 152 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.40 |
| HSL | 271.43º | 0.53% | 0.39% | - |
| HSV(B) | 271.43º | 0.69% | 0.6% | - |
| XYZ | 12.16 | 7.12 | 30.44 | - |
| YUV | 75.42 | 171.22 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 152 | 0.33 | 0.69 | 0 | 0.40 | 271.43 | 0.53 | 0.39 |
| Hex | 66 | 2F | 98 | 21 | 45 | 0 | 28 | 10F | 35 | 27 |
| Octal | 146 | 57 | 230 | 41 | 105 | 0 | 50 | 417 | 65 | 47 |
| Binary | 1100110 | 101111 | 10011000 | 100001 | 1000101 | 0 | 101000 | 100001111 | 110101 | 100111 |
Color Harmonies of #662F98
Complementary color
Monochromatic Colors of #662F98
Black with #662F98
Text Example
Text Example
White with #662F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662F98; }
p { color: rgb(102,47,152); }
H1.HeaderClassName
{
color: #662F98;
}
.AnyTagClassName
{
color: #662F98;
}
</style>
background-color css
<style>
a { background-color: #662F98; }
a { background-color: rgb(102,47,152); }
div.DivClassName
{
background-color: #662F98;
}
.BgClassName
{
background-color: #662F98;
}
</style>
border-color css
<style>
span { border-color: #662F98; }
span { border-color: rgb(102,47,152); }
td.TdClassName
{
border-color: #662F98;
}
.TagClassName
{
border-color: #662F98;
}
</style>