Shades of Palatinate Purple #632A60
Tints of Palatinate Purple #632A60
RGB
CMYK
RGB Variations
Color information
#632A60 (or 0x632A60) is known color: Palatinate Purple. HEX triplet: 63, 2A and 60. RGB value is (99,42,96). Sum of RGB (Red+Green+Blue) = 99+42+96=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 99 - color contains mainly: red. Hex color #632A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632A60 is #9CD59F. Grayscale: #414141. Windows color (decimal): -10278304 or 6302307. OLE color: 6302307.
HSL color Cylindrical-coordinate representation of color #632A60: hue angle of 303.16º 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 #632A60 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 42 | 96 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.61 |
| HSL | 303.16º | 0.4% | 0.28% | - |
| HSV(B) | 303.16º | 0.58% | 0.39% | - |
| XYZ | 8.08 | 5.15 | 11.63 | - |
| YUV | 65.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 96 | 0 | 0.58 | 0.03 | 0.61 | 303.16 | 0.4 | 0.28 |
| Hex | 63 | 2A | 60 | 0 | 3A | 3 | 3D | 12F | 28 | 1C |
| Octal | 143 | 52 | 140 | 0 | 72 | 3 | 75 | 457 | 50 | 34 |
| Binary | 1100011 | 101010 | 1100000 | 0 | 111010 | 11 | 111101 | 100101111 | 101000 | 11100 |
Color Harmonies of #632A60
Complementary color
Monochromatic Colors of #632A60
Black with #632A60
Text Example
Text Example
White with #632A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632A60; }
p { color: rgb(99,42,96); }
H1.HeaderClassName
{
color: #632A60;
}
.AnyTagClassName
{
color: #632A60;
}
</style>
background-color css
<style>
a { background-color: #632A60; }
a { background-color: rgb(99,42,96); }
div.DivClassName
{
background-color: #632A60;
}
.BgClassName
{
background-color: #632A60;
}
</style>
border-color css
<style>
span { border-color: #632A60; }
span { border-color: rgb(99,42,96); }
td.TdClassName
{
border-color: #632A60;
}
.TagClassName
{
border-color: #632A60;
}
</style>