Shades of Tyrian Purple #6A1034
Tints of Tyrian Purple #6A1034
RGB
CMYK
RGB Variations
Color information
#6A1034 (or 0x6A1034) is known color: Tyrian Purple. HEX triplet: 6A, 10 and 34. RGB value is (106,16,52). Sum of RGB (Red+Green+Blue) = 106+16+52=174 (23% of max value = 765). Red value is 106 (41.80% from 255 or 60.92% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1034 is #95EFCB. Grayscale: #2E2E2E. Windows color (decimal): -9826252 or 3412074. OLE color: 3412074.
HSL color Cylindrical-coordinate representation of color #6A1034: hue angle of 336º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A1034 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 16 | 52 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.58 |
| HSL | 336º | 0.74% | 0.24% | - |
| HSV(B) | 336º | 0.85% | 0.42% | - |
| XYZ | 6.75 | 3.68 | 3.6 | - |
| YUV | 47.01 | 130.82 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 16 | 52 | 0 | 0.85 | 0.51 | 0.58 | 336 | 0.74 | 0.24 |
| Hex | 6A | 10 | 34 | 0 | 55 | 33 | 3A | 150 | 4A | 18 |
| Octal | 152 | 20 | 64 | 0 | 125 | 63 | 72 | 520 | 112 | 30 |
| Binary | 1101010 | 10000 | 110100 | 0 | 1010101 | 110011 | 111010 | 101010000 | 1001010 | 11000 |
Color Harmonies of #6A1034
Complementary color
Monochromatic Colors of #6A1034
Black with #6A1034
Text Example
Text Example
White with #6A1034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1034; }
p { color: rgb(106,16,52); }
H1.HeaderClassName
{
color: #6A1034;
}
.AnyTagClassName
{
color: #6A1034;
}
</style>
background-color css
<style>
a { background-color: #6A1034; }
a { background-color: rgb(106,16,52); }
div.DivClassName
{
background-color: #6A1034;
}
.BgClassName
{
background-color: #6A1034;
}
</style>
border-color css
<style>
span { border-color: #6A1034; }
span { border-color: rgb(106,16,52); }
td.TdClassName
{
border-color: #6A1034;
}
.TagClassName
{
border-color: #6A1034;
}
</style>