Shades of Tyrian Purple #480041
Tints of Tyrian Purple #480041
RGB
CMYK
RGB Variations
Color information
#480041 (or 0x480041) is known color: Tyrian Purple. HEX triplet: 48, 00 and 41. RGB value is (72,0,65). Sum of RGB (Red+Green+Blue) = 72+0+65=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #480041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480041 is #B7FFBE. Grayscale: #1C1C1C. Windows color (decimal): -12058559 or 4259912. OLE color: 4259912.
HSL color Cylindrical-coordinate representation of color #480041: hue angle of 305.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480041 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 0 | 65 | - |
| CMYK | 0 | 1 | 0.10 | 0.72 |
| HSL | 305.83º | 1% | 0.14% | - |
| HSV(B) | 305.83º | 1% | 0.28% | - |
| XYZ | 3.63 | 1.76 | 5.15 | - |
| YUV | 28.94 | 148.35 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 0 | 65 | 0 | 1 | 0.10 | 0.72 | 305.83 | 1 | 0.14 |
| Hex | 48 | 0 | 41 | 0 | 64 | A | 48 | 132 | 64 | E |
| Octal | 110 | 0 | 101 | 0 | 144 | 12 | 110 | 462 | 144 | 16 |
| Binary | 1001000 | 0 | 1000001 | 0 | 1100100 | 1010 | 1001000 | 100110010 | 1100100 | 1110 |
Color Harmonies of #480041
Complementary color
Monochromatic Colors of #480041
Black with #480041
Text Example
Text Example
White with #480041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480041; }
p { color: rgb(72,0,65); }
H1.HeaderClassName
{
color: #480041;
}
.AnyTagClassName
{
color: #480041;
}
</style>
background-color css
<style>
a { background-color: #480041; }
a { background-color: rgb(72,0,65); }
div.DivClassName
{
background-color: #480041;
}
.BgClassName
{
background-color: #480041;
}
</style>
border-color css
<style>
span { border-color: #480041; }
span { border-color: rgb(72,0,65); }
td.TdClassName
{
border-color: #480041;
}
.TagClassName
{
border-color: #480041;
}
</style>