Shades of Royal Purple #623EA2
Tints of Royal Purple #623EA2
RGB
CMYK
RGB Variations
Color information
#623EA2 (or 0x623EA2) is known color: Royal Purple. HEX triplet: 62, 3E and A2. RGB value is (98,62,162). Sum of RGB (Red+Green+Blue) = 98+62+162=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 162 (63.67% from 255 or 50.31% from 322); Max value from RGB is 162 - color contains mainly: blue. Hex color #623EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623EA2 is #9DC15D. Grayscale: #535353. Windows color (decimal): -10338654 or 10632802. OLE color: 10632802.
HSL color Cylindrical-coordinate representation of color #623EA2: hue angle of 261.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #623EA2 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 62 | 162 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.36 |
| HSL | 261.6º | 0.45% | 0.44% | - |
| HSV(B) | 261.6º | 0.62% | 0.64% | - |
| XYZ | 13.28 | 8.65 | 35.15 | - |
| YUV | 84.16 | 171.93 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 62 | 162 | 0.40 | 0.62 | 0 | 0.36 | 261.6 | 0.45 | 0.44 |
| Hex | 62 | 3E | A2 | 28 | 3E | 0 | 24 | 106 | 2D | 2C |
| Octal | 142 | 76 | 242 | 50 | 76 | 0 | 44 | 406 | 55 | 54 |
| Binary | 1100010 | 111110 | 10100010 | 101000 | 111110 | 0 | 100100 | 100000110 | 101101 | 101100 |
Color Harmonies of #623EA2
Complementary color
Monochromatic Colors of #623EA2
Black with #623EA2
Text Example
Text Example
White with #623EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623EA2; }
p { color: rgb(98,62,162); }
H1.HeaderClassName
{
color: #623EA2;
}
.AnyTagClassName
{
color: #623EA2;
}
</style>
background-color css
<style>
a { background-color: #623EA2; }
a { background-color: rgb(98,62,162); }
div.DivClassName
{
background-color: #623EA2;
}
.BgClassName
{
background-color: #623EA2;
}
</style>
border-color css
<style>
span { border-color: #623EA2; }
span { border-color: rgb(98,62,162); }
td.TdClassName
{
border-color: #623EA2;
}
.TagClassName
{
border-color: #623EA2;
}
</style>