Shades of Palatinate Purple #631A5B
Tints of Palatinate Purple #631A5B
RGB
CMYK
RGB Variations
Color information
#631A5B (or 0x631A5B) is known color: Palatinate Purple. HEX triplet: 63, 1A and 5B. RGB value is (99,26,91). Sum of RGB (Red+Green+Blue) = 99+26+91=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #631A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631A5B is #9CE5A4. Grayscale: #373737. Windows color (decimal): -10282405 or 5970531. OLE color: 5970531.
HSL color Cylindrical-coordinate representation of color #631A5B: hue angle of 306.58º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #631A5B is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 26 | 91 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.61 |
| HSL | 306.58º | 0.58% | 0.25% | - |
| HSV(B) | 306.58º | 0.74% | 0.39% | - |
| XYZ | 7.4 | 4.15 | 10.31 | - |
| YUV | 55.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 91 | 0 | 0.74 | 0.08 | 0.61 | 306.58 | 0.58 | 0.25 |
| Hex | 63 | 1A | 5B | 0 | 4A | 8 | 3D | 133 | 3A | 19 |
| Octal | 143 | 32 | 133 | 0 | 112 | 10 | 75 | 463 | 72 | 31 |
| Binary | 1100011 | 11010 | 1011011 | 0 | 1001010 | 1000 | 111101 | 100110011 | 111010 | 11001 |
Color Harmonies of #631A5B
Complementary color
Monochromatic Colors of #631A5B
Black with #631A5B
Text Example
Text Example
White with #631A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631A5B; }
p { color: rgb(99,26,91); }
H1.HeaderClassName
{
color: #631A5B;
}
.AnyTagClassName
{
color: #631A5B;
}
</style>
background-color css
<style>
a { background-color: #631A5B; }
a { background-color: rgb(99,26,91); }
div.DivClassName
{
background-color: #631A5B;
}
.BgClassName
{
background-color: #631A5B;
}
</style>
border-color css
<style>
span { border-color: #631A5B; }
span { border-color: rgb(99,26,91); }
td.TdClassName
{
border-color: #631A5B;
}
.TagClassName
{
border-color: #631A5B;
}
</style>