Shades of Palatinate Purple #631B5F
Tints of Palatinate Purple #631B5F
RGB
CMYK
RGB Variations
Color information
#631B5F (or 0x631B5F) is known color: Palatinate Purple. HEX triplet: 63, 1B and 5F. RGB value is (99,27,95). Sum of RGB (Red+Green+Blue) = 99+27+95=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #631B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631B5F is #9CE4A0. Grayscale: #383838. Windows color (decimal): -10282145 or 6232931. OLE color: 6232931.
HSL color Cylindrical-coordinate representation of color #631B5F: hue angle of 303.33º 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 #631B5F is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 27 | 95 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.61 |
| HSL | 303.33º | 0.57% | 0.25% | - |
| HSV(B) | 303.33º | 0.73% | 0.39% | - |
| XYZ | 7.6 | 4.26 | 11.25 | - |
| YUV | 56.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 95 | 0 | 0.73 | 0.04 | 0.61 | 303.33 | 0.57 | 0.25 |
| Hex | 63 | 1B | 5F | 0 | 49 | 4 | 3D | 12F | 39 | 19 |
| Octal | 143 | 33 | 137 | 0 | 111 | 4 | 75 | 457 | 71 | 31 |
| Binary | 1100011 | 11011 | 1011111 | 0 | 1001001 | 100 | 111101 | 100101111 | 111001 | 11001 |
Color Harmonies of #631B5F
Complementary color
Monochromatic Colors of #631B5F
Black with #631B5F
Text Example
Text Example
White with #631B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631B5F; }
p { color: rgb(99,27,95); }
H1.HeaderClassName
{
color: #631B5F;
}
.AnyTagClassName
{
color: #631B5F;
}
</style>
background-color css
<style>
a { background-color: #631B5F; }
a { background-color: rgb(99,27,95); }
div.DivClassName
{
background-color: #631B5F;
}
.BgClassName
{
background-color: #631B5F;
}
</style>
border-color css
<style>
span { border-color: #631B5F; }
span { border-color: rgb(99,27,95); }
td.TdClassName
{
border-color: #631B5F;
}
.TagClassName
{
border-color: #631B5F;
}
</style>