Shades of Palatinate Purple #632D62
Tints of Palatinate Purple #632D62
RGB
CMYK
RGB Variations
Color information
#632D62 (or 0x632D62) is known color: Palatinate Purple. HEX triplet: 63, 2D and 62. RGB value is (99,45,98). Sum of RGB (Red+Green+Blue) = 99+45+98=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #632D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632D62 is #9CD29D. Grayscale: #434343. Windows color (decimal): -10277534 or 6434147. OLE color: 6434147.
HSL color Cylindrical-coordinate representation of color #632D62: hue angle of 301.11º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #632D62 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 45 | 98 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.61 |
| HSL | 301.11º | 0.38% | 0.28% | - |
| HSV(B) | 301.11º | 0.55% | 0.39% | - |
| XYZ | 8.29 | 5.41 | 12.16 | - |
| YUV | 67.19 | 145.39 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 98 | 0 | 0.55 | 0.01 | 0.61 | 301.11 | 0.38 | 0.28 |
| Hex | 63 | 2D | 62 | 0 | 37 | 1 | 3D | 12D | 26 | 1C |
| Octal | 143 | 55 | 142 | 0 | 67 | 1 | 75 | 455 | 46 | 34 |
| Binary | 1100011 | 101101 | 1100010 | 0 | 110111 | 1 | 111101 | 100101101 | 100110 | 11100 |
Color Harmonies of #632D62
Complementary color
Monochromatic Colors of #632D62
Black with #632D62
Text Example
Text Example
White with #632D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632D62; }
p { color: rgb(99,45,98); }
H1.HeaderClassName
{
color: #632D62;
}
.AnyTagClassName
{
color: #632D62;
}
</style>
background-color css
<style>
a { background-color: #632D62; }
a { background-color: rgb(99,45,98); }
div.DivClassName
{
background-color: #632D62;
}
.BgClassName
{
background-color: #632D62;
}
</style>
border-color css
<style>
span { border-color: #632D62; }
span { border-color: rgb(99,45,98); }
td.TdClassName
{
border-color: #632D62;
}
.TagClassName
{
border-color: #632D62;
}
</style>