Shades of Royal Purple #622D9C
Tints of Royal Purple #622D9C
RGB
CMYK
RGB Variations
Color information
#622D9C (or 0x622D9C) is known color: Royal Purple. HEX triplet: 62, 2D and 9C. RGB value is (98,45,156). Sum of RGB (Red+Green+Blue) = 98+45+156=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #622D9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622D9C is #9DD263. Grayscale: #494949. Windows color (decimal): -10343012 or 10235234. OLE color: 10235234.
HSL color Cylindrical-coordinate representation of color #622D9C: hue angle of 268.65º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #622D9C is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 45 | 156 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.39 |
| HSL | 268.65º | 0.55% | 0.39% | - |
| HSV(B) | 268.65º | 0.71% | 0.61% | - |
| XYZ | 11.98 | 6.87 | 32.15 | - |
| YUV | 73.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 45 | 156 | 0.37 | 0.71 | 0 | 0.39 | 268.65 | 0.55 | 0.39 |
| Hex | 62 | 2D | 9C | 25 | 47 | 0 | 27 | 10D | 37 | 27 |
| Octal | 142 | 55 | 234 | 45 | 107 | 0 | 47 | 415 | 67 | 47 |
| Binary | 1100010 | 101101 | 10011100 | 100101 | 1000111 | 0 | 100111 | 100001101 | 110111 | 100111 |
Color Harmonies of #622D9C
Complementary color
Monochromatic Colors of #622D9C
Black with #622D9C
Text Example
Text Example
White with #622D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622D9C; }
p { color: rgb(98,45,156); }
H1.HeaderClassName
{
color: #622D9C;
}
.AnyTagClassName
{
color: #622D9C;
}
</style>
background-color css
<style>
a { background-color: #622D9C; }
a { background-color: rgb(98,45,156); }
div.DivClassName
{
background-color: #622D9C;
}
.BgClassName
{
background-color: #622D9C;
}
</style>
border-color css
<style>
span { border-color: #622D9C; }
span { border-color: rgb(98,45,156); }
td.TdClassName
{
border-color: #622D9C;
}
.TagClassName
{
border-color: #622D9C;
}
</style>