Shades of Palatinate Purple #630F5E
Tints of Palatinate Purple #630F5E
RGB
CMYK
RGB Variations
Color information
#630F5E (or 0x630F5E) is known color: Palatinate Purple. HEX triplet: 63, 0F and 5E. RGB value is (99,15,94). Sum of RGB (Red+Green+Blue) = 99+15+94=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #630F5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630F5E is #9CF0A1. Grayscale: #303030. Windows color (decimal): -10285218 or 6164323. OLE color: 6164323.
HSL color Cylindrical-coordinate representation of color #630F5E: hue angle of 303.57º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #630F5E is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 15 | 94 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.61 |
| HSL | 303.57º | 0.74% | 0.22% | - |
| HSV(B) | 303.57º | 0.85% | 0.39% | - |
| XYZ | 7.34 | 3.8 | 10.94 | - |
| YUV | 49.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 94 | 0 | 0.85 | 0.05 | 0.61 | 303.57 | 0.74 | 0.22 |
| Hex | 63 | F | 5E | 0 | 55 | 5 | 3D | 130 | 4A | 16 |
| Octal | 143 | 17 | 136 | 0 | 125 | 5 | 75 | 460 | 112 | 26 |
| Binary | 1100011 | 1111 | 1011110 | 0 | 1010101 | 101 | 111101 | 100110000 | 1001010 | 10110 |
Color Harmonies of #630F5E
Complementary color
Monochromatic Colors of #630F5E
Black with #630F5E
Text Example
Text Example
White with #630F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F5E; }
p { color: rgb(99,15,94); }
H1.HeaderClassName
{
color: #630F5E;
}
.AnyTagClassName
{
color: #630F5E;
}
</style>
background-color css
<style>
a { background-color: #630F5E; }
a { background-color: rgb(99,15,94); }
div.DivClassName
{
background-color: #630F5E;
}
.BgClassName
{
background-color: #630F5E;
}
</style>
border-color css
<style>
span { border-color: #630F5E; }
span { border-color: rgb(99,15,94); }
td.TdClassName
{
border-color: #630F5E;
}
.TagClassName
{
border-color: #630F5E;
}
</style>