Shades of Royal Purple #62329B
Tints of Royal Purple #62329B
RGB
CMYK
RGB Variations
Color information
#62329B (or 0x62329B) is known color: Royal Purple. HEX triplet: 62, 32 and 9B. RGB value is (98,50,155). Sum of RGB (Red+Green+Blue) = 98+50+155=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #62329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62329B is #9DCD64. Grayscale: #4B4B4B. Windows color (decimal): -10341733 or 10170978. OLE color: 10170978.
HSL color Cylindrical-coordinate representation of color #62329B: hue angle of 267.43º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62329B is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 50 | 155 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.39 |
| HSL | 267.43º | 0.51% | 0.4% | - |
| HSV(B) | 267.43º | 0.68% | 0.61% | - |
| XYZ | 12.09 | 7.24 | 31.77 | - |
| YUV | 76.32 | 172.4 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 50 | 155 | 0.37 | 0.68 | 0 | 0.39 | 267.43 | 0.51 | 0.4 |
| Hex | 62 | 32 | 9B | 25 | 44 | 0 | 27 | 10B | 33 | 28 |
| Octal | 142 | 62 | 233 | 45 | 104 | 0 | 47 | 413 | 63 | 50 |
| Binary | 1100010 | 110010 | 10011011 | 100101 | 1000100 | 0 | 100111 | 100001011 | 110011 | 101000 |
Color Harmonies of #62329B
Complementary color
Monochromatic Colors of #62329B
Black with #62329B
Text Example
Text Example
White with #62329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62329B; }
p { color: rgb(98,50,155); }
H1.HeaderClassName
{
color: #62329B;
}
.AnyTagClassName
{
color: #62329B;
}
</style>
background-color css
<style>
a { background-color: #62329B; }
a { background-color: rgb(98,50,155); }
div.DivClassName
{
background-color: #62329B;
}
.BgClassName
{
background-color: #62329B;
}
</style>
border-color css
<style>
span { border-color: #62329B; }
span { border-color: rgb(98,50,155); }
td.TdClassName
{
border-color: #62329B;
}
.TagClassName
{
border-color: #62329B;
}
</style>