Shades of Royal Purple #622B99
Tints of Royal Purple #622B99
RGB
CMYK
RGB Variations
Color information
#622B99 (or 0x622B99) is known color: Royal Purple. HEX triplet: 62, 2B and 99. RGB value is (98,43,153). Sum of RGB (Red+Green+Blue) = 98+43+153=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #622B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622B99 is #9DD466. Grayscale: #474747. Windows color (decimal): -10343527 or 10038114. OLE color: 10038114.
HSL color Cylindrical-coordinate representation of color #622B99: hue angle of 270º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #622B99 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 98 | 43 | 153 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.4 |
| HSL | 270º | 0.56% | 0.38% | - |
| HSV(B) | 270º | 0.72% | 0.6% | - |
| XYZ | 11.65 | 6.62 | 30.8 | - |
| YUV | 71.99 | 173.72 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 153 | 0.36 | 0.72 | 0 | 0.4 | 270 | 0.56 | 0.38 |
| Hex | 62 | 2B | 99 | 24 | 48 | 0 | 28 | 10E | 38 | 26 |
| Octal | 142 | 53 | 231 | 44 | 110 | 0 | 50 | 416 | 70 | 46 |
| Binary | 1100010 | 101011 | 10011001 | 100100 | 1001000 | 0 | 101000 | 100001110 | 111000 | 100110 |
Color Harmonies of #622B99
Complementary color
Monochromatic Colors of #622B99
Black with #622B99
Text Example
Text Example
White with #622B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622B99; }
p { color: rgb(98,43,153); }
H1.HeaderClassName
{
color: #622B99;
}
.AnyTagClassName
{
color: #622B99;
}
</style>
background-color css
<style>
a { background-color: #622B99; }
a { background-color: rgb(98,43,153); }
div.DivClassName
{
background-color: #622B99;
}
.BgClassName
{
background-color: #622B99;
}
</style>
border-color css
<style>
span { border-color: #622B99; }
span { border-color: rgb(98,43,153); }
td.TdClassName
{
border-color: #622B99;
}
.TagClassName
{
border-color: #622B99;
}
</style>