Shades of Palatinate Purple #632254
Tints of Palatinate Purple #632254
RGB
CMYK
RGB Variations
Color information
#632254 (or 0x632254) is known color: Palatinate Purple. HEX triplet: 63, 22 and 54. RGB value is (99,34,84). Sum of RGB (Red+Green+Blue) = 99+34+84=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #632254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632254 is #9CDDAB. Grayscale: #3B3B3B. Windows color (decimal): -10280364 or 5513827. OLE color: 5513827.
HSL color Cylindrical-coordinate representation of color #632254: hue angle of 313.85º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #632254 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 34 | 84 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.61 |
| HSL | 313.85º | 0.49% | 0.26% | - |
| HSV(B) | 313.85º | 0.66% | 0.39% | - |
| XYZ | 7.32 | 4.44 | 8.86 | - |
| YUV | 59.14 | 142.03 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 84 | 0 | 0.66 | 0.15 | 0.61 | 313.85 | 0.49 | 0.26 |
| Hex | 63 | 22 | 54 | 0 | 42 | F | 3D | 13A | 31 | 1A |
| Octal | 143 | 42 | 124 | 0 | 102 | 17 | 75 | 472 | 61 | 32 |
| Binary | 1100011 | 100010 | 1010100 | 0 | 1000010 | 1111 | 111101 | 100111010 | 110001 | 11010 |
Color Harmonies of #632254
Complementary color
Monochromatic Colors of #632254
Black with #632254
Text Example
Text Example
White with #632254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632254; }
p { color: rgb(99,34,84); }
H1.HeaderClassName
{
color: #632254;
}
.AnyTagClassName
{
color: #632254;
}
</style>
background-color css
<style>
a { background-color: #632254; }
a { background-color: rgb(99,34,84); }
div.DivClassName
{
background-color: #632254;
}
.BgClassName
{
background-color: #632254;
}
</style>
border-color css
<style>
span { border-color: #632254; }
span { border-color: rgb(99,34,84); }
td.TdClassName
{
border-color: #632254;
}
.TagClassName
{
border-color: #632254;
}
</style>