Shades of Palatinate Purple #63005C
Tints of Palatinate Purple #63005C
RGB
CMYK
RGB Variations
Color information
#63005C (or 0x63005C) is known color: Palatinate Purple. HEX triplet: 63, 00 and 5C. RGB value is (99,0,92). Sum of RGB (Red+Green+Blue) = 99+0+92=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #63005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63005C is #9CFFA3. Grayscale: #272727. Windows color (decimal): -10289060 or 6029411. OLE color: 6029411.
HSL color Cylindrical-coordinate representation of color #63005C: hue angle of 304.24º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63005C is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.07 | 0.61 |
| HSL | 304.24º | 1% | 0.19% | - |
| HSV(B) | 304.24º | 1% | 0.39% | - |
| XYZ | 7.08 | 3.43 | 10.41 | - |
| YUV | 40.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 92 | 0 | 1 | 0.07 | 0.61 | 304.24 | 1 | 0.19 |
| Hex | 63 | 0 | 5C | 0 | 64 | 7 | 3D | 130 | 64 | 13 |
| Octal | 143 | 0 | 134 | 0 | 144 | 7 | 75 | 460 | 144 | 23 |
| Binary | 1100011 | 0 | 1011100 | 0 | 1100100 | 111 | 111101 | 100110000 | 1100100 | 10011 |
Color Harmonies of #63005C
Complementary color
Monochromatic Colors of #63005C
Black with #63005C
Text Example
Text Example
White with #63005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63005C; }
p { color: rgb(99,0,92); }
H1.HeaderClassName
{
color: #63005C;
}
.AnyTagClassName
{
color: #63005C;
}
</style>
background-color css
<style>
a { background-color: #63005C; }
a { background-color: rgb(99,0,92); }
div.DivClassName
{
background-color: #63005C;
}
.BgClassName
{
background-color: #63005C;
}
</style>
border-color css
<style>
span { border-color: #63005C; }
span { border-color: rgb(99,0,92); }
td.TdClassName
{
border-color: #63005C;
}
.TagClassName
{
border-color: #63005C;
}
</style>