Shades of Tyrian Purple #63084A
Tints of Tyrian Purple #63084A
RGB
CMYK
RGB Variations
Color information
#63084A (or 0x63084A) is known color: Tyrian Purple. HEX triplet: 63, 08 and 4A. RGB value is (99,8,74). Sum of RGB (Red+Green+Blue) = 99+8+74=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #63084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63084A is #9CF7B5. Grayscale: #2A2A2A. Windows color (decimal): -10287030 or 4851811. OLE color: 4851811.
HSL color Cylindrical-coordinate representation of color #63084A: hue angle of 316.48º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #63084A is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 8 | 74 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.61 |
| HSL | 316.48º | 0.85% | 0.21% | - |
| HSV(B) | 316.48º | 0.92% | 0.39% | - |
| XYZ | 6.47 | 3.32 | 6.78 | - |
| YUV | 42.73 | 145.65 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 8 | 74 | 0 | 0.92 | 0.25 | 0.61 | 316.48 | 0.85 | 0.21 |
| Hex | 63 | 8 | 4A | 0 | 5C | 19 | 3D | 13C | 55 | 15 |
| Octal | 143 | 10 | 112 | 0 | 134 | 31 | 75 | 474 | 125 | 25 |
| Binary | 1100011 | 1000 | 1001010 | 0 | 1011100 | 11001 | 111101 | 100111100 | 1010101 | 10101 |
Color Harmonies of #63084A
Complementary color
Monochromatic Colors of #63084A
Black with #63084A
Text Example
Text Example
White with #63084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63084A; }
p { color: rgb(99,8,74); }
H1.HeaderClassName
{
color: #63084A;
}
.AnyTagClassName
{
color: #63084A;
}
</style>
background-color css
<style>
a { background-color: #63084A; }
a { background-color: rgb(99,8,74); }
div.DivClassName
{
background-color: #63084A;
}
.BgClassName
{
background-color: #63084A;
}
</style>
border-color css
<style>
span { border-color: #63084A; }
span { border-color: rgb(99,8,74); }
td.TdClassName
{
border-color: #63084A;
}
.TagClassName
{
border-color: #63084A;
}
</style>