Shades of Palatinate Purple #632F57
Tints of Palatinate Purple #632F57
RGB
CMYK
RGB Variations
Color information
#632F57 (or 0x632F57) is known color: Palatinate Purple. HEX triplet: 63, 2F and 57. RGB value is (99,47,87). Sum of RGB (Red+Green+Blue) = 99+47+87=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 99 - color contains mainly: red. Hex color #632F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632F57 is #9CD0A8. Grayscale: #434343. Windows color (decimal): -10277033 or 5713763. OLE color: 5713763.
HSL color Cylindrical-coordinate representation of color #632F57: hue angle of 313.85º 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 #632F57 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 87 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.61 |
| HSL | 313.85º | 0.36% | 0.29% | - |
| HSV(B) | 313.85º | 0.53% | 0.39% | - |
| XYZ | 7.88 | 5.37 | 9.64 | - |
| YUV | 67.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 87 | 0 | 0.53 | 0.12 | 0.61 | 313.85 | 0.36 | 0.29 |
| Hex | 63 | 2F | 57 | 0 | 35 | C | 3D | 13A | 24 | 1D |
| Octal | 143 | 57 | 127 | 0 | 65 | 14 | 75 | 472 | 44 | 35 |
| Binary | 1100011 | 101111 | 1010111 | 0 | 110101 | 1100 | 111101 | 100111010 | 100100 | 11101 |
Color Harmonies of #632F57
Complementary color
Monochromatic Colors of #632F57
Black with #632F57
Text Example
Text Example
White with #632F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F57; }
p { color: rgb(99,47,87); }
H1.HeaderClassName
{
color: #632F57;
}
.AnyTagClassName
{
color: #632F57;
}
</style>
background-color css
<style>
a { background-color: #632F57; }
a { background-color: rgb(99,47,87); }
div.DivClassName
{
background-color: #632F57;
}
.BgClassName
{
background-color: #632F57;
}
</style>
border-color css
<style>
span { border-color: #632F57; }
span { border-color: rgb(99,47,87); }
td.TdClassName
{
border-color: #632F57;
}
.TagClassName
{
border-color: #632F57;
}
</style>