Shades of Tyrian Purple #69042D
Tints of Tyrian Purple #69042D
RGB
CMYK
RGB Variations
Color information
#69042D (or 0x69042D) is known color: Tyrian Purple. HEX triplet: 69, 04 and 2D. RGB value is (105,4,45). Sum of RGB (Red+Green+Blue) = 105+4+45=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #69042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69042D is #96FBD2. Grayscale: #262626. Windows color (decimal): -9894867 or 2950249. OLE color: 2950249.
HSL color Cylindrical-coordinate representation of color #69042D: hue angle of 335.64º 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 #69042D is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 4 | 45 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.59 |
| HSL | 335.64º | 0.93% | 0.21% | - |
| HSV(B) | 335.64º | 0.96% | 0.41% | - |
| XYZ | 6.34 | 3.28 | 2.78 | - |
| YUV | 38.87 | 131.46 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 4 | 45 | 0 | 0.96 | 0.57 | 0.59 | 335.64 | 0.93 | 0.21 |
| Hex | 69 | 4 | 2D | 0 | 60 | 39 | 3B | 150 | 5D | 15 |
| Octal | 151 | 4 | 55 | 0 | 140 | 71 | 73 | 520 | 135 | 25 |
| Binary | 1101001 | 100 | 101101 | 0 | 1100000 | 111001 | 111011 | 101010000 | 1011101 | 10101 |
Color Harmonies of #69042D
Complementary color
Monochromatic Colors of #69042D
Black with #69042D
Text Example
Text Example
White with #69042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69042D; }
p { color: rgb(105,4,45); }
H1.HeaderClassName
{
color: #69042D;
}
.AnyTagClassName
{
color: #69042D;
}
</style>
background-color css
<style>
a { background-color: #69042D; }
a { background-color: rgb(105,4,45); }
div.DivClassName
{
background-color: #69042D;
}
.BgClassName
{
background-color: #69042D;
}
</style>
border-color css
<style>
span { border-color: #69042D; }
span { border-color: rgb(105,4,45); }
td.TdClassName
{
border-color: #69042D;
}
.TagClassName
{
border-color: #69042D;
}
</style>