Shades of Palatinate Purple #632A61
Tints of Palatinate Purple #632A61
RGB
CMYK
RGB Variations
Color information
#632A61 (or 0x632A61) is known color: Palatinate Purple. HEX triplet: 63, 2A and 61. RGB value is (99,42,97). Sum of RGB (Red+Green+Blue) = 99+42+97=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 99 - color contains mainly: red. Hex color #632A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632A61 is #9CD59E. Grayscale: #414141. Windows color (decimal): -10278303 or 6367843. OLE color: 6367843.
HSL color Cylindrical-coordinate representation of color #632A61: hue angle of 302.11º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #632A61 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 42 | 97 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.61 |
| HSL | 302.11º | 0.4% | 0.28% | - |
| HSV(B) | 302.11º | 0.58% | 0.39% | - |
| XYZ | 8.13 | 5.17 | 11.88 | - |
| YUV | 65.31 | 145.88 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 97 | 0 | 0.58 | 0.02 | 0.61 | 302.11 | 0.4 | 0.28 |
| Hex | 63 | 2A | 61 | 0 | 3A | 2 | 3D | 12E | 28 | 1C |
| Octal | 143 | 52 | 141 | 0 | 72 | 2 | 75 | 456 | 50 | 34 |
| Binary | 1100011 | 101010 | 1100001 | 0 | 111010 | 10 | 111101 | 100101110 | 101000 | 11100 |
Color Harmonies of #632A61
Complementary color
Monochromatic Colors of #632A61
Black with #632A61
Text Example
Text Example
White with #632A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632A61; }
p { color: rgb(99,42,97); }
H1.HeaderClassName
{
color: #632A61;
}
.AnyTagClassName
{
color: #632A61;
}
</style>
background-color css
<style>
a { background-color: #632A61; }
a { background-color: rgb(99,42,97); }
div.DivClassName
{
background-color: #632A61;
}
.BgClassName
{
background-color: #632A61;
}
</style>
border-color css
<style>
span { border-color: #632A61; }
span { border-color: rgb(99,42,97); }
td.TdClassName
{
border-color: #632A61;
}
.TagClassName
{
border-color: #632A61;
}
</style>