Shades of Royal Purple #62359C
Tints of Royal Purple #62359C
RGB
CMYK
RGB Variations
Color information
#62359C (or 0x62359C) is known color: Royal Purple. HEX triplet: 62, 35 and 9C. RGB value is (98,53,156). Sum of RGB (Red+Green+Blue) = 98+53+156=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #62359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62359C is #9DCA63. Grayscale: #4D4D4D. Windows color (decimal): -10340964 or 10237282. OLE color: 10237282.
HSL color Cylindrical-coordinate representation of color #62359C: hue angle of 266.21º degrees, saturation: 0.49, 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 #62359C is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 53 | 156 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.39 |
| HSL | 266.21º | 0.49% | 0.41% | - |
| HSV(B) | 266.21º | 0.66% | 0.61% | - |
| XYZ | 12.31 | 7.54 | 32.26 | - |
| YUV | 78.2 | 171.91 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 53 | 156 | 0.37 | 0.66 | 0 | 0.39 | 266.21 | 0.49 | 0.41 |
| Hex | 62 | 35 | 9C | 25 | 42 | 0 | 27 | 10A | 31 | 29 |
| Octal | 142 | 65 | 234 | 45 | 102 | 0 | 47 | 412 | 61 | 51 |
| Binary | 1100010 | 110101 | 10011100 | 100101 | 1000010 | 0 | 100111 | 100001010 | 110001 | 101001 |
Color Harmonies of #62359C
Complementary color
Monochromatic Colors of #62359C
Black with #62359C
Text Example
Text Example
White with #62359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62359C; }
p { color: rgb(98,53,156); }
H1.HeaderClassName
{
color: #62359C;
}
.AnyTagClassName
{
color: #62359C;
}
</style>
background-color css
<style>
a { background-color: #62359C; }
a { background-color: rgb(98,53,156); }
div.DivClassName
{
background-color: #62359C;
}
.BgClassName
{
background-color: #62359C;
}
</style>
border-color css
<style>
span { border-color: #62359C; }
span { border-color: rgb(98,53,156); }
td.TdClassName
{
border-color: #62359C;
}
.TagClassName
{
border-color: #62359C;
}
</style>