Shades of Palatinate Purple #630465
Tints of Palatinate Purple #630465
RGB
CMYK
RGB Variations
Color information
#630465 (or 0x630465) is known color: Palatinate Purple. HEX triplet: 63, 04 and 65. RGB value is (99,4,101). Sum of RGB (Red+Green+Blue) = 99+4+101=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #630465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630465 is #9CFB9A. Grayscale: #2B2B2B. Windows color (decimal): -10288027 or 6620259. OLE color: 6620259.
HSL color Cylindrical-coordinate representation of color #630465: hue angle of 298.76º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630465 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 4 | 101 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.60 |
| HSL | 298.76º | 0.92% | 0.21% | - |
| HSV(B) | 298.76º | 0.96% | 0.4% | - |
| XYZ | 7.54 | 3.68 | 12.62 | - |
| YUV | 43.46 | 160.47 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 101 | 0.02 | 0.96 | 0 | 0.60 | 298.76 | 0.92 | 0.21 |
| Hex | 63 | 4 | 65 | 2 | 60 | 0 | 3C | 12B | 5C | 15 |
| Octal | 143 | 4 | 145 | 2 | 140 | 0 | 74 | 453 | 134 | 25 |
| Binary | 1100011 | 100 | 1100101 | 10 | 1100000 | 0 | 111100 | 100101011 | 1011100 | 10101 |
Color Harmonies of #630465
Complementary color
Monochromatic Colors of #630465
Black with #630465
Text Example
Text Example
White with #630465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630465; }
p { color: rgb(99,4,101); }
H1.HeaderClassName
{
color: #630465;
}
.AnyTagClassName
{
color: #630465;
}
</style>
background-color css
<style>
a { background-color: #630465; }
a { background-color: rgb(99,4,101); }
div.DivClassName
{
background-color: #630465;
}
.BgClassName
{
background-color: #630465;
}
</style>
border-color css
<style>
span { border-color: #630465; }
span { border-color: rgb(99,4,101); }
td.TdClassName
{
border-color: #630465;
}
.TagClassName
{
border-color: #630465;
}
</style>