Shades of Palatinate Purple #633355
Tints of Palatinate Purple #633355
RGB
CMYK
RGB Variations
Color information
#633355 (or 0x633355) is known color: Palatinate Purple. HEX triplet: 63, 33 and 55. RGB value is (99,51,85). Sum of RGB (Red+Green+Blue) = 99+51+85=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #633355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633355 is #9CCCAA. Grayscale: #454545. Windows color (decimal): -10276011 or 5583715. OLE color: 5583715.
HSL color Cylindrical-coordinate representation of color #633355: hue angle of 317.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #633355 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 51 | 85 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.61 |
| HSL | 317.5º | 0.32% | 0.29% | - |
| HSV(B) | 317.5º | 0.48% | 0.39% | - |
| XYZ | 7.97 | 5.68 | 9.27 | - |
| YUV | 69.23 | 136.9 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 85 | 0 | 0.48 | 0.14 | 0.61 | 317.5 | 0.32 | 0.29 |
| Hex | 63 | 33 | 55 | 0 | 30 | E | 3D | 13E | 20 | 1D |
| Octal | 143 | 63 | 125 | 0 | 60 | 16 | 75 | 476 | 40 | 35 |
| Binary | 1100011 | 110011 | 1010101 | 0 | 110000 | 1110 | 111101 | 100111110 | 100000 | 11101 |
Color Harmonies of #633355
Complementary color
Monochromatic Colors of #633355
Black with #633355
Text Example
Text Example
White with #633355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633355; }
p { color: rgb(99,51,85); }
H1.HeaderClassName
{
color: #633355;
}
.AnyTagClassName
{
color: #633355;
}
</style>
background-color css
<style>
a { background-color: #633355; }
a { background-color: rgb(99,51,85); }
div.DivClassName
{
background-color: #633355;
}
.BgClassName
{
background-color: #633355;
}
</style>
border-color css
<style>
span { border-color: #633355; }
span { border-color: rgb(99,51,85); }
td.TdClassName
{
border-color: #633355;
}
.TagClassName
{
border-color: #633355;
}
</style>