Shades of Palatinate Purple #632F5E
Tints of Palatinate Purple #632F5E
RGB
CMYK
RGB Variations
Color information
#632F5E (or 0x632F5E) is known color: Palatinate Purple. HEX triplet: 63, 2F and 5E. RGB value is (99,47,94). Sum of RGB (Red+Green+Blue) = 99+47+94=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 99 - color contains mainly: red. Hex color #632F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632F5E is #9CD0A1. Grayscale: #434343. Windows color (decimal): -10277026 or 6172515. OLE color: 6172515.
HSL color Cylindrical-coordinate representation of color #632F5E: hue angle of 305.77º 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 #632F5E is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 94 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.61 |
| HSL | 305.77º | 0.36% | 0.29% | - |
| HSV(B) | 305.77º | 0.53% | 0.39% | - |
| XYZ | 8.18 | 5.49 | 11.22 | - |
| YUV | 67.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 94 | 0 | 0.53 | 0.05 | 0.61 | 305.77 | 0.36 | 0.29 |
| Hex | 63 | 2F | 5E | 0 | 35 | 5 | 3D | 132 | 24 | 1D |
| Octal | 143 | 57 | 136 | 0 | 65 | 5 | 75 | 462 | 44 | 35 |
| Binary | 1100011 | 101111 | 1011110 | 0 | 110101 | 101 | 111101 | 100110010 | 100100 | 11101 |
Color Harmonies of #632F5E
Complementary color
Monochromatic Colors of #632F5E
Black with #632F5E
Text Example
Text Example
White with #632F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F5E; }
p { color: rgb(99,47,94); }
H1.HeaderClassName
{
color: #632F5E;
}
.AnyTagClassName
{
color: #632F5E;
}
</style>
background-color css
<style>
a { background-color: #632F5E; }
a { background-color: rgb(99,47,94); }
div.DivClassName
{
background-color: #632F5E;
}
.BgClassName
{
background-color: #632F5E;
}
</style>
border-color css
<style>
span { border-color: #632F5E; }
span { border-color: rgb(99,47,94); }
td.TdClassName
{
border-color: #632F5E;
}
.TagClassName
{
border-color: #632F5E;
}
</style>