Shades of Palatinate Purple #63195C
Tints of Palatinate Purple #63195C
RGB
CMYK
RGB Variations
Color information
#63195C (or 0x63195C) is known color: Palatinate Purple. HEX triplet: 63, 19 and 5C. RGB value is (99,25,92). Sum of RGB (Red+Green+Blue) = 99+25+92=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #63195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63195C is #9CE6A3. Grayscale: #363636. Windows color (decimal): -10282660 or 6035811. OLE color: 6035811.
HSL color Cylindrical-coordinate representation of color #63195C: hue angle of 305.68º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63195C is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 25 | 92 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.61 |
| HSL | 305.68º | 0.6% | 0.24% | - |
| HSV(B) | 305.68º | 0.75% | 0.39% | - |
| XYZ | 7.42 | 4.12 | 10.53 | - |
| YUV | 54.76 | 149.02 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 92 | 0 | 0.75 | 0.07 | 0.61 | 305.68 | 0.6 | 0.24 |
| Hex | 63 | 19 | 5C | 0 | 4B | 7 | 3D | 132 | 3C | 18 |
| Octal | 143 | 31 | 134 | 0 | 113 | 7 | 75 | 462 | 74 | 30 |
| Binary | 1100011 | 11001 | 1011100 | 0 | 1001011 | 111 | 111101 | 100110010 | 111100 | 11000 |
Color Harmonies of #63195C
Complementary color
Monochromatic Colors of #63195C
Black with #63195C
Text Example
Text Example
White with #63195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63195C; }
p { color: rgb(99,25,92); }
H1.HeaderClassName
{
color: #63195C;
}
.AnyTagClassName
{
color: #63195C;
}
</style>
background-color css
<style>
a { background-color: #63195C; }
a { background-color: rgb(99,25,92); }
div.DivClassName
{
background-color: #63195C;
}
.BgClassName
{
background-color: #63195C;
}
</style>
border-color css
<style>
span { border-color: #63195C; }
span { border-color: rgb(99,25,92); }
td.TdClassName
{
border-color: #63195C;
}
.TagClassName
{
border-color: #63195C;
}
</style>