Shades of Palatinate Purple #630962
Tints of Palatinate Purple #630962
RGB
CMYK
RGB Variations
Color information
#630962 (or 0x630962) is known color: Palatinate Purple. HEX triplet: 63, 09 and 62. RGB value is (99,9,98). Sum of RGB (Red+Green+Blue) = 99+9+98=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #630962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630962 is #9CF69D. Grayscale: #2D2D2D. Windows color (decimal): -10286750 or 6424931. OLE color: 6424931.
HSL color Cylindrical-coordinate representation of color #630962: hue angle of 300.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #630962 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 9 | 98 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.61 |
| HSL | 300.67º | 0.83% | 0.21% | - |
| HSV(B) | 300.67º | 0.91% | 0.39% | - |
| XYZ | 7.45 | 3.73 | 11.88 | - |
| YUV | 46.06 | 157.32 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 9 | 98 | 0 | 0.91 | 0.01 | 0.61 | 300.67 | 0.83 | 0.21 |
| Hex | 63 | 9 | 62 | 0 | 5B | 1 | 3D | 12D | 53 | 15 |
| Octal | 143 | 11 | 142 | 0 | 133 | 1 | 75 | 455 | 123 | 25 |
| Binary | 1100011 | 1001 | 1100010 | 0 | 1011011 | 1 | 111101 | 100101101 | 1010011 | 10101 |
Color Harmonies of #630962
Complementary color
Monochromatic Colors of #630962
Black with #630962
Text Example
Text Example
White with #630962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630962; }
p { color: rgb(99,9,98); }
H1.HeaderClassName
{
color: #630962;
}
.AnyTagClassName
{
color: #630962;
}
</style>
background-color css
<style>
a { background-color: #630962; }
a { background-color: rgb(99,9,98); }
div.DivClassName
{
background-color: #630962;
}
.BgClassName
{
background-color: #630962;
}
</style>
border-color css
<style>
span { border-color: #630962; }
span { border-color: rgb(99,9,98); }
td.TdClassName
{
border-color: #630962;
}
.TagClassName
{
border-color: #630962;
}
</style>