Shades of Palatinate Purple #63126C
Tints of Palatinate Purple #63126C
RGB
CMYK
RGB Variations
Color information
#63126C (or 0x63126C) is known color: Palatinate Purple. HEX triplet: 63, 12 and 6C. RGB value is (99,18,108). Sum of RGB (Red+Green+Blue) = 99+18+108=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #63126C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63126C is #9CED93. Grayscale: #343434. Windows color (decimal): -10284436 or 7082595. OLE color: 7082595.
HSL color Cylindrical-coordinate representation of color #63126C: hue angle of 294º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #63126C is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 18 | 108 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.58 |
| HSL | 294º | 0.71% | 0.25% | - |
| HSV(B) | 294º | 0.83% | 0.42% | - |
| XYZ | 8.07 | 4.17 | 14.57 | - |
| YUV | 52.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 18 | 108 | 0.08 | 0.83 | 0 | 0.58 | 294 | 0.71 | 0.25 |
| Hex | 63 | 12 | 6C | 8 | 53 | 0 | 3A | 126 | 47 | 19 |
| Octal | 143 | 22 | 154 | 10 | 123 | 0 | 72 | 446 | 107 | 31 |
| Binary | 1100011 | 10010 | 1101100 | 1000 | 1010011 | 0 | 111010 | 100100110 | 1000111 | 11001 |
Color Harmonies of #63126C
Complementary color
Monochromatic Colors of #63126C
Black with #63126C
Text Example
Text Example
White with #63126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63126C; }
p { color: rgb(99,18,108); }
H1.HeaderClassName
{
color: #63126C;
}
.AnyTagClassName
{
color: #63126C;
}
</style>
background-color css
<style>
a { background-color: #63126C; }
a { background-color: rgb(99,18,108); }
div.DivClassName
{
background-color: #63126C;
}
.BgClassName
{
background-color: #63126C;
}
</style>
border-color css
<style>
span { border-color: #63126C; }
span { border-color: rgb(99,18,108); }
td.TdClassName
{
border-color: #63126C;
}
.TagClassName
{
border-color: #63126C;
}
</style>