Shades of Tyrian Purple #630D3F
Tints of Tyrian Purple #630D3F
RGB
CMYK
RGB Variations
Color information
#630D3F (or 0x630D3F) is known color: Tyrian Purple. HEX triplet: 63, 0D and 3F. RGB value is (99,13,63). Sum of RGB (Red+Green+Blue) = 99+13+63=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #630D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630D3F is #9CF2C0. Grayscale: #2C2C2C. Windows color (decimal): -10285761 or 4132195. OLE color: 4132195.
HSL color Cylindrical-coordinate representation of color #630D3F: hue angle of 325.12º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #630D3F is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 13 | 63 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.61 |
| HSL | 325.12º | 0.77% | 0.22% | - |
| HSV(B) | 325.12º | 0.87% | 0.39% | - |
| XYZ | 6.19 | 3.3 | 5.01 | - |
| YUV | 44.41 | 138.49 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 13 | 63 | 0 | 0.87 | 0.36 | 0.61 | 325.12 | 0.77 | 0.22 |
| Hex | 63 | D | 3F | 0 | 57 | 24 | 3D | 145 | 4D | 16 |
| Octal | 143 | 15 | 77 | 0 | 127 | 44 | 75 | 505 | 115 | 26 |
| Binary | 1100011 | 1101 | 111111 | 0 | 1010111 | 100100 | 111101 | 101000101 | 1001101 | 10110 |
Color Harmonies of #630D3F
Complementary color
Monochromatic Colors of #630D3F
Black with #630D3F
Text Example
Text Example
White with #630D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630D3F; }
p { color: rgb(99,13,63); }
H1.HeaderClassName
{
color: #630D3F;
}
.AnyTagClassName
{
color: #630D3F;
}
</style>
background-color css
<style>
a { background-color: #630D3F; }
a { background-color: rgb(99,13,63); }
div.DivClassName
{
background-color: #630D3F;
}
.BgClassName
{
background-color: #630D3F;
}
</style>
border-color css
<style>
span { border-color: #630D3F; }
span { border-color: rgb(99,13,63); }
td.TdClassName
{
border-color: #630D3F;
}
.TagClassName
{
border-color: #630D3F;
}
</style>