Shades of Palatinate Purple #633D5B
Tints of Palatinate Purple #633D5B
RGB
CMYK
RGB Variations
Color information
#633D5B (or 0x633D5B) is known color: Palatinate Purple. HEX triplet: 63, 3D and 5B. RGB value is (99,61,91). Sum of RGB (Red+Green+Blue) = 99+61+91=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 99 - color contains mainly: red. Hex color #633D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633D5B is #9CC2A4. Grayscale: #4B4B4B. Windows color (decimal): -10273445 or 5979491. OLE color: 5979491.
HSL color Cylindrical-coordinate representation of color #633D5B: hue angle of 312.63º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #633D5B is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 61 | 91 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.61 |
| HSL | 312.63º | 0.24% | 0.31% | - |
| HSV(B) | 312.63º | 0.38% | 0.39% | - |
| XYZ | 8.7 | 6.75 | 10.74 | - |
| YUV | 75.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 91 | 0 | 0.38 | 0.08 | 0.61 | 312.63 | 0.24 | 0.31 |
| Hex | 63 | 3D | 5B | 0 | 26 | 8 | 3D | 139 | 18 | 1F |
| Octal | 143 | 75 | 133 | 0 | 46 | 10 | 75 | 471 | 30 | 37 |
| Binary | 1100011 | 111101 | 1011011 | 0 | 100110 | 1000 | 111101 | 100111001 | 11000 | 11111 |
Color Harmonies of #633D5B
Complementary color
Monochromatic Colors of #633D5B
Black with #633D5B
Text Example
Text Example
White with #633D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633D5B; }
p { color: rgb(99,61,91); }
H1.HeaderClassName
{
color: #633D5B;
}
.AnyTagClassName
{
color: #633D5B;
}
</style>
background-color css
<style>
a { background-color: #633D5B; }
a { background-color: rgb(99,61,91); }
div.DivClassName
{
background-color: #633D5B;
}
.BgClassName
{
background-color: #633D5B;
}
</style>
border-color css
<style>
span { border-color: #633D5B; }
span { border-color: rgb(99,61,91); }
td.TdClassName
{
border-color: #633D5B;
}
.TagClassName
{
border-color: #633D5B;
}
</style>