Shades of Palatinate Purple #633E5E
Tints of Palatinate Purple #633E5E
RGB
CMYK
RGB Variations
Color information
#633E5E (or 0x633E5E) is known color: Palatinate Purple. HEX triplet: 63, 3E and 5E. RGB value is (99,62,94). Sum of RGB (Red+Green+Blue) = 99+62+94=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 99 - color contains mainly: red. Hex color #633E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633E5E is #9CC1A1. Grayscale: #4C4C4C. Windows color (decimal): -10273186 or 6176355. OLE color: 6176355.
HSL color Cylindrical-coordinate representation of color #633E5E: hue angle of 308.11º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #633E5E is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 62 | 94 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.61 |
| HSL | 308.11º | 0.23% | 0.32% | - |
| HSV(B) | 308.11º | 0.37% | 0.39% | - |
| XYZ | 8.89 | 6.91 | 11.45 | - |
| YUV | 76.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 62 | 94 | 0 | 0.37 | 0.05 | 0.61 | 308.11 | 0.23 | 0.32 |
| Hex | 63 | 3E | 5E | 0 | 25 | 5 | 3D | 134 | 17 | 20 |
| Octal | 143 | 76 | 136 | 0 | 45 | 5 | 75 | 464 | 27 | 40 |
| Binary | 1100011 | 111110 | 1011110 | 0 | 100101 | 101 | 111101 | 100110100 | 10111 | 100000 |
Color Harmonies of #633E5E
Complementary color
Monochromatic Colors of #633E5E
Black with #633E5E
Text Example
Text Example
White with #633E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633E5E; }
p { color: rgb(99,62,94); }
H1.HeaderClassName
{
color: #633E5E;
}
.AnyTagClassName
{
color: #633E5E;
}
</style>
background-color css
<style>
a { background-color: #633E5E; }
a { background-color: rgb(99,62,94); }
div.DivClassName
{
background-color: #633E5E;
}
.BgClassName
{
background-color: #633E5E;
}
</style>
border-color css
<style>
span { border-color: #633E5E; }
span { border-color: rgb(99,62,94); }
td.TdClassName
{
border-color: #633E5E;
}
.TagClassName
{
border-color: #633E5E;
}
</style>