Shades of Palatinate Purple #63345C
Tints of Palatinate Purple #63345C
RGB
CMYK
RGB Variations
Color information
#63345C (or 0x63345C) is known color: Palatinate Purple. HEX triplet: 63, 34 and 5C. RGB value is (99,52,92). Sum of RGB (Red+Green+Blue) = 99+52+92=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 99 - color contains mainly: red. Hex color #63345C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63345C is #9CCBA3. Grayscale: #464646. Windows color (decimal): -10275748 or 6042723. OLE color: 6042723.
HSL color Cylindrical-coordinate representation of color #63345C: hue angle of 308.94º 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 #63345C is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 52 | 92 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.61 |
| HSL | 308.94º | 0.31% | 0.3% | - |
| HSV(B) | 308.94º | 0.47% | 0.39% | - |
| XYZ | 8.31 | 5.88 | 10.82 | - |
| YUV | 70.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 52 | 92 | 0 | 0.47 | 0.07 | 0.61 | 308.94 | 0.31 | 0.3 |
| Hex | 63 | 34 | 5C | 0 | 2F | 7 | 3D | 135 | 1F | 1E |
| Octal | 143 | 64 | 134 | 0 | 57 | 7 | 75 | 465 | 37 | 36 |
| Binary | 1100011 | 110100 | 1011100 | 0 | 101111 | 111 | 111101 | 100110101 | 11111 | 11110 |
Color Harmonies of #63345C
Complementary color
Monochromatic Colors of #63345C
Black with #63345C
Text Example
Text Example
White with #63345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63345C; }
p { color: rgb(99,52,92); }
H1.HeaderClassName
{
color: #63345C;
}
.AnyTagClassName
{
color: #63345C;
}
</style>
background-color css
<style>
a { background-color: #63345C; }
a { background-color: rgb(99,52,92); }
div.DivClassName
{
background-color: #63345C;
}
.BgClassName
{
background-color: #63345C;
}
</style>
border-color css
<style>
span { border-color: #63345C; }
span { border-color: rgb(99,52,92); }
td.TdClassName
{
border-color: #63345C;
}
.TagClassName
{
border-color: #63345C;
}
</style>