Shades of Royal Purple #62339B
Tints of Royal Purple #62339B
RGB
CMYK
RGB Variations
Color information
#62339B (or 0x62339B) is known color: Royal Purple. HEX triplet: 62, 33 and 9B. RGB value is (98,51,155). Sum of RGB (Red+Green+Blue) = 98+51+155=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #62339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62339B is #9DCC64. Grayscale: #4C4C4C. Windows color (decimal): -10341477 or 10171234. OLE color: 10171234.
HSL color Cylindrical-coordinate representation of color #62339B: hue angle of 267.12º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #62339B is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 51 | 155 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.39 |
| HSL | 267.12º | 0.5% | 0.4% | - |
| HSV(B) | 267.12º | 0.67% | 0.61% | - |
| XYZ | 12.14 | 7.33 | 31.79 | - |
| YUV | 76.91 | 172.07 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 51 | 155 | 0.37 | 0.67 | 0 | 0.39 | 267.12 | 0.5 | 0.4 |
| Hex | 62 | 33 | 9B | 25 | 43 | 0 | 27 | 10B | 32 | 28 |
| Octal | 142 | 63 | 233 | 45 | 103 | 0 | 47 | 413 | 62 | 50 |
| Binary | 1100010 | 110011 | 10011011 | 100101 | 1000011 | 0 | 100111 | 100001011 | 110010 | 101000 |
Color Harmonies of #62339B
Complementary color
Monochromatic Colors of #62339B
Black with #62339B
Text Example
Text Example
White with #62339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62339B; }
p { color: rgb(98,51,155); }
H1.HeaderClassName
{
color: #62339B;
}
.AnyTagClassName
{
color: #62339B;
}
</style>
background-color css
<style>
a { background-color: #62339B; }
a { background-color: rgb(98,51,155); }
div.DivClassName
{
background-color: #62339B;
}
.BgClassName
{
background-color: #62339B;
}
</style>
border-color css
<style>
span { border-color: #62339B; }
span { border-color: rgb(98,51,155); }
td.TdClassName
{
border-color: #62339B;
}
.TagClassName
{
border-color: #62339B;
}
</style>