Shades of Tyrian Purple #63103D
Tints of Tyrian Purple #63103D
RGB
CMYK
RGB Variations
Color information
#63103D (or 0x63103D) is known color: Tyrian Purple. HEX triplet: 63, 10 and 3D. RGB value is (99,16,61). Sum of RGB (Red+Green+Blue) = 99+16+61=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #63103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63103D is #9CEFC2. Grayscale: #2D2D2D. Windows color (decimal): -10284995 or 4001891. OLE color: 4001891.
HSL color Cylindrical-coordinate representation of color #63103D: hue angle of 327.47º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #63103D is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 16 | 61 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.61 |
| HSL | 327.47º | 0.72% | 0.23% | - |
| HSV(B) | 327.47º | 0.84% | 0.39% | - |
| XYZ | 6.17 | 3.36 | 4.74 | - |
| YUV | 45.95 | 136.5 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 16 | 61 | 0 | 0.84 | 0.38 | 0.61 | 327.47 | 0.72 | 0.23 |
| Hex | 63 | 10 | 3D | 0 | 54 | 26 | 3D | 147 | 48 | 17 |
| Octal | 143 | 20 | 75 | 0 | 124 | 46 | 75 | 507 | 110 | 27 |
| Binary | 1100011 | 10000 | 111101 | 0 | 1010100 | 100110 | 111101 | 101000111 | 1001000 | 10111 |
Color Harmonies of #63103D
Complementary color
Monochromatic Colors of #63103D
Black with #63103D
Text Example
Text Example
White with #63103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63103D; }
p { color: rgb(99,16,61); }
H1.HeaderClassName
{
color: #63103D;
}
.AnyTagClassName
{
color: #63103D;
}
</style>
background-color css
<style>
a { background-color: #63103D; }
a { background-color: rgb(99,16,61); }
div.DivClassName
{
background-color: #63103D;
}
.BgClassName
{
background-color: #63103D;
}
</style>
border-color css
<style>
span { border-color: #63103D; }
span { border-color: rgb(99,16,61); }
td.TdClassName
{
border-color: #63103D;
}
.TagClassName
{
border-color: #63103D;
}
</style>