Shades of Palatinate Purple #631C55
Tints of Palatinate Purple #631C55
RGB
CMYK
RGB Variations
Color information
#631C55 (or 0x631C55) is known color: Palatinate Purple. HEX triplet: 63, 1C and 55. RGB value is (99,28,85). Sum of RGB (Red+Green+Blue) = 99+28+85=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #631C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631C55 is #9CE3AA. Grayscale: #373737. Windows color (decimal): -10281899 or 5577827. OLE color: 5577827.
HSL color Cylindrical-coordinate representation of color #631C55: hue angle of 311.83º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #631C55 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 28 | 85 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.61 |
| HSL | 311.83º | 0.56% | 0.25% | - |
| HSV(B) | 311.83º | 0.72% | 0.39% | - |
| XYZ | 7.2 | 4.14 | 9.01 | - |
| YUV | 55.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 28 | 85 | 0 | 0.72 | 0.14 | 0.61 | 311.83 | 0.56 | 0.25 |
| Hex | 63 | 1C | 55 | 0 | 48 | E | 3D | 138 | 38 | 19 |
| Octal | 143 | 34 | 125 | 0 | 110 | 16 | 75 | 470 | 70 | 31 |
| Binary | 1100011 | 11100 | 1010101 | 0 | 1001000 | 1110 | 111101 | 100111000 | 111000 | 11001 |
Color Harmonies of #631C55
Complementary color
Monochromatic Colors of #631C55
Black with #631C55
Text Example
Text Example
White with #631C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631C55; }
p { color: rgb(99,28,85); }
H1.HeaderClassName
{
color: #631C55;
}
.AnyTagClassName
{
color: #631C55;
}
</style>
background-color css
<style>
a { background-color: #631C55; }
a { background-color: rgb(99,28,85); }
div.DivClassName
{
background-color: #631C55;
}
.BgClassName
{
background-color: #631C55;
}
</style>
border-color css
<style>
span { border-color: #631C55; }
span { border-color: rgb(99,28,85); }
td.TdClassName
{
border-color: #631C55;
}
.TagClassName
{
border-color: #631C55;
}
</style>