Shades of Royal Purple #62449C
Tints of Royal Purple #62449C
RGB
CMYK
RGB Variations
Color information
#62449C (or 0x62449C) is known color: Royal Purple. HEX triplet: 62, 44 and 9C. RGB value is (98,68,156). Sum of RGB (Red+Green+Blue) = 98+68+156=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #62449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62449C is #9DBB63. Grayscale: #565656. Windows color (decimal): -10337124 or 10241122. OLE color: 10241122.
HSL color Cylindrical-coordinate representation of color #62449C: hue angle of 260.45º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62449C is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 68 | 156 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.39 |
| HSL | 260.45º | 0.39% | 0.44% | - |
| HSV(B) | 260.45º | 0.56% | 0.61% | - |
| XYZ | 13.1 | 9.13 | 32.52 | - |
| YUV | 87 | 166.94 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 68 | 156 | 0.37 | 0.56 | 0 | 0.39 | 260.45 | 0.39 | 0.44 |
| Hex | 62 | 44 | 9C | 25 | 38 | 0 | 27 | 104 | 27 | 2C |
| Octal | 142 | 104 | 234 | 45 | 70 | 0 | 47 | 404 | 47 | 54 |
| Binary | 1100010 | 1000100 | 10011100 | 100101 | 111000 | 0 | 100111 | 100000100 | 100111 | 101100 |
Color Harmonies of #62449C
Complementary color
Monochromatic Colors of #62449C
Black with #62449C
Text Example
Text Example
White with #62449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62449C; }
p { color: rgb(98,68,156); }
H1.HeaderClassName
{
color: #62449C;
}
.AnyTagClassName
{
color: #62449C;
}
</style>
background-color css
<style>
a { background-color: #62449C; }
a { background-color: rgb(98,68,156); }
div.DivClassName
{
background-color: #62449C;
}
.BgClassName
{
background-color: #62449C;
}
</style>
border-color css
<style>
span { border-color: #62449C; }
span { border-color: rgb(98,68,156); }
td.TdClassName
{
border-color: #62449C;
}
.TagClassName
{
border-color: #62449C;
}
</style>