Shades of Royal Purple #62459D
Tints of Royal Purple #62459D
RGB
CMYK
RGB Variations
Color information
#62459D (or 0x62459D) is known color: Royal Purple. HEX triplet: 62, 45 and 9D. RGB value is (98,69,157). Sum of RGB (Red+Green+Blue) = 98+69+157=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #62459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62459D is #9DBA62. Grayscale: #575757. Windows color (decimal): -10336867 or 10306914. OLE color: 10306914.
HSL color Cylindrical-coordinate representation of color #62459D: hue angle of 259.77º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62459D is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 69 | 157 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.38 |
| HSL | 259.77º | 0.39% | 0.44% | - |
| HSV(B) | 259.77º | 0.56% | 0.62% | - |
| XYZ | 13.25 | 9.29 | 32.99 | - |
| YUV | 87.7 | 167.11 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 69 | 157 | 0.38 | 0.56 | 0 | 0.38 | 259.77 | 0.39 | 0.44 |
| Hex | 62 | 45 | 9D | 26 | 38 | 0 | 26 | 104 | 27 | 2C |
| Octal | 142 | 105 | 235 | 46 | 70 | 0 | 46 | 404 | 47 | 54 |
| Binary | 1100010 | 1000101 | 10011101 | 100110 | 111000 | 0 | 100110 | 100000100 | 100111 | 101100 |
Color Harmonies of #62459D
Complementary color
Monochromatic Colors of #62459D
Black with #62459D
Text Example
Text Example
White with #62459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62459D; }
p { color: rgb(98,69,157); }
H1.HeaderClassName
{
color: #62459D;
}
.AnyTagClassName
{
color: #62459D;
}
</style>
background-color css
<style>
a { background-color: #62459D; }
a { background-color: rgb(98,69,157); }
div.DivClassName
{
background-color: #62459D;
}
.BgClassName
{
background-color: #62459D;
}
</style>
border-color css
<style>
span { border-color: #62459D; }
span { border-color: rgb(98,69,157); }
td.TdClassName
{
border-color: #62459D;
}
.TagClassName
{
border-color: #62459D;
}
</style>