Shades of Palatinate Purple #630F62
Tints of Palatinate Purple #630F62
RGB
CMYK
RGB Variations
Color information
#630F62 (or 0x630F62) is known color: Palatinate Purple. HEX triplet: 63, 0F and 62. RGB value is (99,15,98). Sum of RGB (Red+Green+Blue) = 99+15+98=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #630F62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630F62 is #9CF09D. Grayscale: #313131. Windows color (decimal): -10285214 or 6426467. OLE color: 6426467.
HSL color Cylindrical-coordinate representation of color #630F62: hue angle of 300.71º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #630F62 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 15 | 98 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.61 |
| HSL | 300.71º | 0.74% | 0.22% | - |
| HSV(B) | 300.71º | 0.85% | 0.39% | - |
| XYZ | 7.52 | 3.88 | 11.91 | - |
| YUV | 49.58 | 155.33 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 98 | 0 | 0.85 | 0.01 | 0.61 | 300.71 | 0.74 | 0.22 |
| Hex | 63 | F | 62 | 0 | 55 | 1 | 3D | 12D | 4A | 16 |
| Octal | 143 | 17 | 142 | 0 | 125 | 1 | 75 | 455 | 112 | 26 |
| Binary | 1100011 | 1111 | 1100010 | 0 | 1010101 | 1 | 111101 | 100101101 | 1001010 | 10110 |
Color Harmonies of #630F62
Complementary color
Monochromatic Colors of #630F62
Black with #630F62
Text Example
Text Example
White with #630F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F62; }
p { color: rgb(99,15,98); }
H1.HeaderClassName
{
color: #630F62;
}
.AnyTagClassName
{
color: #630F62;
}
</style>
background-color css
<style>
a { background-color: #630F62; }
a { background-color: rgb(99,15,98); }
div.DivClassName
{
background-color: #630F62;
}
.BgClassName
{
background-color: #630F62;
}
</style>
border-color css
<style>
span { border-color: #630F62; }
span { border-color: rgb(99,15,98); }
td.TdClassName
{
border-color: #630F62;
}
.TagClassName
{
border-color: #630F62;
}
</style>