Shades of Palatinate Purple #631B5C
Tints of Palatinate Purple #631B5C
RGB
CMYK
RGB Variations
Color information
#631B5C (or 0x631B5C) is known color: Palatinate Purple. HEX triplet: 63, 1B and 5C. RGB value is (99,27,92). Sum of RGB (Red+Green+Blue) = 99+27+92=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #631B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631B5C is #9CE4A3. Grayscale: #373737. Windows color (decimal): -10282148 or 6036323. OLE color: 6036323.
HSL color Cylindrical-coordinate representation of color #631B5C: hue angle of 305.83º 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 #631B5C is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 27 | 92 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.61 |
| HSL | 305.83º | 0.57% | 0.25% | - |
| HSV(B) | 305.83º | 0.73% | 0.39% | - |
| XYZ | 7.47 | 4.21 | 10.54 | - |
| YUV | 55.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 92 | 0 | 0.73 | 0.07 | 0.61 | 305.83 | 0.57 | 0.25 |
| Hex | 63 | 1B | 5C | 0 | 49 | 7 | 3D | 132 | 39 | 19 |
| Octal | 143 | 33 | 134 | 0 | 111 | 7 | 75 | 462 | 71 | 31 |
| Binary | 1100011 | 11011 | 1011100 | 0 | 1001001 | 111 | 111101 | 100110010 | 111001 | 11001 |
Color Harmonies of #631B5C
Complementary color
Monochromatic Colors of #631B5C
Black with #631B5C
Text Example
Text Example
White with #631B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631B5C; }
p { color: rgb(99,27,92); }
H1.HeaderClassName
{
color: #631B5C;
}
.AnyTagClassName
{
color: #631B5C;
}
</style>
background-color css
<style>
a { background-color: #631B5C; }
a { background-color: rgb(99,27,92); }
div.DivClassName
{
background-color: #631B5C;
}
.BgClassName
{
background-color: #631B5C;
}
</style>
border-color css
<style>
span { border-color: #631B5C; }
span { border-color: rgb(99,27,92); }
td.TdClassName
{
border-color: #631B5C;
}
.TagClassName
{
border-color: #631B5C;
}
</style>