Shades of Royal Purple #632A98
Tints of Royal Purple #632A98
RGB
CMYK
RGB Variations
Color information
#632A98 (or 0x632A98) is known color: Royal Purple. HEX triplet: 63, 2A and 98. RGB value is (99,42,152). Sum of RGB (Red+Green+Blue) = 99+42+152=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #632A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632A98 is #9CD567. Grayscale: #474747. Windows color (decimal): -10278248 or 9972323. OLE color: 9972323.
HSL color Cylindrical-coordinate representation of color #632A98: hue angle of 271.09º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #632A98 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 42 | 152 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.40 |
| HSL | 271.09º | 0.57% | 0.38% | - |
| HSV(B) | 271.09º | 0.72% | 0.6% | - |
| XYZ | 11.64 | 6.58 | 30.36 | - |
| YUV | 71.58 | 173.38 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 152 | 0.35 | 0.72 | 0 | 0.40 | 271.09 | 0.57 | 0.38 |
| Hex | 63 | 2A | 98 | 23 | 48 | 0 | 28 | 10F | 39 | 26 |
| Octal | 143 | 52 | 230 | 43 | 110 | 0 | 50 | 417 | 71 | 46 |
| Binary | 1100011 | 101010 | 10011000 | 100011 | 1001000 | 0 | 101000 | 100001111 | 111001 | 100110 |
Color Harmonies of #632A98
Complementary color
Monochromatic Colors of #632A98
Black with #632A98
Text Example
Text Example
White with #632A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632A98; }
p { color: rgb(99,42,152); }
H1.HeaderClassName
{
color: #632A98;
}
.AnyTagClassName
{
color: #632A98;
}
</style>
background-color css
<style>
a { background-color: #632A98; }
a { background-color: rgb(99,42,152); }
div.DivClassName
{
background-color: #632A98;
}
.BgClassName
{
background-color: #632A98;
}
</style>
border-color css
<style>
span { border-color: #632A98; }
span { border-color: rgb(99,42,152); }
td.TdClassName
{
border-color: #632A98;
}
.TagClassName
{
border-color: #632A98;
}
</style>