Shades of Tyrian Purple #63082D
Tints of Tyrian Purple #63082D
RGB
CMYK
RGB Variations
Color information
#63082D (or 0x63082D) is known color: Tyrian Purple. HEX triplet: 63, 08 and 2D. RGB value is (99,8,45). Sum of RGB (Red+Green+Blue) = 99+8+45=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #63082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63082D is #9CF7D2. Grayscale: #272727. Windows color (decimal): -10287059 or 2951267. OLE color: 2951267.
HSL color Cylindrical-coordinate representation of color #63082D: hue angle of 335.6º 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 #63082D is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 8 | 45 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.61 |
| HSL | 335.6º | 0.85% | 0.21% | - |
| HSV(B) | 335.6º | 0.92% | 0.39% | - |
| XYZ | 5.71 | 3.02 | 2.76 | - |
| YUV | 39.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 8 | 45 | 0 | 0.92 | 0.55 | 0.61 | 335.6 | 0.85 | 0.21 |
| Hex | 63 | 8 | 2D | 0 | 5C | 37 | 3D | 150 | 55 | 15 |
| Octal | 143 | 10 | 55 | 0 | 134 | 67 | 75 | 520 | 125 | 25 |
| Binary | 1100011 | 1000 | 101101 | 0 | 1011100 | 110111 | 111101 | 101010000 | 1010101 | 10101 |
Color Harmonies of #63082D
Complementary color
Monochromatic Colors of #63082D
Black with #63082D
Text Example
Text Example
White with #63082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63082D; }
p { color: rgb(99,8,45); }
H1.HeaderClassName
{
color: #63082D;
}
.AnyTagClassName
{
color: #63082D;
}
</style>
background-color css
<style>
a { background-color: #63082D; }
a { background-color: rgb(99,8,45); }
div.DivClassName
{
background-color: #63082D;
}
.BgClassName
{
background-color: #63082D;
}
</style>
border-color css
<style>
span { border-color: #63082D; }
span { border-color: rgb(99,8,45); }
td.TdClassName
{
border-color: #63082D;
}
.TagClassName
{
border-color: #63082D;
}
</style>