Shades of Palatinate Purple #63075F
Tints of Palatinate Purple #63075F
RGB
CMYK
RGB Variations
Color information
#63075F (or 0x63075F) is known color: Palatinate Purple. HEX triplet: 63, 07 and 5F. RGB value is (99,7,95). Sum of RGB (Red+Green+Blue) = 99+7+95=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #63075F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63075F is #9CF8A0. Grayscale: #2C2C2C. Windows color (decimal): -10287265 or 6227811. OLE color: 6227811.
HSL color Cylindrical-coordinate representation of color #63075F: hue angle of 302.61º 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 #63075F is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 7 | 95 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.61 |
| HSL | 302.61º | 0.87% | 0.21% | - |
| HSV(B) | 302.61º | 0.93% | 0.39% | - |
| XYZ | 7.29 | 3.63 | 11.14 | - |
| YUV | 44.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 7 | 95 | 0 | 0.93 | 0.04 | 0.61 | 302.61 | 0.87 | 0.21 |
| Hex | 63 | 7 | 5F | 0 | 5D | 4 | 3D | 12F | 57 | 15 |
| Octal | 143 | 7 | 137 | 0 | 135 | 4 | 75 | 457 | 127 | 25 |
| Binary | 1100011 | 111 | 1011111 | 0 | 1011101 | 100 | 111101 | 100101111 | 1010111 | 10101 |
Color Harmonies of #63075F
Complementary color
Monochromatic Colors of #63075F
Black with #63075F
Text Example
Text Example
White with #63075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63075F; }
p { color: rgb(99,7,95); }
H1.HeaderClassName
{
color: #63075F;
}
.AnyTagClassName
{
color: #63075F;
}
</style>
background-color css
<style>
a { background-color: #63075F; }
a { background-color: rgb(99,7,95); }
div.DivClassName
{
background-color: #63075F;
}
.BgClassName
{
background-color: #63075F;
}
</style>
border-color css
<style>
span { border-color: #63075F; }
span { border-color: rgb(99,7,95); }
td.TdClassName
{
border-color: #63075F;
}
.TagClassName
{
border-color: #63075F;
}
</style>