Shades of Palatinate Purple #631F5C
Tints of Palatinate Purple #631F5C
RGB
CMYK
RGB Variations
Color information
#631F5C (or 0x631F5C) is known color: Palatinate Purple. HEX triplet: 63, 1F and 5C. RGB value is (99,31,92). Sum of RGB (Red+Green+Blue) = 99+31+92=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #631F5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631F5C is #9CE0A3. Grayscale: #3A3A3A. Windows color (decimal): -10281124 or 6037347. OLE color: 6037347.
HSL color Cylindrical-coordinate representation of color #631F5C: hue angle of 306.18º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #631F5C is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 31 | 92 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.61 |
| HSL | 306.18º | 0.52% | 0.25% | - |
| HSV(B) | 306.18º | 0.69% | 0.39% | - |
| XYZ | 7.57 | 4.41 | 10.58 | - |
| YUV | 58.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 31 | 92 | 0 | 0.69 | 0.07 | 0.61 | 306.18 | 0.52 | 0.25 |
| Hex | 63 | 1F | 5C | 0 | 45 | 7 | 3D | 132 | 34 | 19 |
| Octal | 143 | 37 | 134 | 0 | 105 | 7 | 75 | 462 | 64 | 31 |
| Binary | 1100011 | 11111 | 1011100 | 0 | 1000101 | 111 | 111101 | 100110010 | 110100 | 11001 |
Color Harmonies of #631F5C
Complementary color
Monochromatic Colors of #631F5C
Black with #631F5C
Text Example
Text Example
White with #631F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631F5C; }
p { color: rgb(99,31,92); }
H1.HeaderClassName
{
color: #631F5C;
}
.AnyTagClassName
{
color: #631F5C;
}
</style>
background-color css
<style>
a { background-color: #631F5C; }
a { background-color: rgb(99,31,92); }
div.DivClassName
{
background-color: #631F5C;
}
.BgClassName
{
background-color: #631F5C;
}
</style>
border-color css
<style>
span { border-color: #631F5C; }
span { border-color: rgb(99,31,92); }
td.TdClassName
{
border-color: #631F5C;
}
.TagClassName
{
border-color: #631F5C;
}
</style>