Shades of Tyrian Purple #69072E
Tints of Tyrian Purple #69072E
RGB
CMYK
RGB Variations
Color information
#69072E (or 0x69072E) is known color: Tyrian Purple. HEX triplet: 69, 07 and 2E. RGB value is (105,7,46). Sum of RGB (Red+Green+Blue) = 105+7+46=158 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.46% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 105 - color contains mainly: red. Hex color #69072E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69072E is #96F8D1. Grayscale: #282828. Windows color (decimal): -9894098 or 3016553. OLE color: 3016553.
HSL color Cylindrical-coordinate representation of color #69072E: hue angle of 336.12º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69072E is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 7 | 46 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.59 |
| HSL | 336.12º | 0.88% | 0.22% | - |
| HSV(B) | 336.12º | 0.93% | 0.41% | - |
| XYZ | 6.39 | 3.35 | 2.89 | - |
| YUV | 40.75 | 130.97 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 7 | 46 | 0 | 0.93 | 0.56 | 0.59 | 336.12 | 0.88 | 0.22 |
| Hex | 69 | 7 | 2E | 0 | 5D | 38 | 3B | 150 | 58 | 16 |
| Octal | 151 | 7 | 56 | 0 | 135 | 70 | 73 | 520 | 130 | 26 |
| Binary | 1101001 | 111 | 101110 | 0 | 1011101 | 111000 | 111011 | 101010000 | 1011000 | 10110 |
Color Harmonies of #69072E
Complementary color
Monochromatic Colors of #69072E
Black with #69072E
Text Example
Text Example
White with #69072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69072E; }
p { color: rgb(105,7,46); }
H1.HeaderClassName
{
color: #69072E;
}
.AnyTagClassName
{
color: #69072E;
}
</style>
background-color css
<style>
a { background-color: #69072E; }
a { background-color: rgb(105,7,46); }
div.DivClassName
{
background-color: #69072E;
}
.BgClassName
{
background-color: #69072E;
}
</style>
border-color css
<style>
span { border-color: #69072E; }
span { border-color: rgb(105,7,46); }
td.TdClassName
{
border-color: #69072E;
}
.TagClassName
{
border-color: #69072E;
}
</style>