Shades of Royal Purple #622BA4
Tints of Royal Purple #622BA4
RGB
CMYK
RGB Variations
Color information
#622BA4 (or 0x622BA4) is known color: Royal Purple. HEX triplet: 62, 2B and A4. RGB value is (98,43,164). Sum of RGB (Red+Green+Blue) = 98+43+164=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 164 (64.45% from 255 or 53.77% from 305); Max value from RGB is 164 - color contains mainly: blue. Hex color #622BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #622BA4 is #9DD45B. Grayscale: #484848. Windows color (decimal): -10343516 or 10759010. OLE color: 10759010.
HSL color Cylindrical-coordinate representation of color #622BA4: hue angle of 267.27º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #622BA4 is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 43 | 164 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.36 |
| HSL | 267.27º | 0.58% | 0.41% | - |
| HSV(B) | 267.27º | 0.74% | 0.64% | - |
| XYZ | 12.6 | 7 | 35.81 | - |
| YUV | 73.24 | 179.22 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 43 | 164 | 0.40 | 0.74 | 0 | 0.36 | 267.27 | 0.58 | 0.41 |
| Hex | 62 | 2B | A4 | 28 | 4A | 0 | 24 | 10B | 3A | 29 |
| Octal | 142 | 53 | 244 | 50 | 112 | 0 | 44 | 413 | 72 | 51 |
| Binary | 1100010 | 101011 | 10100100 | 101000 | 1001010 | 0 | 100100 | 100001011 | 111010 | 101001 |
Color Harmonies of #622BA4
Complementary color
Monochromatic Colors of #622BA4
Black with #622BA4
Text Example
Text Example
White with #622BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622BA4; }
p { color: rgb(98,43,164); }
H1.HeaderClassName
{
color: #622BA4;
}
.AnyTagClassName
{
color: #622BA4;
}
</style>
background-color css
<style>
a { background-color: #622BA4; }
a { background-color: rgb(98,43,164); }
div.DivClassName
{
background-color: #622BA4;
}
.BgClassName
{
background-color: #622BA4;
}
</style>
border-color css
<style>
span { border-color: #622BA4; }
span { border-color: rgb(98,43,164); }
td.TdClassName
{
border-color: #622BA4;
}
.TagClassName
{
border-color: #622BA4;
}
</style>