Shades of Palatinate Purple #633D5D
Tints of Palatinate Purple #633D5D
RGB
CMYK
RGB Variations
Color information
#633D5D (or 0x633D5D) is known color: Palatinate Purple. HEX triplet: 63, 3D and 5D. RGB value is (99,61,93). Sum of RGB (Red+Green+Blue) = 99+61+93=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 99 - color contains mainly: red. Hex color #633D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633D5D is #9CC2A2. Grayscale: #4B4B4B. Windows color (decimal): -10273443 or 6110563. OLE color: 6110563.
HSL color Cylindrical-coordinate representation of color #633D5D: hue angle of 309.47º 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 #633D5D is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 61 | 93 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.61 |
| HSL | 309.47º | 0.24% | 0.31% | - |
| HSV(B) | 309.47º | 0.38% | 0.39% | - |
| XYZ | 8.79 | 6.78 | 11.2 | - |
| YUV | 76.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 93 | 0 | 0.38 | 0.06 | 0.61 | 309.47 | 0.24 | 0.31 |
| Hex | 63 | 3D | 5D | 0 | 26 | 6 | 3D | 135 | 18 | 1F |
| Octal | 143 | 75 | 135 | 0 | 46 | 6 | 75 | 465 | 30 | 37 |
| Binary | 1100011 | 111101 | 1011101 | 0 | 100110 | 110 | 111101 | 100110101 | 11000 | 11111 |
Color Harmonies of #633D5D
Complementary color
Monochromatic Colors of #633D5D
Black with #633D5D
Text Example
Text Example
White with #633D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633D5D; }
p { color: rgb(99,61,93); }
H1.HeaderClassName
{
color: #633D5D;
}
.AnyTagClassName
{
color: #633D5D;
}
</style>
background-color css
<style>
a { background-color: #633D5D; }
a { background-color: rgb(99,61,93); }
div.DivClassName
{
background-color: #633D5D;
}
.BgClassName
{
background-color: #633D5D;
}
</style>
border-color css
<style>
span { border-color: #633D5D; }
span { border-color: rgb(99,61,93); }
td.TdClassName
{
border-color: #633D5D;
}
.TagClassName
{
border-color: #633D5D;
}
</style>