Shades of Palatinate Purple #630855
Tints of Palatinate Purple #630855
RGB
CMYK
RGB Variations
Color information
#630855 (or 0x630855) is known color: Palatinate Purple. HEX triplet: 63, 08 and 55. RGB value is (99,8,85). Sum of RGB (Red+Green+Blue) = 99+8+85=192 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.56% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 99 - color contains mainly: red. Hex color #630855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630855 is #9CF7AA. Grayscale: #2B2B2B. Windows color (decimal): -10287019 or 5572707. OLE color: 5572707.
HSL color Cylindrical-coordinate representation of color #630855: hue angle of 309.23º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630855 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 8 | 85 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.61 |
| HSL | 309.23º | 0.85% | 0.21% | - |
| HSV(B) | 309.23º | 0.92% | 0.39% | - |
| XYZ | 6.87 | 3.48 | 8.9 | - |
| YUV | 43.99 | 151.15 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 8 | 85 | 0 | 0.92 | 0.14 | 0.61 | 309.23 | 0.85 | 0.21 |
| Hex | 63 | 8 | 55 | 0 | 5C | E | 3D | 135 | 55 | 15 |
| Octal | 143 | 10 | 125 | 0 | 134 | 16 | 75 | 465 | 125 | 25 |
| Binary | 1100011 | 1000 | 1010101 | 0 | 1011100 | 1110 | 111101 | 100110101 | 1010101 | 10101 |
Color Harmonies of #630855
Complementary color
Monochromatic Colors of #630855
Black with #630855
Text Example
Text Example
White with #630855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630855; }
p { color: rgb(99,8,85); }
H1.HeaderClassName
{
color: #630855;
}
.AnyTagClassName
{
color: #630855;
}
</style>
background-color css
<style>
a { background-color: #630855; }
a { background-color: rgb(99,8,85); }
div.DivClassName
{
background-color: #630855;
}
.BgClassName
{
background-color: #630855;
}
</style>
border-color css
<style>
span { border-color: #630855; }
span { border-color: rgb(99,8,85); }
td.TdClassName
{
border-color: #630855;
}
.TagClassName
{
border-color: #630855;
}
</style>