Shades of Royal Purple #622DA2
Tints of Royal Purple #622DA2
RGB
CMYK
RGB Variations
Color information
#622DA2 (or 0x622DA2) is known color: Royal Purple. HEX triplet: 62, 2D and A2. RGB value is (98,45,162). Sum of RGB (Red+Green+Blue) = 98+45+162=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 162 (63.67% from 255 or 53.11% from 305); Max value from RGB is 162 - color contains mainly: blue. Hex color #622DA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622DA2 is #9DD25D. Grayscale: #494949. Windows color (decimal): -10343006 or 10628450. OLE color: 10628450.
HSL color Cylindrical-coordinate representation of color #622DA2: hue angle of 267.18º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #622DA2 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 45 | 162 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.36 |
| HSL | 267.18º | 0.57% | 0.41% | - |
| HSV(B) | 267.18º | 0.72% | 0.64% | - |
| XYZ | 12.5 | 7.08 | 34.89 | - |
| YUV | 74.19 | 177.56 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 162 | 0.40 | 0.72 | 0 | 0.36 | 267.18 | 0.57 | 0.41 |
| Hex | 62 | 2D | A2 | 28 | 48 | 0 | 24 | 10B | 39 | 29 |
| Octal | 142 | 55 | 242 | 50 | 110 | 0 | 44 | 413 | 71 | 51 |
| Binary | 1100010 | 101101 | 10100010 | 101000 | 1001000 | 0 | 100100 | 100001011 | 111001 | 101001 |
Color Harmonies of #622DA2
Complementary color
Monochromatic Colors of #622DA2
Black with #622DA2
Text Example
Text Example
White with #622DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622DA2; }
p { color: rgb(98,45,162); }
H1.HeaderClassName
{
color: #622DA2;
}
.AnyTagClassName
{
color: #622DA2;
}
</style>
background-color css
<style>
a { background-color: #622DA2; }
a { background-color: rgb(98,45,162); }
div.DivClassName
{
background-color: #622DA2;
}
.BgClassName
{
background-color: #622DA2;
}
</style>
border-color css
<style>
span { border-color: #622DA2; }
span { border-color: rgb(98,45,162); }
td.TdClassName
{
border-color: #622DA2;
}
.TagClassName
{
border-color: #622DA2;
}
</style>