Shades of Palatinate Purple #632A5C
Tints of Palatinate Purple #632A5C
RGB
CMYK
RGB Variations
Color information
#632A5C (or 0x632A5C) is known color: Palatinate Purple. HEX triplet: 63, 2A and 5C. RGB value is (99,42,92). Sum of RGB (Red+Green+Blue) = 99+42+92=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 99 - color contains mainly: red. Hex color #632A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632A5C is #9CD5A3. Grayscale: #404040. Windows color (decimal): -10278308 or 6040163. OLE color: 6040163.
HSL color Cylindrical-coordinate representation of color #632A5C: hue angle of 307.37º 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 #632A5C is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 42 | 92 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.61 |
| HSL | 307.37º | 0.4% | 0.28% | - |
| HSV(B) | 307.37º | 0.58% | 0.39% | - |
| XYZ | 7.91 | 5.08 | 10.69 | - |
| YUV | 64.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 92 | 0 | 0.58 | 0.07 | 0.61 | 307.37 | 0.4 | 0.28 |
| Hex | 63 | 2A | 5C | 0 | 3A | 7 | 3D | 133 | 28 | 1C |
| Octal | 143 | 52 | 134 | 0 | 72 | 7 | 75 | 463 | 50 | 34 |
| Binary | 1100011 | 101010 | 1011100 | 0 | 111010 | 111 | 111101 | 100110011 | 101000 | 11100 |
Color Harmonies of #632A5C
Complementary color
Monochromatic Colors of #632A5C
Black with #632A5C
Text Example
Text Example
White with #632A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632A5C; }
p { color: rgb(99,42,92); }
H1.HeaderClassName
{
color: #632A5C;
}
.AnyTagClassName
{
color: #632A5C;
}
</style>
background-color css
<style>
a { background-color: #632A5C; }
a { background-color: rgb(99,42,92); }
div.DivClassName
{
background-color: #632A5C;
}
.BgClassName
{
background-color: #632A5C;
}
</style>
border-color css
<style>
span { border-color: #632A5C; }
span { border-color: rgb(99,42,92); }
td.TdClassName
{
border-color: #632A5C;
}
.TagClassName
{
border-color: #632A5C;
}
</style>