Shades of Royal Purple #622BA5
Tints of Royal Purple #622BA5
RGB
CMYK
RGB Variations
Color information
#622BA5 (or 0x622BA5) is known color: Royal Purple. HEX triplet: 62, 2B and A5. RGB value is (98,43,165). Sum of RGB (Red+Green+Blue) = 98+43+165=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 43 (17.19% from 255 or 14.05% from 306); Blue value is 165 (64.84% from 255 or 53.92% from 306); Max value from RGB is 165 - color contains mainly: blue. Hex color #622BA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622BA5 is #9DD45A. Grayscale: #484848. Windows color (decimal): -10343515 or 10824546. OLE color: 10824546.
HSL color Cylindrical-coordinate representation of color #622BA5: hue angle of 267.05º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #622BA5 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 43 | 165 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.35 |
| HSL | 267.05º | 0.59% | 0.41% | - |
| HSV(B) | 267.05º | 0.74% | 0.65% | - |
| XYZ | 12.69 | 7.04 | 36.29 | - |
| YUV | 73.35 | 179.72 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 165 | 0.41 | 0.74 | 0 | 0.35 | 267.05 | 0.59 | 0.41 |
| Hex | 62 | 2B | A5 | 29 | 4A | 0 | 23 | 10B | 3B | 29 |
| Octal | 142 | 53 | 245 | 51 | 112 | 0 | 43 | 413 | 73 | 51 |
| Binary | 1100010 | 101011 | 10100101 | 101001 | 1001010 | 0 | 100011 | 100001011 | 111011 | 101001 |
Color Harmonies of #622BA5
Complementary color
Monochromatic Colors of #622BA5
Black with #622BA5
Text Example
Text Example
White with #622BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622BA5; }
p { color: rgb(98,43,165); }
H1.HeaderClassName
{
color: #622BA5;
}
.AnyTagClassName
{
color: #622BA5;
}
</style>
background-color css
<style>
a { background-color: #622BA5; }
a { background-color: rgb(98,43,165); }
div.DivClassName
{
background-color: #622BA5;
}
.BgClassName
{
background-color: #622BA5;
}
</style>
border-color css
<style>
span { border-color: #622BA5; }
span { border-color: rgb(98,43,165); }
td.TdClassName
{
border-color: #622BA5;
}
.TagClassName
{
border-color: #622BA5;
}
</style>