Shades of Palatinate Purple #630658
Tints of Palatinate Purple #630658
RGB
CMYK
RGB Variations
Color information
#630658 (or 0x630658) is known color: Palatinate Purple. HEX triplet: 63, 06 and 58. RGB value is (99,6,88). Sum of RGB (Red+Green+Blue) = 99+6+88=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #630658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630658 is #9CF9A7. Grayscale: #2A2A2A. Windows color (decimal): -10287528 or 5768803. OLE color: 5768803.
HSL color Cylindrical-coordinate representation of color #630658: hue angle of 307.1º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630658 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 6 | 88 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.61 |
| HSL | 307.1º | 0.89% | 0.21% | - |
| HSV(B) | 307.1º | 0.94% | 0.39% | - |
| XYZ | 6.97 | 3.49 | 9.54 | - |
| YUV | 43.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 88 | 0 | 0.94 | 0.11 | 0.61 | 307.1 | 0.89 | 0.21 |
| Hex | 63 | 6 | 58 | 0 | 5E | B | 3D | 133 | 59 | 15 |
| Octal | 143 | 6 | 130 | 0 | 136 | 13 | 75 | 463 | 131 | 25 |
| Binary | 1100011 | 110 | 1011000 | 0 | 1011110 | 1011 | 111101 | 100110011 | 1011001 | 10101 |
Color Harmonies of #630658
Complementary color
Monochromatic Colors of #630658
Black with #630658
Text Example
Text Example
White with #630658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630658; }
p { color: rgb(99,6,88); }
H1.HeaderClassName
{
color: #630658;
}
.AnyTagClassName
{
color: #630658;
}
</style>
background-color css
<style>
a { background-color: #630658; }
a { background-color: rgb(99,6,88); }
div.DivClassName
{
background-color: #630658;
}
.BgClassName
{
background-color: #630658;
}
</style>
border-color css
<style>
span { border-color: #630658; }
span { border-color: rgb(99,6,88); }
td.TdClassName
{
border-color: #630658;
}
.TagClassName
{
border-color: #630658;
}
</style>