Shades of Royal Purple #632497
Tints of Royal Purple #632497
RGB
CMYK
RGB Variations
Color information
#632497 (or 0x632497) is known color: Royal Purple. HEX triplet: 63, 24 and 97. RGB value is (99,36,151). Sum of RGB (Red+Green+Blue) = 99+36+151=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #632497 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632497 is #9CDB68. Grayscale: #434343. Windows color (decimal): -10279785 or 9905251. OLE color: 9905251.
HSL color Cylindrical-coordinate representation of color #632497: hue angle of 272.87º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #632497 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 36 | 151 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.41 |
| HSL | 272.87º | 0.61% | 0.37% | - |
| HSV(B) | 272.87º | 0.76% | 0.59% | - |
| XYZ | 11.36 | 6.15 | 29.87 | - |
| YUV | 67.95 | 174.87 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 151 | 0.34 | 0.76 | 0 | 0.41 | 272.87 | 0.61 | 0.37 |
| Hex | 63 | 24 | 97 | 22 | 4C | 0 | 29 | 111 | 3D | 25 |
| Octal | 143 | 44 | 227 | 42 | 114 | 0 | 51 | 421 | 75 | 45 |
| Binary | 1100011 | 100100 | 10010111 | 100010 | 1001100 | 0 | 101001 | 100010001 | 111101 | 100101 |
Color Harmonies of #632497
Complementary color
Monochromatic Colors of #632497
Black with #632497
Text Example
Text Example
White with #632497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632497; }
p { color: rgb(99,36,151); }
H1.HeaderClassName
{
color: #632497;
}
.AnyTagClassName
{
color: #632497;
}
</style>
background-color css
<style>
a { background-color: #632497; }
a { background-color: rgb(99,36,151); }
div.DivClassName
{
background-color: #632497;
}
.BgClassName
{
background-color: #632497;
}
</style>
border-color css
<style>
span { border-color: #632497; }
span { border-color: rgb(99,36,151); }
td.TdClassName
{
border-color: #632497;
}
.TagClassName
{
border-color: #632497;
}
</style>