Shades of Royal Purple #62349B
Tints of Royal Purple #62349B
RGB
CMYK
RGB Variations
Color information
#62349B (or 0x62349B) is known color: Royal Purple. HEX triplet: 62, 34 and 9B. RGB value is (98,52,155). Sum of RGB (Red+Green+Blue) = 98+52+155=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #62349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62349B is #9DCB64. Grayscale: #4D4D4D. Windows color (decimal): -10341221 or 10171490. OLE color: 10171490.
HSL color Cylindrical-coordinate representation of color #62349B: hue angle of 266.8º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62349B is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 52 | 155 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.39 |
| HSL | 266.8º | 0.5% | 0.41% | - |
| HSV(B) | 266.8º | 0.66% | 0.61% | - |
| XYZ | 12.18 | 7.42 | 31.8 | - |
| YUV | 77.5 | 171.74 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 52 | 155 | 0.37 | 0.66 | 0 | 0.39 | 266.8 | 0.5 | 0.41 |
| Hex | 62 | 34 | 9B | 25 | 42 | 0 | 27 | 10B | 32 | 29 |
| Octal | 142 | 64 | 233 | 45 | 102 | 0 | 47 | 413 | 62 | 51 |
| Binary | 1100010 | 110100 | 10011011 | 100101 | 1000010 | 0 | 100111 | 100001011 | 110010 | 101001 |
Color Harmonies of #62349B
Complementary color
Monochromatic Colors of #62349B
Black with #62349B
Text Example
Text Example
White with #62349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62349B; }
p { color: rgb(98,52,155); }
H1.HeaderClassName
{
color: #62349B;
}
.AnyTagClassName
{
color: #62349B;
}
</style>
background-color css
<style>
a { background-color: #62349B; }
a { background-color: rgb(98,52,155); }
div.DivClassName
{
background-color: #62349B;
}
.BgClassName
{
background-color: #62349B;
}
</style>
border-color css
<style>
span { border-color: #62349B; }
span { border-color: rgb(98,52,155); }
td.TdClassName
{
border-color: #62349B;
}
.TagClassName
{
border-color: #62349B;
}
</style>