Shades of Palatinate Purple #631B5B
Tints of Palatinate Purple #631B5B
RGB
CMYK
RGB Variations
Color information
#631B5B (or 0x631B5B) is known color: Palatinate Purple. HEX triplet: 63, 1B and 5B. RGB value is (99,27,91). Sum of RGB (Red+Green+Blue) = 99+27+91=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #631B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631B5B is #9CE4A4. Grayscale: #373737. Windows color (decimal): -10282149 or 5970787. OLE color: 5970787.
HSL color Cylindrical-coordinate representation of color #631B5B: hue angle of 306.67º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #631B5B is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 27 | 91 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.61 |
| HSL | 306.67º | 0.57% | 0.25% | - |
| HSV(B) | 306.67º | 0.73% | 0.39% | - |
| XYZ | 7.43 | 4.19 | 10.32 | - |
| YUV | 55.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 91 | 0 | 0.73 | 0.08 | 0.61 | 306.67 | 0.57 | 0.25 |
| Hex | 63 | 1B | 5B | 0 | 49 | 8 | 3D | 133 | 39 | 19 |
| Octal | 143 | 33 | 133 | 0 | 111 | 10 | 75 | 463 | 71 | 31 |
| Binary | 1100011 | 11011 | 1011011 | 0 | 1001001 | 1000 | 111101 | 100110011 | 111001 | 11001 |
Color Harmonies of #631B5B
Complementary color
Monochromatic Colors of #631B5B
Black with #631B5B
Text Example
Text Example
White with #631B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631B5B; }
p { color: rgb(99,27,91); }
H1.HeaderClassName
{
color: #631B5B;
}
.AnyTagClassName
{
color: #631B5B;
}
</style>
background-color css
<style>
a { background-color: #631B5B; }
a { background-color: rgb(99,27,91); }
div.DivClassName
{
background-color: #631B5B;
}
.BgClassName
{
background-color: #631B5B;
}
</style>
border-color css
<style>
span { border-color: #631B5B; }
span { border-color: rgb(99,27,91); }
td.TdClassName
{
border-color: #631B5B;
}
.TagClassName
{
border-color: #631B5B;
}
</style>