Shades of Tyrian Purple #69082D
Tints of Tyrian Purple #69082D
RGB
CMYK
RGB Variations
Color information
#69082D (or 0x69082D) is known color: Tyrian Purple. HEX triplet: 69, 08 and 2D. RGB value is (105,8,45). Sum of RGB (Red+Green+Blue) = 105+8+45=158 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.46% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 105 - color contains mainly: red. Hex color #69082D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69082D is #96F7D2. Grayscale: #292929. Windows color (decimal): -9893843 or 2951273. OLE color: 2951273.
HSL color Cylindrical-coordinate representation of color #69082D: hue angle of 337.11º 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 #69082D is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 8 | 45 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.59 |
| HSL | 337.11º | 0.86% | 0.22% | - |
| HSV(B) | 337.11º | 0.92% | 0.41% | - |
| XYZ | 6.39 | 3.37 | 2.8 | - |
| YUV | 41.22 | 130.14 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 45 | 0 | 0.92 | 0.57 | 0.59 | 337.11 | 0.86 | 0.22 |
| Hex | 69 | 8 | 2D | 0 | 5C | 39 | 3B | 151 | 56 | 16 |
| Octal | 151 | 10 | 55 | 0 | 134 | 71 | 73 | 521 | 126 | 26 |
| Binary | 1101001 | 1000 | 101101 | 0 | 1011100 | 111001 | 111011 | 101010001 | 1010110 | 10110 |
Color Harmonies of #69082D
Complementary color
Monochromatic Colors of #69082D
Black with #69082D
Text Example
Text Example
White with #69082D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69082D; }
p { color: rgb(105,8,45); }
H1.HeaderClassName
{
color: #69082D;
}
.AnyTagClassName
{
color: #69082D;
}
</style>
background-color css
<style>
a { background-color: #69082D; }
a { background-color: rgb(105,8,45); }
div.DivClassName
{
background-color: #69082D;
}
.BgClassName
{
background-color: #69082D;
}
</style>
border-color css
<style>
span { border-color: #69082D; }
span { border-color: rgb(105,8,45); }
td.TdClassName
{
border-color: #69082D;
}
.TagClassName
{
border-color: #69082D;
}
</style>