Shades of Palatinate Purple #630F5B
Tints of Palatinate Purple #630F5B
RGB
CMYK
RGB Variations
Color information
#630F5B (or 0x630F5B) is known color: Palatinate Purple. HEX triplet: 63, 0F and 5B. RGB value is (99,15,91). Sum of RGB (Red+Green+Blue) = 99+15+91=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #630F5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630F5B is #9CF0A4. Grayscale: #303030. Windows color (decimal): -10285221 or 5967715. OLE color: 5967715.
HSL color Cylindrical-coordinate representation of color #630F5B: hue angle of 305.71º 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 #630F5B is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 15 | 91 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.61 |
| HSL | 305.71º | 0.74% | 0.22% | - |
| HSV(B) | 305.71º | 0.85% | 0.39% | - |
| XYZ | 7.2 | 3.75 | 10.24 | - |
| YUV | 48.78 | 151.83 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 91 | 0 | 0.85 | 0.08 | 0.61 | 305.71 | 0.74 | 0.22 |
| Hex | 63 | F | 5B | 0 | 55 | 8 | 3D | 132 | 4A | 16 |
| Octal | 143 | 17 | 133 | 0 | 125 | 10 | 75 | 462 | 112 | 26 |
| Binary | 1100011 | 1111 | 1011011 | 0 | 1010101 | 1000 | 111101 | 100110010 | 1001010 | 10110 |
Color Harmonies of #630F5B
Complementary color
Monochromatic Colors of #630F5B
Black with #630F5B
Text Example
Text Example
White with #630F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F5B; }
p { color: rgb(99,15,91); }
H1.HeaderClassName
{
color: #630F5B;
}
.AnyTagClassName
{
color: #630F5B;
}
</style>
background-color css
<style>
a { background-color: #630F5B; }
a { background-color: rgb(99,15,91); }
div.DivClassName
{
background-color: #630F5B;
}
.BgClassName
{
background-color: #630F5B;
}
</style>
border-color css
<style>
span { border-color: #630F5B; }
span { border-color: rgb(99,15,91); }
td.TdClassName
{
border-color: #630F5B;
}
.TagClassName
{
border-color: #630F5B;
}
</style>