Shades of Palatinate Purple #63345B
Tints of Palatinate Purple #63345B
RGB
CMYK
RGB Variations
Color information
#63345B (or 0x63345B) is known color: Palatinate Purple. HEX triplet: 63, 34 and 5B. RGB value is (99,52,91). Sum of RGB (Red+Green+Blue) = 99+52+91=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #63345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63345B is #9CCBA4. Grayscale: #464646. Windows color (decimal): -10275749 or 5977187. OLE color: 5977187.
HSL color Cylindrical-coordinate representation of color #63345B: hue angle of 310.21º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63345B is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 52 | 91 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.61 |
| HSL | 310.21º | 0.31% | 0.3% | - |
| HSV(B) | 310.21º | 0.47% | 0.39% | - |
| XYZ | 8.26 | 5.86 | 10.59 | - |
| YUV | 70.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 52 | 91 | 0 | 0.47 | 0.08 | 0.61 | 310.21 | 0.31 | 0.3 |
| Hex | 63 | 34 | 5B | 0 | 2F | 8 | 3D | 136 | 1F | 1E |
| Octal | 143 | 64 | 133 | 0 | 57 | 10 | 75 | 466 | 37 | 36 |
| Binary | 1100011 | 110100 | 1011011 | 0 | 101111 | 1000 | 111101 | 100110110 | 11111 | 11110 |
Color Harmonies of #63345B
Complementary color
Monochromatic Colors of #63345B
Black with #63345B
Text Example
Text Example
White with #63345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63345B; }
p { color: rgb(99,52,91); }
H1.HeaderClassName
{
color: #63345B;
}
.AnyTagClassName
{
color: #63345B;
}
</style>
background-color css
<style>
a { background-color: #63345B; }
a { background-color: rgb(99,52,91); }
div.DivClassName
{
background-color: #63345B;
}
.BgClassName
{
background-color: #63345B;
}
</style>
border-color css
<style>
span { border-color: #63345B; }
span { border-color: rgb(99,52,91); }
td.TdClassName
{
border-color: #63345B;
}
.TagClassName
{
border-color: #63345B;
}
</style>