Shades of Palatinate Purple #63275C
Tints of Palatinate Purple #63275C
RGB
CMYK
RGB Variations
Color information
#63275C (or 0x63275C) is known color: Palatinate Purple. HEX triplet: 63, 27 and 5C. RGB value is (99,39,92). Sum of RGB (Red+Green+Blue) = 99+39+92=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #63275C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63275C is #9CD8A3. Grayscale: #3E3E3E. Windows color (decimal): -10279076 or 6039395. OLE color: 6039395.
HSL color Cylindrical-coordinate representation of color #63275C: hue angle of 307º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63275C is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 39 | 92 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.61 |
| HSL | 307º | 0.43% | 0.27% | - |
| HSV(B) | 307º | 0.61% | 0.39% | - |
| XYZ | 7.8 | 4.88 | 10.66 | - |
| YUV | 62.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 39 | 92 | 0 | 0.61 | 0.07 | 0.61 | 307 | 0.43 | 0.27 |
| Hex | 63 | 27 | 5C | 0 | 3D | 7 | 3D | 133 | 2B | 1B |
| Octal | 143 | 47 | 134 | 0 | 75 | 7 | 75 | 463 | 53 | 33 |
| Binary | 1100011 | 100111 | 1011100 | 0 | 111101 | 111 | 111101 | 100110011 | 101011 | 11011 |
Color Harmonies of #63275C
Complementary color
Monochromatic Colors of #63275C
Black with #63275C
Text Example
Text Example
White with #63275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63275C; }
p { color: rgb(99,39,92); }
H1.HeaderClassName
{
color: #63275C;
}
.AnyTagClassName
{
color: #63275C;
}
</style>
background-color css
<style>
a { background-color: #63275C; }
a { background-color: rgb(99,39,92); }
div.DivClassName
{
background-color: #63275C;
}
.BgClassName
{
background-color: #63275C;
}
</style>
border-color css
<style>
span { border-color: #63275C; }
span { border-color: rgb(99,39,92); }
td.TdClassName
{
border-color: #63275C;
}
.TagClassName
{
border-color: #63275C;
}
</style>