Shades of Palatinate Purple #63075C
Tints of Palatinate Purple #63075C
RGB
CMYK
RGB Variations
Color information
#63075C (or 0x63075C) is known color: Palatinate Purple. HEX triplet: 63, 07 and 5C. RGB value is (99,7,92). Sum of RGB (Red+Green+Blue) = 99+7+92=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #63075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63075C is #9CF8A3. Grayscale: #2B2B2B. Windows color (decimal): -10287268 or 6031203. OLE color: 6031203.
HSL color Cylindrical-coordinate representation of color #63075C: hue angle of 304.57º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #63075C is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 7 | 92 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.61 |
| HSL | 304.57º | 0.87% | 0.21% | - |
| HSV(B) | 304.57º | 0.93% | 0.39% | - |
| XYZ | 7.15 | 3.58 | 10.44 | - |
| YUV | 44.2 | 154.98 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 7 | 92 | 0 | 0.93 | 0.07 | 0.61 | 304.57 | 0.87 | 0.21 |
| Hex | 63 | 7 | 5C | 0 | 5D | 7 | 3D | 131 | 57 | 15 |
| Octal | 143 | 7 | 134 | 0 | 135 | 7 | 75 | 461 | 127 | 25 |
| Binary | 1100011 | 111 | 1011100 | 0 | 1011101 | 111 | 111101 | 100110001 | 1010111 | 10101 |
Color Harmonies of #63075C
Complementary color
Monochromatic Colors of #63075C
Black with #63075C
Text Example
Text Example
White with #63075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63075C; }
p { color: rgb(99,7,92); }
H1.HeaderClassName
{
color: #63075C;
}
.AnyTagClassName
{
color: #63075C;
}
</style>
background-color css
<style>
a { background-color: #63075C; }
a { background-color: rgb(99,7,92); }
div.DivClassName
{
background-color: #63075C;
}
.BgClassName
{
background-color: #63075C;
}
</style>
border-color css
<style>
span { border-color: #63075C; }
span { border-color: rgb(99,7,92); }
td.TdClassName
{
border-color: #63075C;
}
.TagClassName
{
border-color: #63075C;
}
</style>