Shades of Tyrian Purple #6A0137
Tints of Tyrian Purple #6A0137
RGB
CMYK
RGB Variations
Color information
#6A0137 (or 0x6A0137) is known color: Tyrian Purple. HEX triplet: 6A, 01 and 37. RGB value is (106,1,55). Sum of RGB (Red+Green+Blue) = 106+1+55=162 (21% of max value = 765). Red value is 106 (41.80% from 255 or 65.43% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 55 (21.88% from 255 or 33.95% from 162); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0137 is #95FEC8. Grayscale: #262626. Windows color (decimal): -9830089 or 3604842. OLE color: 3604842.
HSL color Cylindrical-coordinate representation of color #6A0137: hue angle of 329.14º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A0137 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 1 | 55 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.58 |
| HSL | 329.14º | 0.98% | 0.21% | - |
| HSV(B) | 329.14º | 0.99% | 0.42% | - |
| XYZ | 6.64 | 3.36 | 3.91 | - |
| YUV | 38.55 | 137.29 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 1 | 55 | 0 | 0.99 | 0.48 | 0.58 | 329.14 | 0.98 | 0.21 |
| Hex | 6A | 1 | 37 | 0 | 63 | 30 | 3A | 149 | 62 | 15 |
| Octal | 152 | 1 | 67 | 0 | 143 | 60 | 72 | 511 | 142 | 25 |
| Binary | 1101010 | 1 | 110111 | 0 | 1100011 | 110000 | 111010 | 101001001 | 1100010 | 10101 |
Color Harmonies of #6A0137
Complementary color
Monochromatic Colors of #6A0137
Black with #6A0137
Text Example
Text Example
White with #6A0137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0137; }
p { color: rgb(106,1,55); }
H1.HeaderClassName
{
color: #6A0137;
}
.AnyTagClassName
{
color: #6A0137;
}
</style>
background-color css
<style>
a { background-color: #6A0137; }
a { background-color: rgb(106,1,55); }
div.DivClassName
{
background-color: #6A0137;
}
.BgClassName
{
background-color: #6A0137;
}
</style>
border-color css
<style>
span { border-color: #6A0137; }
span { border-color: rgb(106,1,55); }
td.TdClassName
{
border-color: #6A0137;
}
.TagClassName
{
border-color: #6A0137;
}
</style>