Shades of Tyrian Purple #6A0240
Tints of Tyrian Purple #6A0240
RGB
CMYK
RGB Variations
Color information
#6A0240 (or 0x6A0240) is known color: Tyrian Purple. HEX triplet: 6A, 02 and 40. RGB value is (106,2,64). Sum of RGB (Red+Green+Blue) = 106+2+64=172 (22% of max value = 765). Red value is 106 (41.80% from 255 or 61.63% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0240 is #95FDBF. Grayscale: #282828. Windows color (decimal): -9829824 or 4194922. OLE color: 4194922.
HSL color Cylindrical-coordinate representation of color #6A0240: hue angle of 324.23º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A0240 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 2 | 64 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.58 |
| HSL | 324.23º | 0.96% | 0.21% | - |
| HSV(B) | 324.23º | 0.98% | 0.42% | - |
| XYZ | 6.89 | 3.48 | 5.16 | - |
| YUV | 40.16 | 141.46 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 2 | 64 | 0 | 0.98 | 0.40 | 0.58 | 324.23 | 0.96 | 0.21 |
| Hex | 6A | 2 | 40 | 0 | 62 | 28 | 3A | 144 | 60 | 15 |
| Octal | 152 | 2 | 100 | 0 | 142 | 50 | 72 | 504 | 140 | 25 |
| Binary | 1101010 | 10 | 1000000 | 0 | 1100010 | 101000 | 111010 | 101000100 | 1100000 | 10101 |
Color Harmonies of #6A0240
Complementary color
Monochromatic Colors of #6A0240
Black with #6A0240
Text Example
Text Example
White with #6A0240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0240; }
p { color: rgb(106,2,64); }
H1.HeaderClassName
{
color: #6A0240;
}
.AnyTagClassName
{
color: #6A0240;
}
</style>
background-color css
<style>
a { background-color: #6A0240; }
a { background-color: rgb(106,2,64); }
div.DivClassName
{
background-color: #6A0240;
}
.BgClassName
{
background-color: #6A0240;
}
</style>
border-color css
<style>
span { border-color: #6A0240; }
span { border-color: rgb(106,2,64); }
td.TdClassName
{
border-color: #6A0240;
}
.TagClassName
{
border-color: #6A0240;
}
</style>