Shades of Tyrian Purple #63003C
Tints of Tyrian Purple #63003C
RGB
CMYK
RGB Variations
Color information
#63003C (or 0x63003C) is known color: Tyrian Purple. HEX triplet: 63, 00 and 3C. RGB value is (99,0,60). Sum of RGB (Red+Green+Blue) = 99+0+60=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #63003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63003C is #9CFFC3. Grayscale: #242424. Windows color (decimal): -10289092 or 3932259. OLE color: 3932259.
HSL color Cylindrical-coordinate representation of color #63003C: hue angle of 323.64º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #63003C is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.39 | 0.61 |
| HSL | 323.64º | 1% | 0.19% | - |
| HSV(B) | 323.64º | 1% | 0.39% | - |
| XYZ | 5.96 | 2.98 | 4.54 | - |
| YUV | 36.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 60 | 0 | 1 | 0.39 | 0.61 | 323.64 | 1 | 0.19 |
| Hex | 63 | 0 | 3C | 0 | 64 | 27 | 3D | 144 | 64 | 13 |
| Octal | 143 | 0 | 74 | 0 | 144 | 47 | 75 | 504 | 144 | 23 |
| Binary | 1100011 | 0 | 111100 | 0 | 1100100 | 100111 | 111101 | 101000100 | 1100100 | 10011 |
Color Harmonies of #63003C
Complementary color
Monochromatic Colors of #63003C
Black with #63003C
Text Example
Text Example
White with #63003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63003C; }
p { color: rgb(99,0,60); }
H1.HeaderClassName
{
color: #63003C;
}
.AnyTagClassName
{
color: #63003C;
}
</style>
background-color css
<style>
a { background-color: #63003C; }
a { background-color: rgb(99,0,60); }
div.DivClassName
{
background-color: #63003C;
}
.BgClassName
{
background-color: #63003C;
}
</style>
border-color css
<style>
span { border-color: #63003C; }
span { border-color: rgb(99,0,60); }
td.TdClassName
{
border-color: #63003C;
}
.TagClassName
{
border-color: #63003C;
}
</style>