Shades of Tyrian Purple #63103F
Tints of Tyrian Purple #63103F
RGB
CMYK
RGB Variations
Color information
#63103F (or 0x63103F) is known color: Tyrian Purple. HEX triplet: 63, 10 and 3F. RGB value is (99,16,63). Sum of RGB (Red+Green+Blue) = 99+16+63=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #63103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63103F is #9CEFC0. Grayscale: #2E2E2E. Windows color (decimal): -10284993 or 4132963. OLE color: 4132963.
HSL color Cylindrical-coordinate representation of color #63103F: hue angle of 326.02º 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 #63103F is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 16 | 63 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.61 |
| HSL | 326.02º | 0.72% | 0.23% | - |
| HSV(B) | 326.02º | 0.84% | 0.39% | - |
| XYZ | 6.23 | 3.38 | 5.03 | - |
| YUV | 46.18 | 137.5 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 16 | 63 | 0 | 0.84 | 0.36 | 0.61 | 326.02 | 0.72 | 0.23 |
| Hex | 63 | 10 | 3F | 0 | 54 | 24 | 3D | 146 | 48 | 17 |
| Octal | 143 | 20 | 77 | 0 | 124 | 44 | 75 | 506 | 110 | 27 |
| Binary | 1100011 | 10000 | 111111 | 0 | 1010100 | 100100 | 111101 | 101000110 | 1001000 | 10111 |
Color Harmonies of #63103F
Complementary color
Monochromatic Colors of #63103F
Black with #63103F
Text Example
Text Example
White with #63103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63103F; }
p { color: rgb(99,16,63); }
H1.HeaderClassName
{
color: #63103F;
}
.AnyTagClassName
{
color: #63103F;
}
</style>
background-color css
<style>
a { background-color: #63103F; }
a { background-color: rgb(99,16,63); }
div.DivClassName
{
background-color: #63103F;
}
.BgClassName
{
background-color: #63103F;
}
</style>
border-color css
<style>
span { border-color: #63103F; }
span { border-color: rgb(99,16,63); }
td.TdClassName
{
border-color: #63103F;
}
.TagClassName
{
border-color: #63103F;
}
</style>