Shades of Palatinate Purple #631C5A
Tints of Palatinate Purple #631C5A
RGB
CMYK
RGB Variations
Color information
#631C5A (or 0x631C5A) is known color: Palatinate Purple. HEX triplet: 63, 1C and 5A. RGB value is (99,28,90). Sum of RGB (Red+Green+Blue) = 99+28+90=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #631C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631C5A is #9CE3A5. Grayscale: #383838. Windows color (decimal): -10281894 or 5905507. OLE color: 5905507.
HSL color Cylindrical-coordinate representation of color #631C5A: hue angle of 307.61º 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 #631C5A is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 28 | 90 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.61 |
| HSL | 307.61º | 0.56% | 0.25% | - |
| HSV(B) | 307.61º | 0.72% | 0.39% | - |
| XYZ | 7.41 | 4.22 | 10.1 | - |
| YUV | 56.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 28 | 90 | 0 | 0.72 | 0.09 | 0.61 | 307.61 | 0.56 | 0.25 |
| Hex | 63 | 1C | 5A | 0 | 48 | 9 | 3D | 134 | 38 | 19 |
| Octal | 143 | 34 | 132 | 0 | 110 | 11 | 75 | 464 | 70 | 31 |
| Binary | 1100011 | 11100 | 1011010 | 0 | 1001000 | 1001 | 111101 | 100110100 | 111000 | 11001 |
Color Harmonies of #631C5A
Complementary color
Monochromatic Colors of #631C5A
Black with #631C5A
Text Example
Text Example
White with #631C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631C5A; }
p { color: rgb(99,28,90); }
H1.HeaderClassName
{
color: #631C5A;
}
.AnyTagClassName
{
color: #631C5A;
}
</style>
background-color css
<style>
a { background-color: #631C5A; }
a { background-color: rgb(99,28,90); }
div.DivClassName
{
background-color: #631C5A;
}
.BgClassName
{
background-color: #631C5A;
}
</style>
border-color css
<style>
span { border-color: #631C5A; }
span { border-color: rgb(99,28,90); }
td.TdClassName
{
border-color: #631C5A;
}
.TagClassName
{
border-color: #631C5A;
}
</style>