Shades of Tyrian Purple #54032F
Tints of Tyrian Purple #54032F
RGB
CMYK
RGB Variations
Color information
#54032F (or 0x54032F) is known color: Tyrian Purple. HEX triplet: 54, 03 and 2F. RGB value is (84,3,47). Sum of RGB (Red+Green+Blue) = 84+3+47=134 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.69% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 84 - color contains mainly: red. Hex color #54032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54032F is #ABFCD0. Grayscale: #202020. Windows color (decimal): -11271377 or 3081044. OLE color: 3081044.
HSL color Cylindrical-coordinate representation of color #54032F: hue angle of 327.41º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #54032F is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 3 | 47 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.67 |
| HSL | 327.41º | 0.93% | 0.17% | - |
| HSV(B) | 327.41º | 0.96% | 0.33% | - |
| XYZ | 4.2 | 2.16 | 2.88 | - |
| YUV | 32.24 | 136.34 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 3 | 47 | 0 | 0.96 | 0.44 | 0.67 | 327.41 | 0.93 | 0.17 |
| Hex | 54 | 3 | 2F | 0 | 60 | 2C | 43 | 147 | 5D | 11 |
| Octal | 124 | 3 | 57 | 0 | 140 | 54 | 103 | 507 | 135 | 21 |
| Binary | 1010100 | 11 | 101111 | 0 | 1100000 | 101100 | 1000011 | 101000111 | 1011101 | 10001 |
Color Harmonies of #54032F
Complementary color
Monochromatic Colors of #54032F
Black with #54032F
Text Example
Text Example
White with #54032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54032F; }
p { color: rgb(84,3,47); }
H1.HeaderClassName
{
color: #54032F;
}
.AnyTagClassName
{
color: #54032F;
}
</style>
background-color css
<style>
a { background-color: #54032F; }
a { background-color: rgb(84,3,47); }
div.DivClassName
{
background-color: #54032F;
}
.BgClassName
{
background-color: #54032F;
}
</style>
border-color css
<style>
span { border-color: #54032F; }
span { border-color: rgb(84,3,47); }
td.TdClassName
{
border-color: #54032F;
}
.TagClassName
{
border-color: #54032F;
}
</style>