Shades of Tyrian Purple #69082E
Tints of Tyrian Purple #69082E
RGB
CMYK
RGB Variations
Color information
#69082E (or 0x69082E) is known color: Tyrian Purple. HEX triplet: 69, 08 and 2E. RGB value is (105,8,46). Sum of RGB (Red+Green+Blue) = 105+8+46=159 (21% of max value = 765). Red value is 105 (41.41% from 255 or 66.04% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 105 - color contains mainly: red. Hex color #69082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69082E is #96F7D1. Grayscale: #292929. Windows color (decimal): -9893842 or 3016809. OLE color: 3016809.
HSL color Cylindrical-coordinate representation of color #69082E: hue angle of 336.49º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #69082E is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 8 | 46 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.59 |
| HSL | 336.49º | 0.86% | 0.22% | - |
| HSV(B) | 336.49º | 0.92% | 0.41% | - |
| XYZ | 6.41 | 3.37 | 2.9 | - |
| YUV | 41.34 | 130.64 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 46 | 0 | 0.92 | 0.56 | 0.59 | 336.49 | 0.86 | 0.22 |
| Hex | 69 | 8 | 2E | 0 | 5C | 38 | 3B | 150 | 56 | 16 |
| Octal | 151 | 10 | 56 | 0 | 134 | 70 | 73 | 520 | 126 | 26 |
| Binary | 1101001 | 1000 | 101110 | 0 | 1011100 | 111000 | 111011 | 101010000 | 1010110 | 10110 |
Color Harmonies of #69082E
Complementary color
Monochromatic Colors of #69082E
Black with #69082E
Text Example
Text Example
White with #69082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69082E; }
p { color: rgb(105,8,46); }
H1.HeaderClassName
{
color: #69082E;
}
.AnyTagClassName
{
color: #69082E;
}
</style>
background-color css
<style>
a { background-color: #69082E; }
a { background-color: rgb(105,8,46); }
div.DivClassName
{
background-color: #69082E;
}
.BgClassName
{
background-color: #69082E;
}
</style>
border-color css
<style>
span { border-color: #69082E; }
span { border-color: rgb(105,8,46); }
td.TdClassName
{
border-color: #69082E;
}
.TagClassName
{
border-color: #69082E;
}
</style>