Shades of Royal Purple #623AB0
Tints of Royal Purple #623AB0
RGB
CMYK
RGB Variations
Color information
#623AB0 (or 0x623AB0) is known color: Royal Purple. HEX triplet: 62, 3A and B0. RGB value is (98,58,176). Sum of RGB (Red+Green+Blue) = 98+58+176=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 176 (69.14% from 255 or 53.01% from 332); Max value from RGB is 176 - color contains mainly: blue. Hex color #623AB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623AB0 is #9DC54F. Grayscale: #525252. Windows color (decimal): -10339664 or 11549282. OLE color: 11549282.
HSL color Cylindrical-coordinate representation of color #623AB0: hue angle of 260.34º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #623AB0 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 58 | 176 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.31 |
| HSL | 260.34º | 0.5% | 0.46% | - |
| HSV(B) | 260.34º | 0.67% | 0.69% | - |
| XYZ | 14.39 | 8.76 | 42.01 | - |
| YUV | 83.41 | 180.25 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 58 | 176 | 0.44 | 0.67 | 0 | 0.31 | 260.34 | 0.5 | 0.46 |
| Hex | 62 | 3A | B0 | 2C | 43 | 0 | 1F | 104 | 32 | 2E |
| Octal | 142 | 72 | 260 | 54 | 103 | 0 | 37 | 404 | 62 | 56 |
| Binary | 1100010 | 111010 | 10110000 | 101100 | 1000011 | 0 | 11111 | 100000100 | 110010 | 101110 |
Color Harmonies of #623AB0
Complementary color
Monochromatic Colors of #623AB0
Black with #623AB0
Text Example
Text Example
White with #623AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623AB0; }
p { color: rgb(98,58,176); }
H1.HeaderClassName
{
color: #623AB0;
}
.AnyTagClassName
{
color: #623AB0;
}
</style>
background-color css
<style>
a { background-color: #623AB0; }
a { background-color: rgb(98,58,176); }
div.DivClassName
{
background-color: #623AB0;
}
.BgClassName
{
background-color: #623AB0;
}
</style>
border-color css
<style>
span { border-color: #623AB0; }
span { border-color: rgb(98,58,176); }
td.TdClassName
{
border-color: #623AB0;
}
.TagClassName
{
border-color: #623AB0;
}
</style>