Shades of Palatinate Purple #630C5E
Tints of Palatinate Purple #630C5E
RGB
CMYK
RGB Variations
Color information
#630C5E (or 0x630C5E) is known color: Palatinate Purple. HEX triplet: 63, 0C and 5E. RGB value is (99,12,94). Sum of RGB (Red+Green+Blue) = 99+12+94=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #630C5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630C5E is #9CF3A1. Grayscale: #2F2F2F. Windows color (decimal): -10285986 or 6163555. OLE color: 6163555.
HSL color Cylindrical-coordinate representation of color #630C5E: hue angle of 303.45º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #630C5E is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 12 | 94 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.61 |
| HSL | 303.45º | 0.78% | 0.22% | - |
| HSV(B) | 303.45º | 0.88% | 0.39% | - |
| XYZ | 7.3 | 3.72 | 10.92 | - |
| YUV | 47.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 12 | 94 | 0 | 0.88 | 0.05 | 0.61 | 303.45 | 0.78 | 0.22 |
| Hex | 63 | C | 5E | 0 | 58 | 5 | 3D | 12F | 4E | 16 |
| Octal | 143 | 14 | 136 | 0 | 130 | 5 | 75 | 457 | 116 | 26 |
| Binary | 1100011 | 1100 | 1011110 | 0 | 1011000 | 101 | 111101 | 100101111 | 1001110 | 10110 |
Color Harmonies of #630C5E
Complementary color
Monochromatic Colors of #630C5E
Black with #630C5E
Text Example
Text Example
White with #630C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630C5E; }
p { color: rgb(99,12,94); }
H1.HeaderClassName
{
color: #630C5E;
}
.AnyTagClassName
{
color: #630C5E;
}
</style>
background-color css
<style>
a { background-color: #630C5E; }
a { background-color: rgb(99,12,94); }
div.DivClassName
{
background-color: #630C5E;
}
.BgClassName
{
background-color: #630C5E;
}
</style>
border-color css
<style>
span { border-color: #630C5E; }
span { border-color: rgb(99,12,94); }
td.TdClassName
{
border-color: #630C5E;
}
.TagClassName
{
border-color: #630C5E;
}
</style>