Shades of Palatinate Purple #632652
Tints of Palatinate Purple #632652
RGB
CMYK
RGB Variations
Color information
#632652 (or 0x632652) is known color: Palatinate Purple. HEX triplet: 63, 26 and 52. RGB value is (99,38,82). Sum of RGB (Red+Green+Blue) = 99+38+82=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #632652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632652 is #9CD9AD. Grayscale: #3D3D3D. Windows color (decimal): -10279342 or 5383779. OLE color: 5383779.
HSL color Cylindrical-coordinate representation of color #632652: hue angle of 316.72º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #632652 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 38 | 82 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.61 |
| HSL | 316.72º | 0.45% | 0.27% | - |
| HSV(B) | 316.72º | 0.62% | 0.39% | - |
| XYZ | 7.36 | 4.65 | 8.49 | - |
| YUV | 61.26 | 139.71 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 82 | 0 | 0.62 | 0.17 | 0.61 | 316.72 | 0.45 | 0.27 |
| Hex | 63 | 26 | 52 | 0 | 3E | 11 | 3D | 13D | 2D | 1B |
| Octal | 143 | 46 | 122 | 0 | 76 | 21 | 75 | 475 | 55 | 33 |
| Binary | 1100011 | 100110 | 1010010 | 0 | 111110 | 10001 | 111101 | 100111101 | 101101 | 11011 |
Color Harmonies of #632652
Complementary color
Monochromatic Colors of #632652
Black with #632652
Text Example
Text Example
White with #632652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632652; }
p { color: rgb(99,38,82); }
H1.HeaderClassName
{
color: #632652;
}
.AnyTagClassName
{
color: #632652;
}
</style>
background-color css
<style>
a { background-color: #632652; }
a { background-color: rgb(99,38,82); }
div.DivClassName
{
background-color: #632652;
}
.BgClassName
{
background-color: #632652;
}
</style>
border-color css
<style>
span { border-color: #632652; }
span { border-color: rgb(99,38,82); }
td.TdClassName
{
border-color: #632652;
}
.TagClassName
{
border-color: #632652;
}
</style>