Shades of Palatinate Purple #630264
Tints of Palatinate Purple #630264
RGB
CMYK
RGB Variations
Color information
#630264 (or 0x630264) is known color: Palatinate Purple. HEX triplet: 63, 02 and 64. RGB value is (99,2,100). Sum of RGB (Red+Green+Blue) = 99+2+100=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 100 (39.45% from 255 or 49.75% from 201); Max value from RGB is 100 - color contains mainly: blue. Hex color #630264 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630264 is #9CFD9B. Grayscale: #292929. Windows color (decimal): -10288540 or 6554211. OLE color: 6554211.
HSL color Cylindrical-coordinate representation of color #630264: hue angle of 299.39º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630264 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 2 | 100 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.61 |
| HSL | 299.39º | 0.96% | 0.2% | - |
| HSV(B) | 299.39º | 0.98% | 0.39% | - |
| XYZ | 7.47 | 3.62 | 12.36 | - |
| YUV | 42.18 | 160.64 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 100 | 0.01 | 0.98 | 0 | 0.61 | 299.39 | 0.96 | 0.2 |
| Hex | 63 | 2 | 64 | 1 | 62 | 0 | 3D | 12B | 60 | 14 |
| Octal | 143 | 2 | 144 | 1 | 142 | 0 | 75 | 453 | 140 | 24 |
| Binary | 1100011 | 10 | 1100100 | 1 | 1100010 | 0 | 111101 | 100101011 | 1100000 | 10100 |
Color Harmonies of #630264
Complementary color
Monochromatic Colors of #630264
Black with #630264
Text Example
Text Example
White with #630264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630264; }
p { color: rgb(99,2,100); }
H1.HeaderClassName
{
color: #630264;
}
.AnyTagClassName
{
color: #630264;
}
</style>
background-color css
<style>
a { background-color: #630264; }
a { background-color: rgb(99,2,100); }
div.DivClassName
{
background-color: #630264;
}
.BgClassName
{
background-color: #630264;
}
</style>
border-color css
<style>
span { border-color: #630264; }
span { border-color: rgb(99,2,100); }
td.TdClassName
{
border-color: #630264;
}
.TagClassName
{
border-color: #630264;
}
</style>