Shades of Palatinate Purple #630262
Tints of Palatinate Purple #630262
RGB
CMYK
RGB Variations
Color information
#630262 (or 0x630262) is known color: Palatinate Purple. HEX triplet: 63, 02 and 62. RGB value is (99,2,98). Sum of RGB (Red+Green+Blue) = 99+2+98=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #630262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630262 is #9CFD9D. Grayscale: #292929. Windows color (decimal): -10288542 or 6423139. OLE color: 6423139.
HSL color Cylindrical-coordinate representation of color #630262: hue angle of 300.62º 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 #630262 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 2 | 98 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.61 |
| HSL | 300.62º | 0.96% | 0.2% | - |
| HSV(B) | 300.62º | 0.98% | 0.39% | - |
| XYZ | 7.37 | 3.58 | 11.86 | - |
| YUV | 41.95 | 159.64 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 98 | 0 | 0.98 | 0.01 | 0.61 | 300.62 | 0.96 | 0.2 |
| Hex | 63 | 2 | 62 | 0 | 62 | 1 | 3D | 12D | 60 | 14 |
| Octal | 143 | 2 | 142 | 0 | 142 | 1 | 75 | 455 | 140 | 24 |
| Binary | 1100011 | 10 | 1100010 | 0 | 1100010 | 1 | 111101 | 100101101 | 1100000 | 10100 |
Color Harmonies of #630262
Complementary color
Monochromatic Colors of #630262
Black with #630262
Text Example
Text Example
White with #630262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630262; }
p { color: rgb(99,2,98); }
H1.HeaderClassName
{
color: #630262;
}
.AnyTagClassName
{
color: #630262;
}
</style>
background-color css
<style>
a { background-color: #630262; }
a { background-color: rgb(99,2,98); }
div.DivClassName
{
background-color: #630262;
}
.BgClassName
{
background-color: #630262;
}
</style>
border-color css
<style>
span { border-color: #630262; }
span { border-color: rgb(99,2,98); }
td.TdClassName
{
border-color: #630262;
}
.TagClassName
{
border-color: #630262;
}
</style>