Shades of Royal Purple #622A9D
Tints of Royal Purple #622A9D
RGB
CMYK
RGB Variations
Color information
#622A9D (or 0x622A9D) is known color: Royal Purple. HEX triplet: 62, 2A and 9D. RGB value is (98,42,157). Sum of RGB (Red+Green+Blue) = 98+42+157=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #622A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622A9D is #9DD562. Grayscale: #474747. Windows color (decimal): -10343779 or 10300002. OLE color: 10300002.
HSL color Cylindrical-coordinate representation of color #622A9D: hue angle of 269.22º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #622A9D is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 42 | 157 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.38 |
| HSL | 269.22º | 0.58% | 0.39% | - |
| HSV(B) | 269.22º | 0.73% | 0.62% | - |
| XYZ | 11.95 | 6.69 | 32.56 | - |
| YUV | 71.85 | 176.05 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 42 | 157 | 0.38 | 0.73 | 0 | 0.38 | 269.22 | 0.58 | 0.39 |
| Hex | 62 | 2A | 9D | 26 | 49 | 0 | 26 | 10D | 3A | 27 |
| Octal | 142 | 52 | 235 | 46 | 111 | 0 | 46 | 415 | 72 | 47 |
| Binary | 1100010 | 101010 | 10011101 | 100110 | 1001001 | 0 | 100110 | 100001101 | 111010 | 100111 |
Color Harmonies of #622A9D
Complementary color
Monochromatic Colors of #622A9D
Black with #622A9D
Text Example
Text Example
White with #622A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622A9D; }
p { color: rgb(98,42,157); }
H1.HeaderClassName
{
color: #622A9D;
}
.AnyTagClassName
{
color: #622A9D;
}
</style>
background-color css
<style>
a { background-color: #622A9D; }
a { background-color: rgb(98,42,157); }
div.DivClassName
{
background-color: #622A9D;
}
.BgClassName
{
background-color: #622A9D;
}
</style>
border-color css
<style>
span { border-color: #622A9D; }
span { border-color: rgb(98,42,157); }
td.TdClassName
{
border-color: #622A9D;
}
.TagClassName
{
border-color: #622A9D;
}
</style>