Shades of Royal Purple #631D9C
Tints of Royal Purple #631D9C
RGB
CMYK
RGB Variations
Color information
#631D9C (or 0x631D9C) is known color: Royal Purple. HEX triplet: 63, 1D and 9C. RGB value is (99,29,156). Sum of RGB (Red+Green+Blue) = 99+29+156=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #631D9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631D9C is #9CE263. Grayscale: #3F3F3F. Windows color (decimal): -10281572 or 10231139. OLE color: 10231139.
HSL color Cylindrical-coordinate representation of color #631D9C: hue angle of 273.07º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #631D9C is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 99 | 29 | 156 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.39 |
| HSL | 273.07º | 0.69% | 0.36% | - |
| HSV(B) | 273.07º | 0.81% | 0.61% | - |
| XYZ | 11.59 | 5.93 | 31.99 | - |
| YUV | 64.41 | 179.69 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 29 | 156 | 0.37 | 0.81 | 0 | 0.39 | 273.07 | 0.69 | 0.36 |
| Hex | 63 | 1D | 9C | 25 | 51 | 0 | 27 | 111 | 45 | 24 |
| Octal | 143 | 35 | 234 | 45 | 121 | 0 | 47 | 421 | 105 | 44 |
| Binary | 1100011 | 11101 | 10011100 | 100101 | 1010001 | 0 | 100111 | 100010001 | 1000101 | 100100 |
Color Harmonies of #631D9C
Complementary color
Monochromatic Colors of #631D9C
Black with #631D9C
Text Example
Text Example
White with #631D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631D9C; }
p { color: rgb(99,29,156); }
H1.HeaderClassName
{
color: #631D9C;
}
.AnyTagClassName
{
color: #631D9C;
}
</style>
background-color css
<style>
a { background-color: #631D9C; }
a { background-color: rgb(99,29,156); }
div.DivClassName
{
background-color: #631D9C;
}
.BgClassName
{
background-color: #631D9C;
}
</style>
border-color css
<style>
span { border-color: #631D9C; }
span { border-color: rgb(99,29,156); }
td.TdClassName
{
border-color: #631D9C;
}
.TagClassName
{
border-color: #631D9C;
}
</style>