Shades of Tyrian Purple #63002A
Tints of Tyrian Purple #63002A
RGB
CMYK
RGB Variations
Color information
#63002A (or 0x63002A) is known color: Tyrian Purple. HEX triplet: 63, 00 and 2A. RGB value is (99,0,42). Sum of RGB (Red+Green+Blue) = 99+0+42=141 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.21% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 99 - color contains mainly: red. Hex color #63002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63002A is #9CFFD5. Grayscale: #222222. Windows color (decimal): -10289110 or 2752611. OLE color: 2752611.
HSL color Cylindrical-coordinate representation of color #63002A: hue angle of 334.55º 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 #63002A is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.58 | 0.61 |
| HSL | 334.55º | 1% | 0.19% | - |
| HSV(B) | 334.55º | 1% | 0.39% | - |
| XYZ | 5.56 | 2.82 | 2.44 | - |
| YUV | 34.39 | 132.3 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 0 | 42 | 0 | 1 | 0.58 | 0.61 | 334.55 | 1 | 0.19 |
| Hex | 63 | 0 | 2A | 0 | 64 | 3A | 3D | 14F | 64 | 13 |
| Octal | 143 | 0 | 52 | 0 | 144 | 72 | 75 | 517 | 144 | 23 |
| Binary | 1100011 | 0 | 101010 | 0 | 1100100 | 111010 | 111101 | 101001111 | 1100100 | 10011 |
Color Harmonies of #63002A
Complementary color
Monochromatic Colors of #63002A
Black with #63002A
Text Example
Text Example
White with #63002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63002A; }
p { color: rgb(99,0,42); }
H1.HeaderClassName
{
color: #63002A;
}
.AnyTagClassName
{
color: #63002A;
}
</style>
background-color css
<style>
a { background-color: #63002A; }
a { background-color: rgb(99,0,42); }
div.DivClassName
{
background-color: #63002A;
}
.BgClassName
{
background-color: #63002A;
}
</style>
border-color css
<style>
span { border-color: #63002A; }
span { border-color: rgb(99,0,42); }
td.TdClassName
{
border-color: #63002A;
}
.TagClassName
{
border-color: #63002A;
}
</style>