Shades of Palatinate Purple #63075E
Tints of Palatinate Purple #63075E
RGB
CMYK
RGB Variations
Color information
#63075E (or 0x63075E) is known color: Palatinate Purple. HEX triplet: 63, 07 and 5E. RGB value is (99,7,94). Sum of RGB (Red+Green+Blue) = 99+7+94=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #63075E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63075E is #9CF8A1. Grayscale: #2C2C2C. Windows color (decimal): -10287266 or 6162275. OLE color: 6162275.
HSL color Cylindrical-coordinate representation of color #63075E: hue angle of 303.26º 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 #63075E is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 7 | 94 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.61 |
| HSL | 303.26º | 0.87% | 0.21% | - |
| HSV(B) | 303.26º | 0.93% | 0.39% | - |
| XYZ | 7.24 | 3.61 | 10.91 | - |
| YUV | 44.43 | 155.98 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 7 | 94 | 0 | 0.93 | 0.05 | 0.61 | 303.26 | 0.87 | 0.21 |
| Hex | 63 | 7 | 5E | 0 | 5D | 5 | 3D | 12F | 57 | 15 |
| Octal | 143 | 7 | 136 | 0 | 135 | 5 | 75 | 457 | 127 | 25 |
| Binary | 1100011 | 111 | 1011110 | 0 | 1011101 | 101 | 111101 | 100101111 | 1010111 | 10101 |
Color Harmonies of #63075E
Complementary color
Monochromatic Colors of #63075E
Black with #63075E
Text Example
Text Example
White with #63075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63075E; }
p { color: rgb(99,7,94); }
H1.HeaderClassName
{
color: #63075E;
}
.AnyTagClassName
{
color: #63075E;
}
</style>
background-color css
<style>
a { background-color: #63075E; }
a { background-color: rgb(99,7,94); }
div.DivClassName
{
background-color: #63075E;
}
.BgClassName
{
background-color: #63075E;
}
</style>
border-color css
<style>
span { border-color: #63075E; }
span { border-color: rgb(99,7,94); }
td.TdClassName
{
border-color: #63075E;
}
.TagClassName
{
border-color: #63075E;
}
</style>