Shades of Palatinate Purple #631952
Tints of Palatinate Purple #631952
RGB
CMYK
RGB Variations
Color information
#631952 (or 0x631952) is known color: Palatinate Purple. HEX triplet: 63, 19 and 52. RGB value is (99,25,82). Sum of RGB (Red+Green+Blue) = 99+25+82=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #631952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631952 is #9CE6AD. Grayscale: #353535. Windows color (decimal): -10282670 or 5380451. OLE color: 5380451.
HSL color Cylindrical-coordinate representation of color #631952: hue angle of 313.78º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #631952 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 25 | 82 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.61 |
| HSL | 313.78º | 0.6% | 0.24% | - |
| HSV(B) | 313.78º | 0.75% | 0.39% | - |
| XYZ | 7.02 | 3.96 | 8.38 | - |
| YUV | 53.62 | 144.02 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 82 | 0 | 0.75 | 0.17 | 0.61 | 313.78 | 0.6 | 0.24 |
| Hex | 63 | 19 | 52 | 0 | 4B | 11 | 3D | 13A | 3C | 18 |
| Octal | 143 | 31 | 122 | 0 | 113 | 21 | 75 | 472 | 74 | 30 |
| Binary | 1100011 | 11001 | 1010010 | 0 | 1001011 | 10001 | 111101 | 100111010 | 111100 | 11000 |
Color Harmonies of #631952
Complementary color
Monochromatic Colors of #631952
Black with #631952
Text Example
Text Example
White with #631952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631952; }
p { color: rgb(99,25,82); }
H1.HeaderClassName
{
color: #631952;
}
.AnyTagClassName
{
color: #631952;
}
</style>
background-color css
<style>
a { background-color: #631952; }
a { background-color: rgb(99,25,82); }
div.DivClassName
{
background-color: #631952;
}
.BgClassName
{
background-color: #631952;
}
</style>
border-color css
<style>
span { border-color: #631952; }
span { border-color: rgb(99,25,82); }
td.TdClassName
{
border-color: #631952;
}
.TagClassName
{
border-color: #631952;
}
</style>