Shades of Palatinate Purple #633153
Tints of Palatinate Purple #633153
RGB
CMYK
RGB Variations
Color information
#633153 (or 0x633153) is known color: Palatinate Purple. HEX triplet: 63, 31 and 53. RGB value is (99,49,83). Sum of RGB (Red+Green+Blue) = 99+49+83=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #633153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633153 is #9CCEAC. Grayscale: #434343. Windows color (decimal): -10276525 or 5452131. OLE color: 5452131.
HSL color Cylindrical-coordinate representation of color #633153: hue angle of 319.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #633153 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 49 | 83 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.61 |
| HSL | 319.2º | 0.34% | 0.29% | - |
| HSV(B) | 319.2º | 0.51% | 0.39% | - |
| XYZ | 7.81 | 5.47 | 8.83 | - |
| YUV | 67.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 83 | 0 | 0.51 | 0.16 | 0.61 | 319.2 | 0.34 | 0.29 |
| Hex | 63 | 31 | 53 | 0 | 33 | 10 | 3D | 13F | 22 | 1D |
| Octal | 143 | 61 | 123 | 0 | 63 | 20 | 75 | 477 | 42 | 35 |
| Binary | 1100011 | 110001 | 1010011 | 0 | 110011 | 10000 | 111101 | 100111111 | 100010 | 11101 |
Color Harmonies of #633153
Complementary color
Monochromatic Colors of #633153
Black with #633153
Text Example
Text Example
White with #633153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633153; }
p { color: rgb(99,49,83); }
H1.HeaderClassName
{
color: #633153;
}
.AnyTagClassName
{
color: #633153;
}
</style>
background-color css
<style>
a { background-color: #633153; }
a { background-color: rgb(99,49,83); }
div.DivClassName
{
background-color: #633153;
}
.BgClassName
{
background-color: #633153;
}
</style>
border-color css
<style>
span { border-color: #633153; }
span { border-color: rgb(99,49,83); }
td.TdClassName
{
border-color: #633153;
}
.TagClassName
{
border-color: #633153;
}
</style>