Shades of Tyrian Purple #630D3C
Tints of Tyrian Purple #630D3C
RGB
CMYK
RGB Variations
Color information
#630D3C (or 0x630D3C) is known color: Tyrian Purple. HEX triplet: 63, 0D and 3C. RGB value is (99,13,60). Sum of RGB (Red+Green+Blue) = 99+13+60=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #630D3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630D3C is #9CF2C3. Grayscale: #2B2B2B. Windows color (decimal): -10285764 or 3935587. OLE color: 3935587.
HSL color Cylindrical-coordinate representation of color #630D3C: hue angle of 327.21º 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 #630D3C is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 13 | 60 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.61 |
| HSL | 327.21º | 0.77% | 0.22% | - |
| HSV(B) | 327.21º | 0.87% | 0.39% | - |
| XYZ | 6.11 | 3.27 | 4.58 | - |
| YUV | 44.07 | 136.99 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 13 | 60 | 0 | 0.87 | 0.39 | 0.61 | 327.21 | 0.77 | 0.22 |
| Hex | 63 | D | 3C | 0 | 57 | 27 | 3D | 147 | 4D | 16 |
| Octal | 143 | 15 | 74 | 0 | 127 | 47 | 75 | 507 | 115 | 26 |
| Binary | 1100011 | 1101 | 111100 | 0 | 1010111 | 100111 | 111101 | 101000111 | 1001101 | 10110 |
Color Harmonies of #630D3C
Complementary color
Monochromatic Colors of #630D3C
Black with #630D3C
Text Example
Text Example
White with #630D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630D3C; }
p { color: rgb(99,13,60); }
H1.HeaderClassName
{
color: #630D3C;
}
.AnyTagClassName
{
color: #630D3C;
}
</style>
background-color css
<style>
a { background-color: #630D3C; }
a { background-color: rgb(99,13,60); }
div.DivClassName
{
background-color: #630D3C;
}
.BgClassName
{
background-color: #630D3C;
}
</style>
border-color css
<style>
span { border-color: #630D3C; }
span { border-color: rgb(99,13,60); }
td.TdClassName
{
border-color: #630D3C;
}
.TagClassName
{
border-color: #630D3C;
}
</style>