Shades of Palatinate Purple #63156A
Tints of Palatinate Purple #63156A
RGB
CMYK
RGB Variations
Color information
#63156A (or 0x63156A) is known color: Palatinate Purple. HEX triplet: 63, 15 and 6A. RGB value is (99,21,106). Sum of RGB (Red+Green+Blue) = 99+21+106=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 106 - color contains mainly: blue. Hex color #63156A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63156A is #9CEA95. Grayscale: #353535. Windows color (decimal): -10283670 or 6952291. OLE color: 6952291.
HSL color Cylindrical-coordinate representation of color #63156A: hue angle of 295.06º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #63156A is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 21 | 106 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.58 |
| HSL | 295.06º | 0.67% | 0.25% | - |
| HSV(B) | 295.06º | 0.8% | 0.42% | - |
| XYZ | 8.02 | 4.23 | 14.03 | - |
| YUV | 54.01 | 157.34 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 106 | 0.07 | 0.80 | 0 | 0.58 | 295.06 | 0.67 | 0.25 |
| Hex | 63 | 15 | 6A | 7 | 50 | 0 | 3A | 127 | 43 | 19 |
| Octal | 143 | 25 | 152 | 7 | 120 | 0 | 72 | 447 | 103 | 31 |
| Binary | 1100011 | 10101 | 1101010 | 111 | 1010000 | 0 | 111010 | 100100111 | 1000011 | 11001 |
Color Harmonies of #63156A
Complementary color
Monochromatic Colors of #63156A
Black with #63156A
Text Example
Text Example
White with #63156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63156A; }
p { color: rgb(99,21,106); }
H1.HeaderClassName
{
color: #63156A;
}
.AnyTagClassName
{
color: #63156A;
}
</style>
background-color css
<style>
a { background-color: #63156A; }
a { background-color: rgb(99,21,106); }
div.DivClassName
{
background-color: #63156A;
}
.BgClassName
{
background-color: #63156A;
}
</style>
border-color css
<style>
span { border-color: #63156A; }
span { border-color: rgb(99,21,106); }
td.TdClassName
{
border-color: #63156A;
}
.TagClassName
{
border-color: #63156A;
}
</style>