Shades of Tyrian Purple #6A082B
Tints of Tyrian Purple #6A082B
RGB
CMYK
RGB Variations
Color information
#6A082B (or 0x6A082B) is known color: Tyrian Purple. HEX triplet: 6A, 08 and 2B. RGB value is (106,8,43). Sum of RGB (Red+Green+Blue) = 106+8+43=157 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.52% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 106 - color contains mainly: red. Hex color #6A082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A082B is #95F7D4. Grayscale: #292929. Windows color (decimal): -9828309 or 2820202. OLE color: 2820202.
HSL color Cylindrical-coordinate representation of color #6A082B: hue angle of 338.57º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A082B is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 8 | 43 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.58 |
| HSL | 338.57º | 0.86% | 0.22% | - |
| HSV(B) | 338.57º | 0.92% | 0.42% | - |
| XYZ | 6.47 | 3.41 | 2.6 | - |
| YUV | 41.29 | 128.97 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 8 | 43 | 0 | 0.92 | 0.59 | 0.58 | 338.57 | 0.86 | 0.22 |
| Hex | 6A | 8 | 2B | 0 | 5C | 3B | 3A | 153 | 56 | 16 |
| Octal | 152 | 10 | 53 | 0 | 134 | 73 | 72 | 523 | 126 | 26 |
| Binary | 1101010 | 1000 | 101011 | 0 | 1011100 | 111011 | 111010 | 101010011 | 1010110 | 10110 |
Color Harmonies of #6A082B
Complementary color
Monochromatic Colors of #6A082B
Black with #6A082B
Text Example
Text Example
White with #6A082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A082B; }
p { color: rgb(106,8,43); }
H1.HeaderClassName
{
color: #6A082B;
}
.AnyTagClassName
{
color: #6A082B;
}
</style>
background-color css
<style>
a { background-color: #6A082B; }
a { background-color: rgb(106,8,43); }
div.DivClassName
{
background-color: #6A082B;
}
.BgClassName
{
background-color: #6A082B;
}
</style>
border-color css
<style>
span { border-color: #6A082B; }
span { border-color: rgb(106,8,43); }
td.TdClassName
{
border-color: #6A082B;
}
.TagClassName
{
border-color: #6A082B;
}
</style>