Shades of Tyrian Purple #6A0745
Tints of Tyrian Purple #6A0745
RGB
CMYK
RGB Variations
Color information
#6A0745 (or 0x6A0745) is known color: Tyrian Purple. HEX triplet: 6A, 07 and 45. RGB value is (106,7,69). Sum of RGB (Red+Green+Blue) = 106+7+69=182 (24% of max value = 765). Red value is 106 (41.80% from 255 or 58.24% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0745 is #95F8BA. Grayscale: #2B2B2B. Windows color (decimal): -9828539 or 4523882. OLE color: 4523882.
HSL color Cylindrical-coordinate representation of color #6A0745: hue angle of 322.42º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A0745 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 7 | 69 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.58 |
| HSL | 322.42º | 0.88% | 0.22% | - |
| HSV(B) | 322.42º | 0.93% | 0.42% | - |
| XYZ | 7.09 | 3.65 | 5.96 | - |
| YUV | 43.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 7 | 69 | 0 | 0.93 | 0.35 | 0.58 | 322.42 | 0.88 | 0.22 |
| Hex | 6A | 7 | 45 | 0 | 5D | 23 | 3A | 142 | 58 | 16 |
| Octal | 152 | 7 | 105 | 0 | 135 | 43 | 72 | 502 | 130 | 26 |
| Binary | 1101010 | 111 | 1000101 | 0 | 1011101 | 100011 | 111010 | 101000010 | 1011000 | 10110 |
Color Harmonies of #6A0745
Complementary color
Monochromatic Colors of #6A0745
Black with #6A0745
Text Example
Text Example
White with #6A0745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0745; }
p { color: rgb(106,7,69); }
H1.HeaderClassName
{
color: #6A0745;
}
.AnyTagClassName
{
color: #6A0745;
}
</style>
background-color css
<style>
a { background-color: #6A0745; }
a { background-color: rgb(106,7,69); }
div.DivClassName
{
background-color: #6A0745;
}
.BgClassName
{
background-color: #6A0745;
}
</style>
border-color css
<style>
span { border-color: #6A0745; }
span { border-color: rgb(106,7,69); }
td.TdClassName
{
border-color: #6A0745;
}
.TagClassName
{
border-color: #6A0745;
}
</style>