Shades of Royal Purple #622DA4
Tints of Royal Purple #622DA4
RGB
CMYK
RGB Variations
Color information
#622DA4 (or 0x622DA4) is known color: Royal Purple. HEX triplet: 62, 2D and A4. RGB value is (98,45,164). Sum of RGB (Red+Green+Blue) = 98+45+164=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #622DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622DA4 is #9DD25B. Grayscale: #494949. Windows color (decimal): -10343004 or 10759522. OLE color: 10759522.
HSL color Cylindrical-coordinate representation of color #622DA4: hue angle of 266.72º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #622DA4 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 45 | 164 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.36 |
| HSL | 266.72º | 0.57% | 0.41% | - |
| HSV(B) | 266.72º | 0.73% | 0.64% | - |
| XYZ | 12.68 | 7.15 | 35.83 | - |
| YUV | 74.41 | 178.56 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 164 | 0.40 | 0.73 | 0 | 0.36 | 266.72 | 0.57 | 0.41 |
| Hex | 62 | 2D | A4 | 28 | 49 | 0 | 24 | 10B | 39 | 29 |
| Octal | 142 | 55 | 244 | 50 | 111 | 0 | 44 | 413 | 71 | 51 |
| Binary | 1100010 | 101101 | 10100100 | 101000 | 1001001 | 0 | 100100 | 100001011 | 111001 | 101001 |
Color Harmonies of #622DA4
Complementary color
Monochromatic Colors of #622DA4
Black with #622DA4
Text Example
Text Example
White with #622DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622DA4; }
p { color: rgb(98,45,164); }
H1.HeaderClassName
{
color: #622DA4;
}
.AnyTagClassName
{
color: #622DA4;
}
</style>
background-color css
<style>
a { background-color: #622DA4; }
a { background-color: rgb(98,45,164); }
div.DivClassName
{
background-color: #622DA4;
}
.BgClassName
{
background-color: #622DA4;
}
</style>
border-color css
<style>
span { border-color: #622DA4; }
span { border-color: rgb(98,45,164); }
td.TdClassName
{
border-color: #622DA4;
}
.TagClassName
{
border-color: #622DA4;
}
</style>