Shades of Tyrian Purple #6A0036
Tints of Tyrian Purple #6A0036
RGB
CMYK
RGB Variations
Color information
#6A0036 (or 0x6A0036) is known color: Tyrian Purple. HEX triplet: 6A, 00 and 36. RGB value is (106,0,54). Sum of RGB (Red+Green+Blue) = 106+0+54=160 (21% of max value = 765). Red value is 106 (41.80% from 255 or 66.25% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0036 is #95FFC9. Grayscale: #252525. Windows color (decimal): -9830346 or 3539050. OLE color: 3539050.
HSL color Cylindrical-coordinate representation of color #6A0036: hue angle of 329.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A0036 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.49 | 0.58 |
| HSL | 329.43º | 1% | 0.21% | - |
| HSV(B) | 329.43º | 1% | 0.42% | - |
| XYZ | 6.61 | 3.33 | 3.78 | - |
| YUV | 37.85 | 137.12 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 54 | 0 | 1 | 0.49 | 0.58 | 329.43 | 1 | 0.21 |
| Hex | 6A | 0 | 36 | 0 | 64 | 31 | 3A | 149 | 64 | 15 |
| Octal | 152 | 0 | 66 | 0 | 144 | 61 | 72 | 511 | 144 | 25 |
| Binary | 1101010 | 0 | 110110 | 0 | 1100100 | 110001 | 111010 | 101001001 | 1100100 | 10101 |
Color Harmonies of #6A0036
Complementary color
Monochromatic Colors of #6A0036
Black with #6A0036
Text Example
Text Example
White with #6A0036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0036; }
p { color: rgb(106,0,54); }
H1.HeaderClassName
{
color: #6A0036;
}
.AnyTagClassName
{
color: #6A0036;
}
</style>
background-color css
<style>
a { background-color: #6A0036; }
a { background-color: rgb(106,0,54); }
div.DivClassName
{
background-color: #6A0036;
}
.BgClassName
{
background-color: #6A0036;
}
</style>
border-color css
<style>
span { border-color: #6A0036; }
span { border-color: rgb(106,0,54); }
td.TdClassName
{
border-color: #6A0036;
}
.TagClassName
{
border-color: #6A0036;
}
</style>