Shades of Tyrian Purple #69043E
Tints of Tyrian Purple #69043E
RGB
CMYK
RGB Variations
Color information
#69043E (or 0x69043E) is known color: Tyrian Purple. HEX triplet: 69, 04 and 3E. RGB value is (105,4,62). Sum of RGB (Red+Green+Blue) = 105+4+62=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #69043E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69043E is #96FBC1. Grayscale: #282828. Windows color (decimal): -9894850 or 4064361. OLE color: 4064361.
HSL color Cylindrical-coordinate representation of color #69043E: hue angle of 325.54º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #69043E is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 4 | 62 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.59 |
| HSL | 325.54º | 0.93% | 0.21% | - |
| HSV(B) | 325.54º | 0.96% | 0.41% | - |
| XYZ | 6.74 | 3.44 | 4.87 | - |
| YUV | 40.81 | 139.96 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 4 | 62 | 0 | 0.96 | 0.41 | 0.59 | 325.54 | 0.93 | 0.21 |
| Hex | 69 | 4 | 3E | 0 | 60 | 29 | 3B | 146 | 5D | 15 |
| Octal | 151 | 4 | 76 | 0 | 140 | 51 | 73 | 506 | 135 | 25 |
| Binary | 1101001 | 100 | 111110 | 0 | 1100000 | 101001 | 111011 | 101000110 | 1011101 | 10101 |
Color Harmonies of #69043E
Complementary color
Monochromatic Colors of #69043E
Black with #69043E
Text Example
Text Example
White with #69043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69043E; }
p { color: rgb(105,4,62); }
H1.HeaderClassName
{
color: #69043E;
}
.AnyTagClassName
{
color: #69043E;
}
</style>
background-color css
<style>
a { background-color: #69043E; }
a { background-color: rgb(105,4,62); }
div.DivClassName
{
background-color: #69043E;
}
.BgClassName
{
background-color: #69043E;
}
</style>
border-color css
<style>
span { border-color: #69043E; }
span { border-color: rgb(105,4,62); }
td.TdClassName
{
border-color: #69043E;
}
.TagClassName
{
border-color: #69043E;
}
</style>