Shades of Palatinate Purple #631B62
Tints of Palatinate Purple #631B62
RGB
CMYK
RGB Variations
Color information
#631B62 (or 0x631B62) is known color: Palatinate Purple. HEX triplet: 63, 1B and 62. RGB value is (99,27,98). Sum of RGB (Red+Green+Blue) = 99+27+98=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #631B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631B62 is #9CE49D. Grayscale: #383838. Windows color (decimal): -10282142 or 6429539. OLE color: 6429539.
HSL color Cylindrical-coordinate representation of color #631B62: hue angle of 300.83º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #631B62 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 27 | 98 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.61 |
| HSL | 300.83º | 0.57% | 0.25% | - |
| HSV(B) | 300.83º | 0.73% | 0.39% | - |
| XYZ | 7.74 | 4.32 | 11.98 | - |
| YUV | 56.62 | 151.35 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 27 | 98 | 0 | 0.73 | 0.01 | 0.61 | 300.83 | 0.57 | 0.25 |
| Hex | 63 | 1B | 62 | 0 | 49 | 1 | 3D | 12D | 39 | 19 |
| Octal | 143 | 33 | 142 | 0 | 111 | 1 | 75 | 455 | 71 | 31 |
| Binary | 1100011 | 11011 | 1100010 | 0 | 1001001 | 1 | 111101 | 100101101 | 111001 | 11001 |
Color Harmonies of #631B62
Complementary color
Monochromatic Colors of #631B62
Black with #631B62
Text Example
Text Example
White with #631B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631B62; }
p { color: rgb(99,27,98); }
H1.HeaderClassName
{
color: #631B62;
}
.AnyTagClassName
{
color: #631B62;
}
</style>
background-color css
<style>
a { background-color: #631B62; }
a { background-color: rgb(99,27,98); }
div.DivClassName
{
background-color: #631B62;
}
.BgClassName
{
background-color: #631B62;
}
</style>
border-color css
<style>
span { border-color: #631B62; }
span { border-color: rgb(99,27,98); }
td.TdClassName
{
border-color: #631B62;
}
.TagClassName
{
border-color: #631B62;
}
</style>