Shades of Palatinate Purple #632F5F
Tints of Palatinate Purple #632F5F
RGB
CMYK
RGB Variations
Color information
#632F5F (or 0x632F5F) is known color: Palatinate Purple. HEX triplet: 63, 2F and 5F. RGB value is (99,47,95). Sum of RGB (Red+Green+Blue) = 99+47+95=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #632F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632F5F is #9CD0A0. Grayscale: #434343. Windows color (decimal): -10277025 or 6238051. OLE color: 6238051.
HSL color Cylindrical-coordinate representation of color #632F5F: hue angle of 304.62º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #632F5F is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 95 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.61 |
| HSL | 304.62º | 0.36% | 0.29% | - |
| HSV(B) | 304.62º | 0.53% | 0.39% | - |
| XYZ | 8.23 | 5.51 | 11.46 | - |
| YUV | 68.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 95 | 0 | 0.53 | 0.04 | 0.61 | 304.62 | 0.36 | 0.29 |
| Hex | 63 | 2F | 5F | 0 | 35 | 4 | 3D | 131 | 24 | 1D |
| Octal | 143 | 57 | 137 | 0 | 65 | 4 | 75 | 461 | 44 | 35 |
| Binary | 1100011 | 101111 | 1011111 | 0 | 110101 | 100 | 111101 | 100110001 | 100100 | 11101 |
Color Harmonies of #632F5F
Complementary color
Monochromatic Colors of #632F5F
Black with #632F5F
Text Example
Text Example
White with #632F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F5F; }
p { color: rgb(99,47,95); }
H1.HeaderClassName
{
color: #632F5F;
}
.AnyTagClassName
{
color: #632F5F;
}
</style>
background-color css
<style>
a { background-color: #632F5F; }
a { background-color: rgb(99,47,95); }
div.DivClassName
{
background-color: #632F5F;
}
.BgClassName
{
background-color: #632F5F;
}
</style>
border-color css
<style>
span { border-color: #632F5F; }
span { border-color: rgb(99,47,95); }
td.TdClassName
{
border-color: #632F5F;
}
.TagClassName
{
border-color: #632F5F;
}
</style>