Shades of Tyrian Purple #69082C
Tints of Tyrian Purple #69082C
RGB
CMYK
RGB Variations
Color information
#69082C (or 0x69082C) is known color: Tyrian Purple. HEX triplet: 69, 08 and 2C. RGB value is (105,8,44). Sum of RGB (Red+Green+Blue) = 105+8+44=157 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.88% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 105 - color contains mainly: red. Hex color #69082C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69082C is #96F7D3. Grayscale: #292929. Windows color (decimal): -9893844 or 2885737. OLE color: 2885737.
HSL color Cylindrical-coordinate representation of color #69082C: hue angle of 337.73º 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 #69082C is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 8 | 44 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.59 |
| HSL | 337.73º | 0.86% | 0.22% | - |
| HSV(B) | 337.73º | 0.92% | 0.41% | - |
| XYZ | 6.37 | 3.36 | 2.7 | - |
| YUV | 41.11 | 129.64 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 44 | 0 | 0.92 | 0.58 | 0.59 | 337.73 | 0.86 | 0.22 |
| Hex | 69 | 8 | 2C | 0 | 5C | 3A | 3B | 152 | 56 | 16 |
| Octal | 151 | 10 | 54 | 0 | 134 | 72 | 73 | 522 | 126 | 26 |
| Binary | 1101001 | 1000 | 101100 | 0 | 1011100 | 111010 | 111011 | 101010010 | 1010110 | 10110 |
Color Harmonies of #69082C
Complementary color
Monochromatic Colors of #69082C
Black with #69082C
Text Example
Text Example
White with #69082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69082C; }
p { color: rgb(105,8,44); }
H1.HeaderClassName
{
color: #69082C;
}
.AnyTagClassName
{
color: #69082C;
}
</style>
background-color css
<style>
a { background-color: #69082C; }
a { background-color: rgb(105,8,44); }
div.DivClassName
{
background-color: #69082C;
}
.BgClassName
{
background-color: #69082C;
}
</style>
border-color css
<style>
span { border-color: #69082C; }
span { border-color: rgb(105,8,44); }
td.TdClassName
{
border-color: #69082C;
}
.TagClassName
{
border-color: #69082C;
}
</style>