Shades of Royal Purple #662298
Tints of Royal Purple #662298
RGB
CMYK
RGB Variations
Color information
#662298 (or 0x662298) is known color: Royal Purple. HEX triplet: 66, 22 and 98. RGB value is (102,34,152). Sum of RGB (Red+Green+Blue) = 102+34+152=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #662298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #662298 is #99DD67. Grayscale: #434343. Windows color (decimal): -10083688 or 9970278. OLE color: 9970278.
HSL color Cylindrical-coordinate representation of color #662298: hue angle of 274.58º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #662298 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 34 | 152 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.40 |
| HSL | 274.58º | 0.63% | 0.36% | - |
| HSV(B) | 274.58º | 0.78% | 0.6% | - |
| XYZ | 11.72 | 6.24 | 30.29 | - |
| YUV | 67.78 | 175.53 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 152 | 0.33 | 0.78 | 0 | 0.40 | 274.58 | 0.63 | 0.36 |
| Hex | 66 | 22 | 98 | 21 | 4E | 0 | 28 | 113 | 3F | 24 |
| Octal | 146 | 42 | 230 | 41 | 116 | 0 | 50 | 423 | 77 | 44 |
| Binary | 1100110 | 100010 | 10011000 | 100001 | 1001110 | 0 | 101000 | 100010011 | 111111 | 100100 |
Color Harmonies of #662298
Complementary color
Monochromatic Colors of #662298
Black with #662298
Text Example
Text Example
White with #662298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662298; }
p { color: rgb(102,34,152); }
H1.HeaderClassName
{
color: #662298;
}
.AnyTagClassName
{
color: #662298;
}
</style>
background-color css
<style>
a { background-color: #662298; }
a { background-color: rgb(102,34,152); }
div.DivClassName
{
background-color: #662298;
}
.BgClassName
{
background-color: #662298;
}
</style>
border-color css
<style>
span { border-color: #662298; }
span { border-color: rgb(102,34,152); }
td.TdClassName
{
border-color: #662298;
}
.TagClassName
{
border-color: #662298;
}
</style>