Shades of Palatinate Purple #632F62
Tints of Palatinate Purple #632F62
RGB
CMYK
RGB Variations
Color information
#632F62 (or 0x632F62) is known color: Palatinate Purple. HEX triplet: 63, 2F and 62. RGB value is (99,47,98). Sum of RGB (Red+Green+Blue) = 99+47+98=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 99 - color contains mainly: red. Hex color #632F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632F62 is #9CD09D. Grayscale: #444444. Windows color (decimal): -10277022 or 6434659. OLE color: 6434659.
HSL color Cylindrical-coordinate representation of color #632F62: hue angle of 301.15º 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 #632F62 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 98 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.61 |
| HSL | 301.15º | 0.36% | 0.29% | - |
| HSV(B) | 301.15º | 0.53% | 0.39% | - |
| XYZ | 8.37 | 5.57 | 12.19 | - |
| YUV | 68.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 98 | 0 | 0.53 | 0.01 | 0.61 | 301.15 | 0.36 | 0.29 |
| Hex | 63 | 2F | 62 | 0 | 35 | 1 | 3D | 12D | 24 | 1D |
| Octal | 143 | 57 | 142 | 0 | 65 | 1 | 75 | 455 | 44 | 35 |
| Binary | 1100011 | 101111 | 1100010 | 0 | 110101 | 1 | 111101 | 100101101 | 100100 | 11101 |
Color Harmonies of #632F62
Complementary color
Monochromatic Colors of #632F62
Black with #632F62
Text Example
Text Example
White with #632F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F62; }
p { color: rgb(99,47,98); }
H1.HeaderClassName
{
color: #632F62;
}
.AnyTagClassName
{
color: #632F62;
}
</style>
background-color css
<style>
a { background-color: #632F62; }
a { background-color: rgb(99,47,98); }
div.DivClassName
{
background-color: #632F62;
}
.BgClassName
{
background-color: #632F62;
}
</style>
border-color css
<style>
span { border-color: #632F62; }
span { border-color: rgb(99,47,98); }
td.TdClassName
{
border-color: #632F62;
}
.TagClassName
{
border-color: #632F62;
}
</style>