Shades of Palatinate Purple #632F61
Tints of Palatinate Purple #632F61
RGB
CMYK
RGB Variations
Color information
#632F61 (or 0x632F61) is known color: Palatinate Purple. HEX triplet: 63, 2F and 61. RGB value is (99,47,97). Sum of RGB (Red+Green+Blue) = 99+47+97=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 99 - color contains mainly: red. Hex color #632F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632F61 is #9CD09E. Grayscale: #444444. Windows color (decimal): -10277023 or 6369123. OLE color: 6369123.
HSL color Cylindrical-coordinate representation of color #632F61: hue angle of 302.31º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #632F61 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 97 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.61 |
| HSL | 302.31º | 0.36% | 0.29% | - |
| HSV(B) | 302.31º | 0.53% | 0.39% | - |
| XYZ | 8.32 | 5.55 | 11.94 | - |
| YUV | 68.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 97 | 0 | 0.53 | 0.02 | 0.61 | 302.31 | 0.36 | 0.29 |
| Hex | 63 | 2F | 61 | 0 | 35 | 2 | 3D | 12E | 24 | 1D |
| Octal | 143 | 57 | 141 | 0 | 65 | 2 | 75 | 456 | 44 | 35 |
| Binary | 1100011 | 101111 | 1100001 | 0 | 110101 | 10 | 111101 | 100101110 | 100100 | 11101 |
Color Harmonies of #632F61
Complementary color
Monochromatic Colors of #632F61
Black with #632F61
Text Example
Text Example
White with #632F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F61; }
p { color: rgb(99,47,97); }
H1.HeaderClassName
{
color: #632F61;
}
.AnyTagClassName
{
color: #632F61;
}
</style>
background-color css
<style>
a { background-color: #632F61; }
a { background-color: rgb(99,47,97); }
div.DivClassName
{
background-color: #632F61;
}
.BgClassName
{
background-color: #632F61;
}
</style>
border-color css
<style>
span { border-color: #632F61; }
span { border-color: rgb(99,47,97); }
td.TdClassName
{
border-color: #632F61;
}
.TagClassName
{
border-color: #632F61;
}
</style>