Shades of Palatinate Purple #630E68
Tints of Palatinate Purple #630E68
RGB
CMYK
RGB Variations
Color information
#630E68 (or 0x630E68) is known color: Palatinate Purple. HEX triplet: 63, 0E and 68. RGB value is (99,14,104). Sum of RGB (Red+Green+Blue) = 99+14+104=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #630E68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630E68 is #9CF197. Grayscale: #313131. Windows color (decimal): -10285464 or 6819427. OLE color: 6819427.
HSL color Cylindrical-coordinate representation of color #630E68: hue angle of 296.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #630E68 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 14 | 104 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.59 |
| HSL | 296.67º | 0.76% | 0.23% | - |
| HSV(B) | 296.67º | 0.87% | 0.41% | - |
| XYZ | 7.8 | 3.97 | 13.45 | - |
| YUV | 49.68 | 158.66 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 14 | 104 | 0.05 | 0.87 | 0 | 0.59 | 296.67 | 0.76 | 0.23 |
| Hex | 63 | E | 68 | 5 | 57 | 0 | 3B | 129 | 4C | 17 |
| Octal | 143 | 16 | 150 | 5 | 127 | 0 | 73 | 451 | 114 | 27 |
| Binary | 1100011 | 1110 | 1101000 | 101 | 1010111 | 0 | 111011 | 100101001 | 1001100 | 10111 |
Color Harmonies of #630E68
Complementary color
Monochromatic Colors of #630E68
Black with #630E68
Text Example
Text Example
White with #630E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630E68; }
p { color: rgb(99,14,104); }
H1.HeaderClassName
{
color: #630E68;
}
.AnyTagClassName
{
color: #630E68;
}
</style>
background-color css
<style>
a { background-color: #630E68; }
a { background-color: rgb(99,14,104); }
div.DivClassName
{
background-color: #630E68;
}
.BgClassName
{
background-color: #630E68;
}
</style>
border-color css
<style>
span { border-color: #630E68; }
span { border-color: rgb(99,14,104); }
td.TdClassName
{
border-color: #630E68;
}
.TagClassName
{
border-color: #630E68;
}
</style>