Shades of Palatinate Purple #63345F
Tints of Palatinate Purple #63345F
RGB
CMYK
RGB Variations
Color information
#63345F (or 0x63345F) is known color: Palatinate Purple. HEX triplet: 63, 34 and 5F. RGB value is (99,52,95). Sum of RGB (Red+Green+Blue) = 99+52+95=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #63345F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63345F is #9CCBA0. Grayscale: #464646. Windows color (decimal): -10275745 or 6239331. OLE color: 6239331.
HSL color Cylindrical-coordinate representation of color #63345F: hue angle of 305.11º 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 #63345F is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 52 | 95 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.61 |
| HSL | 305.11º | 0.31% | 0.3% | - |
| HSV(B) | 305.11º | 0.47% | 0.39% | - |
| XYZ | 8.44 | 5.93 | 11.53 | - |
| YUV | 70.96 | 141.57 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 52 | 95 | 0 | 0.47 | 0.04 | 0.61 | 305.11 | 0.31 | 0.3 |
| Hex | 63 | 34 | 5F | 0 | 2F | 4 | 3D | 131 | 1F | 1E |
| Octal | 143 | 64 | 137 | 0 | 57 | 4 | 75 | 461 | 37 | 36 |
| Binary | 1100011 | 110100 | 1011111 | 0 | 101111 | 100 | 111101 | 100110001 | 11111 | 11110 |
Color Harmonies of #63345F
Complementary color
Monochromatic Colors of #63345F
Black with #63345F
Text Example
Text Example
White with #63345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63345F; }
p { color: rgb(99,52,95); }
H1.HeaderClassName
{
color: #63345F;
}
.AnyTagClassName
{
color: #63345F;
}
</style>
background-color css
<style>
a { background-color: #63345F; }
a { background-color: rgb(99,52,95); }
div.DivClassName
{
background-color: #63345F;
}
.BgClassName
{
background-color: #63345F;
}
</style>
border-color css
<style>
span { border-color: #63345F; }
span { border-color: rgb(99,52,95); }
td.TdClassName
{
border-color: #63345F;
}
.TagClassName
{
border-color: #63345F;
}
</style>