Shades of Tyrian Purple #630E39
Tints of Tyrian Purple #630E39
RGB
CMYK
RGB Variations
Color information
#630E39 (or 0x630E39) is known color: Tyrian Purple. HEX triplet: 63, 0E and 39. RGB value is (99,14,57). Sum of RGB (Red+Green+Blue) = 99+14+57=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 57 (22.66% from 255 or 33.53% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #630E39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630E39 is #9CF1C6. Grayscale: #2C2C2C. Windows color (decimal): -10285511 or 3739235. OLE color: 3739235.
HSL color Cylindrical-coordinate representation of color #630E39: hue angle of 329.65º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #630E39 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 14 | 57 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.61 |
| HSL | 329.65º | 0.75% | 0.22% | - |
| HSV(B) | 329.65º | 0.86% | 0.39% | - |
| XYZ | 6.04 | 3.26 | 4.18 | - |
| YUV | 44.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 14 | 57 | 0 | 0.86 | 0.42 | 0.61 | 329.65 | 0.75 | 0.22 |
| Hex | 63 | E | 39 | 0 | 56 | 2A | 3D | 14A | 4B | 16 |
| Octal | 143 | 16 | 71 | 0 | 126 | 52 | 75 | 512 | 113 | 26 |
| Binary | 1100011 | 1110 | 111001 | 0 | 1010110 | 101010 | 111101 | 101001010 | 1001011 | 10110 |
Color Harmonies of #630E39
Complementary color
Monochromatic Colors of #630E39
Black with #630E39
Text Example
Text Example
White with #630E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630E39; }
p { color: rgb(99,14,57); }
H1.HeaderClassName
{
color: #630E39;
}
.AnyTagClassName
{
color: #630E39;
}
</style>
background-color css
<style>
a { background-color: #630E39; }
a { background-color: rgb(99,14,57); }
div.DivClassName
{
background-color: #630E39;
}
.BgClassName
{
background-color: #630E39;
}
</style>
border-color css
<style>
span { border-color: #630E39; }
span { border-color: rgb(99,14,57); }
td.TdClassName
{
border-color: #630E39;
}
.TagClassName
{
border-color: #630E39;
}
</style>