Shades of Tyrian Purple #48033F
Tints of Tyrian Purple #48033F
RGB
CMYK
RGB Variations
Color information
#48033F (or 0x48033F) is known color: Tyrian Purple. HEX triplet: 48, 03 and 3F. RGB value is (72,3,63). Sum of RGB (Red+Green+Blue) = 72+3+63=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48033F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48033F is #B7FCC0. Grayscale: #1E1E1E. Windows color (decimal): -12057793 or 4129608. OLE color: 4129608.
HSL color Cylindrical-coordinate representation of color #48033F: hue angle of 307.83º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48033F is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 3 | 63 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.72 |
| HSL | 307.83º | 0.92% | 0.15% | - |
| HSV(B) | 307.83º | 0.96% | 0.28% | - |
| XYZ | 3.6 | 1.8 | 4.86 | - |
| YUV | 30.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 3 | 63 | 0 | 0.96 | 0.12 | 0.72 | 307.83 | 0.92 | 0.15 |
| Hex | 48 | 3 | 3F | 0 | 60 | C | 48 | 134 | 5C | F |
| Octal | 110 | 3 | 77 | 0 | 140 | 14 | 110 | 464 | 134 | 17 |
| Binary | 1001000 | 11 | 111111 | 0 | 1100000 | 1100 | 1001000 | 100110100 | 1011100 | 1111 |
Color Harmonies of #48033F
Complementary color
Monochromatic Colors of #48033F
Black with #48033F
Text Example
Text Example
White with #48033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48033F; }
p { color: rgb(72,3,63); }
H1.HeaderClassName
{
color: #48033F;
}
.AnyTagClassName
{
color: #48033F;
}
</style>
background-color css
<style>
a { background-color: #48033F; }
a { background-color: rgb(72,3,63); }
div.DivClassName
{
background-color: #48033F;
}
.BgClassName
{
background-color: #48033F;
}
</style>
border-color css
<style>
span { border-color: #48033F; }
span { border-color: rgb(72,3,63); }
td.TdClassName
{
border-color: #48033F;
}
.TagClassName
{
border-color: #48033F;
}
</style>