Shades of Royal Purple #632796
Tints of Royal Purple #632796
RGB
CMYK
RGB Variations
Color information
#632796 (or 0x632796) is known color: Royal Purple. HEX triplet: 63, 27 and 96. RGB value is (99,39,150). Sum of RGB (Red+Green+Blue) = 99+39+150=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #632796 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632796 is #9CD869. Grayscale: #454545. Windows color (decimal): -10279018 or 9840483. OLE color: 9840483.
HSL color Cylindrical-coordinate representation of color #632796: hue angle of 272.43º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #632796 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 39 | 150 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.41 |
| HSL | 272.43º | 0.59% | 0.37% | - |
| HSV(B) | 272.43º | 0.74% | 0.59% | - |
| XYZ | 11.38 | 6.31 | 29.47 | - |
| YUV | 69.59 | 173.38 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 39 | 150 | 0.34 | 0.74 | 0 | 0.41 | 272.43 | 0.59 | 0.37 |
| Hex | 63 | 27 | 96 | 22 | 4A | 0 | 29 | 110 | 3B | 25 |
| Octal | 143 | 47 | 226 | 42 | 112 | 0 | 51 | 420 | 73 | 45 |
| Binary | 1100011 | 100111 | 10010110 | 100010 | 1001010 | 0 | 101001 | 100010000 | 111011 | 100101 |
Color Harmonies of #632796
Complementary color
Monochromatic Colors of #632796
Black with #632796
Text Example
Text Example
White with #632796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632796; }
p { color: rgb(99,39,150); }
H1.HeaderClassName
{
color: #632796;
}
.AnyTagClassName
{
color: #632796;
}
</style>
background-color css
<style>
a { background-color: #632796; }
a { background-color: rgb(99,39,150); }
div.DivClassName
{
background-color: #632796;
}
.BgClassName
{
background-color: #632796;
}
</style>
border-color css
<style>
span { border-color: #632796; }
span { border-color: rgb(99,39,150); }
td.TdClassName
{
border-color: #632796;
}
.TagClassName
{
border-color: #632796;
}
</style>