Shades of Royal Purple #622299
Tints of Royal Purple #622299
RGB
CMYK
RGB Variations
Color information
#622299 (or 0x622299) is known color: Royal Purple. HEX triplet: 62, 22 and 99. RGB value is (98,34,153). Sum of RGB (Red+Green+Blue) = 98+34+153=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #622299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622299 is #9DDD66. Grayscale: #424242. Windows color (decimal): -10345831 or 10035810. OLE color: 10035810.
HSL color Cylindrical-coordinate representation of color #622299: hue angle of 272.27º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #622299 is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 34 | 153 | - |
| CMYK | 0.36 | 0.78 | 0 | 0.4 |
| HSL | 272.27º | 0.64% | 0.37% | - |
| HSV(B) | 272.27º | 0.78% | 0.6% | - |
| XYZ | 11.36 | 6.04 | 30.7 | - |
| YUV | 66.7 | 176.7 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 153 | 0.36 | 0.78 | 0 | 0.4 | 272.27 | 0.64 | 0.37 |
| Hex | 62 | 22 | 99 | 24 | 4E | 0 | 28 | 110 | 40 | 25 |
| Octal | 142 | 42 | 231 | 44 | 116 | 0 | 50 | 420 | 100 | 45 |
| Binary | 1100010 | 100010 | 10011001 | 100100 | 1001110 | 0 | 101000 | 100010000 | 1000000 | 100101 |
Color Harmonies of #622299
Complementary color
Monochromatic Colors of #622299
Black with #622299
Text Example
Text Example
White with #622299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622299; }
p { color: rgb(98,34,153); }
H1.HeaderClassName
{
color: #622299;
}
.AnyTagClassName
{
color: #622299;
}
</style>
background-color css
<style>
a { background-color: #622299; }
a { background-color: rgb(98,34,153); }
div.DivClassName
{
background-color: #622299;
}
.BgClassName
{
background-color: #622299;
}
</style>
border-color css
<style>
span { border-color: #622299; }
span { border-color: rgb(98,34,153); }
td.TdClassName
{
border-color: #622299;
}
.TagClassName
{
border-color: #622299;
}
</style>