Shades of Palatinate Purple #632A5E
Tints of Palatinate Purple #632A5E
RGB
CMYK
RGB Variations
Color information
#632A5E (or 0x632A5E) is known color: Palatinate Purple. HEX triplet: 63, 2A and 5E. RGB value is (99,42,94). Sum of RGB (Red+Green+Blue) = 99+42+94=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #632A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632A5E is #9CD5A1. Grayscale: #404040. Windows color (decimal): -10278306 or 6171235. OLE color: 6171235.
HSL color Cylindrical-coordinate representation of color #632A5E: hue angle of 305.26º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #632A5E is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 42 | 94 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.61 |
| HSL | 305.26º | 0.4% | 0.28% | - |
| HSV(B) | 305.26º | 0.58% | 0.39% | - |
| XYZ | 7.99 | 5.12 | 11.16 | - |
| YUV | 64.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 94 | 0 | 0.58 | 0.05 | 0.61 | 305.26 | 0.4 | 0.28 |
| Hex | 63 | 2A | 5E | 0 | 3A | 5 | 3D | 131 | 28 | 1C |
| Octal | 143 | 52 | 136 | 0 | 72 | 5 | 75 | 461 | 50 | 34 |
| Binary | 1100011 | 101010 | 1011110 | 0 | 111010 | 101 | 111101 | 100110001 | 101000 | 11100 |
Color Harmonies of #632A5E
Complementary color
Monochromatic Colors of #632A5E
Black with #632A5E
Text Example
Text Example
White with #632A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632A5E; }
p { color: rgb(99,42,94); }
H1.HeaderClassName
{
color: #632A5E;
}
.AnyTagClassName
{
color: #632A5E;
}
</style>
background-color css
<style>
a { background-color: #632A5E; }
a { background-color: rgb(99,42,94); }
div.DivClassName
{
background-color: #632A5E;
}
.BgClassName
{
background-color: #632A5E;
}
</style>
border-color css
<style>
span { border-color: #632A5E; }
span { border-color: rgb(99,42,94); }
td.TdClassName
{
border-color: #632A5E;
}
.TagClassName
{
border-color: #632A5E;
}
</style>