Shades of Palatinate Purple #63235B
Tints of Palatinate Purple #63235B
RGB
CMYK
RGB Variations
Color information
#63235B (or 0x63235B) is known color: Palatinate Purple. HEX triplet: 63, 23 and 5B. RGB value is (99,35,91). Sum of RGB (Red+Green+Blue) = 99+35+91=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #63235B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63235B is #9CDCA4. Grayscale: #3C3C3C. Windows color (decimal): -10280101 or 5972835. OLE color: 5972835.
HSL color Cylindrical-coordinate representation of color #63235B: hue angle of 307.5º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #63235B is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 35 | 91 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.61 |
| HSL | 307.5º | 0.48% | 0.26% | - |
| HSV(B) | 307.5º | 0.65% | 0.39% | - |
| XYZ | 7.63 | 4.61 | 10.38 | - |
| YUV | 60.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 35 | 91 | 0 | 0.65 | 0.08 | 0.61 | 307.5 | 0.48 | 0.26 |
| Hex | 63 | 23 | 5B | 0 | 41 | 8 | 3D | 134 | 30 | 1A |
| Octal | 143 | 43 | 133 | 0 | 101 | 10 | 75 | 464 | 60 | 32 |
| Binary | 1100011 | 100011 | 1011011 | 0 | 1000001 | 1000 | 111101 | 100110100 | 110000 | 11010 |
Color Harmonies of #63235B
Complementary color
Monochromatic Colors of #63235B
Black with #63235B
Text Example
Text Example
White with #63235B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63235B; }
p { color: rgb(99,35,91); }
H1.HeaderClassName
{
color: #63235B;
}
.AnyTagClassName
{
color: #63235B;
}
</style>
background-color css
<style>
a { background-color: #63235B; }
a { background-color: rgb(99,35,91); }
div.DivClassName
{
background-color: #63235B;
}
.BgClassName
{
background-color: #63235B;
}
</style>
border-color css
<style>
span { border-color: #63235B; }
span { border-color: rgb(99,35,91); }
td.TdClassName
{
border-color: #63235B;
}
.TagClassName
{
border-color: #63235B;
}
</style>