Shades of Palatinate Purple #631255
Tints of Palatinate Purple #631255
RGB
CMYK
RGB Variations
Color information
#631255 (or 0x631255) is known color: Palatinate Purple. HEX triplet: 63, 12 and 55. RGB value is (99,18,85). Sum of RGB (Red+Green+Blue) = 99+18+85=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #631255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #631255 is #9CEDAA. Grayscale: #313131. Windows color (decimal): -10284459 or 5575267. OLE color: 5575267.
HSL color Cylindrical-coordinate representation of color #631255: hue angle of 310.37º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #631255 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 18 | 85 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.61 |
| HSL | 310.37º | 0.69% | 0.23% | - |
| HSV(B) | 310.37º | 0.82% | 0.39% | - |
| XYZ | 7 | 3.74 | 8.95 | - |
| YUV | 49.86 | 147.84 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 18 | 85 | 0 | 0.82 | 0.14 | 0.61 | 310.37 | 0.69 | 0.23 |
| Hex | 63 | 12 | 55 | 0 | 52 | E | 3D | 136 | 45 | 17 |
| Octal | 143 | 22 | 125 | 0 | 122 | 16 | 75 | 466 | 105 | 27 |
| Binary | 1100011 | 10010 | 1010101 | 0 | 1010010 | 1110 | 111101 | 100110110 | 1000101 | 10111 |
Color Harmonies of #631255
Complementary color
Monochromatic Colors of #631255
Black with #631255
Text Example
Text Example
White with #631255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631255; }
p { color: rgb(99,18,85); }
H1.HeaderClassName
{
color: #631255;
}
.AnyTagClassName
{
color: #631255;
}
</style>
background-color css
<style>
a { background-color: #631255; }
a { background-color: rgb(99,18,85); }
div.DivClassName
{
background-color: #631255;
}
.BgClassName
{
background-color: #631255;
}
</style>
border-color css
<style>
span { border-color: #631255; }
span { border-color: rgb(99,18,85); }
td.TdClassName
{
border-color: #631255;
}
.TagClassName
{
border-color: #631255;
}
</style>