Shades of Royal Purple #62339D
Tints of Royal Purple #62339D
RGB
CMYK
RGB Variations
Color information
#62339D (or 0x62339D) is known color: Royal Purple. HEX triplet: 62, 33 and 9D. RGB value is (98,51,157). Sum of RGB (Red+Green+Blue) = 98+51+157=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #62339D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62339D is #9DCC62. Grayscale: #4C4C4C. Windows color (decimal): -10341475 or 10302306. OLE color: 10302306.
HSL color Cylindrical-coordinate representation of color #62339D: hue angle of 266.6º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62339D is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 51 | 157 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.38 |
| HSL | 266.6º | 0.51% | 0.41% | - |
| HSV(B) | 266.6º | 0.68% | 0.62% | - |
| XYZ | 12.31 | 7.4 | 32.68 | - |
| YUV | 77.14 | 173.07 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 51 | 157 | 0.38 | 0.68 | 0 | 0.38 | 266.6 | 0.51 | 0.41 |
| Hex | 62 | 33 | 9D | 26 | 44 | 0 | 26 | 10B | 33 | 29 |
| Octal | 142 | 63 | 235 | 46 | 104 | 0 | 46 | 413 | 63 | 51 |
| Binary | 1100010 | 110011 | 10011101 | 100110 | 1000100 | 0 | 100110 | 100001011 | 110011 | 101001 |
Color Harmonies of #62339D
Complementary color
Monochromatic Colors of #62339D
Black with #62339D
Text Example
Text Example
White with #62339D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62339D; }
p { color: rgb(98,51,157); }
H1.HeaderClassName
{
color: #62339D;
}
.AnyTagClassName
{
color: #62339D;
}
</style>
background-color css
<style>
a { background-color: #62339D; }
a { background-color: rgb(98,51,157); }
div.DivClassName
{
background-color: #62339D;
}
.BgClassName
{
background-color: #62339D;
}
</style>
border-color css
<style>
span { border-color: #62339D; }
span { border-color: rgb(98,51,157); }
td.TdClassName
{
border-color: #62339D;
}
.TagClassName
{
border-color: #62339D;
}
</style>