Shades of Tyrian Purple #48013D
Tints of Tyrian Purple #48013D
RGB
CMYK
RGB Variations
Color information
#48013D (or 0x48013D) is known color: Tyrian Purple. HEX triplet: 48, 01 and 3D. RGB value is (72,1,61). Sum of RGB (Red+Green+Blue) = 72+1+61=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #48013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48013D is #B7FEC2. Grayscale: #1C1C1C. Windows color (decimal): -12058307 or 3998024. OLE color: 3998024.
HSL color Cylindrical-coordinate representation of color #48013D: hue angle of 309.3º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #48013D is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.72 |
| HSL | 309.3º | 0.97% | 0.14% | - |
| HSV(B) | 309.3º | 0.99% | 0.28% | - |
| XYZ | 3.53 | 1.74 | 4.56 | - |
| YUV | 29.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 1 | 61 | 0 | 0.99 | 0.15 | 0.72 | 309.3 | 0.97 | 0.14 |
| Hex | 48 | 1 | 3D | 0 | 63 | F | 48 | 135 | 61 | E |
| Octal | 110 | 1 | 75 | 0 | 143 | 17 | 110 | 465 | 141 | 16 |
| Binary | 1001000 | 1 | 111101 | 0 | 1100011 | 1111 | 1001000 | 100110101 | 1100001 | 1110 |
Color Harmonies of #48013D
Complementary color
Monochromatic Colors of #48013D
Black with #48013D
Text Example
Text Example
White with #48013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48013D; }
p { color: rgb(72,1,61); }
H1.HeaderClassName
{
color: #48013D;
}
.AnyTagClassName
{
color: #48013D;
}
</style>
background-color css
<style>
a { background-color: #48013D; }
a { background-color: rgb(72,1,61); }
div.DivClassName
{
background-color: #48013D;
}
.BgClassName
{
background-color: #48013D;
}
</style>
border-color css
<style>
span { border-color: #48013D; }
span { border-color: rgb(72,1,61); }
td.TdClassName
{
border-color: #48013D;
}
.TagClassName
{
border-color: #48013D;
}
</style>