Shades of Palatinate Purple #632F58
Tints of Palatinate Purple #632F58
RGB
CMYK
RGB Variations
Color information
#632F58 (or 0x632F58) is known color: Palatinate Purple. HEX triplet: 63, 2F and 58. RGB value is (99,47,88). Sum of RGB (Red+Green+Blue) = 99+47+88=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 99 - color contains mainly: red. Hex color #632F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632F58 is #9CD0A7. Grayscale: #434343. Windows color (decimal): -10277032 or 5779299. OLE color: 5779299.
HSL color Cylindrical-coordinate representation of color #632F58: hue angle of 312.69º 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 #632F58 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 88 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.61 |
| HSL | 312.69º | 0.36% | 0.29% | - |
| HSV(B) | 312.69º | 0.53% | 0.39% | - |
| XYZ | 7.92 | 5.39 | 9.86 | - |
| YUV | 67.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 88 | 0 | 0.53 | 0.11 | 0.61 | 312.69 | 0.36 | 0.29 |
| Hex | 63 | 2F | 58 | 0 | 35 | B | 3D | 139 | 24 | 1D |
| Octal | 143 | 57 | 130 | 0 | 65 | 13 | 75 | 471 | 44 | 35 |
| Binary | 1100011 | 101111 | 1011000 | 0 | 110101 | 1011 | 111101 | 100111001 | 100100 | 11101 |
Color Harmonies of #632F58
Complementary color
Monochromatic Colors of #632F58
Black with #632F58
Text Example
Text Example
White with #632F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F58; }
p { color: rgb(99,47,88); }
H1.HeaderClassName
{
color: #632F58;
}
.AnyTagClassName
{
color: #632F58;
}
</style>
background-color css
<style>
a { background-color: #632F58; }
a { background-color: rgb(99,47,88); }
div.DivClassName
{
background-color: #632F58;
}
.BgClassName
{
background-color: #632F58;
}
</style>
border-color css
<style>
span { border-color: #632F58; }
span { border-color: rgb(99,47,88); }
td.TdClassName
{
border-color: #632F58;
}
.TagClassName
{
border-color: #632F58;
}
</style>