Shades of Royal Purple #62389F
Tints of Royal Purple #62389F
RGB
CMYK
RGB Variations
Color information
#62389F (or 0x62389F) is known color: Royal Purple. HEX triplet: 62, 38 and 9F. RGB value is (98,56,159). Sum of RGB (Red+Green+Blue) = 98+56+159=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #62389F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62389F is #9DC760. Grayscale: #4F4F4F. Windows color (decimal): -10340193 or 10434658. OLE color: 10434658.
HSL color Cylindrical-coordinate representation of color #62389F: hue angle of 264.47º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #62389F is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 56 | 159 | - |
| CMYK | 0.38 | 0.65 | 0 | 0.38 |
| HSL | 264.47º | 0.48% | 0.42% | - |
| HSV(B) | 264.47º | 0.65% | 0.62% | - |
| XYZ | 12.71 | 7.93 | 33.66 | - |
| YUV | 80.3 | 172.41 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 56 | 159 | 0.38 | 0.65 | 0 | 0.38 | 264.47 | 0.48 | 0.42 |
| Hex | 62 | 38 | 9F | 26 | 41 | 0 | 26 | 108 | 30 | 2A |
| Octal | 142 | 70 | 237 | 46 | 101 | 0 | 46 | 410 | 60 | 52 |
| Binary | 1100010 | 111000 | 10011111 | 100110 | 1000001 | 0 | 100110 | 100001000 | 110000 | 101010 |
Color Harmonies of #62389F
Complementary color
Monochromatic Colors of #62389F
Black with #62389F
Text Example
Text Example
White with #62389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62389F; }
p { color: rgb(98,56,159); }
H1.HeaderClassName
{
color: #62389F;
}
.AnyTagClassName
{
color: #62389F;
}
</style>
background-color css
<style>
a { background-color: #62389F; }
a { background-color: rgb(98,56,159); }
div.DivClassName
{
background-color: #62389F;
}
.BgClassName
{
background-color: #62389F;
}
</style>
border-color css
<style>
span { border-color: #62389F; }
span { border-color: rgb(98,56,159); }
td.TdClassName
{
border-color: #62389F;
}
.TagClassName
{
border-color: #62389F;
}
</style>