Shades of Tyrian Purple #6A0239
Tints of Tyrian Purple #6A0239
RGB
CMYK
RGB Variations
Color information
#6A0239 (or 0x6A0239) is known color: Tyrian Purple. HEX triplet: 6A, 02 and 39. RGB value is (106,2,57). Sum of RGB (Red+Green+Blue) = 106+2+57=165 (21% of max value = 765). Red value is 106 (41.80% from 255 or 64.24% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0239 is #95FDC6. Grayscale: #272727. Windows color (decimal): -9829831 or 3736170. OLE color: 3736170.
HSL color Cylindrical-coordinate representation of color #6A0239: hue angle of 328.27º 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 #6A0239 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 2 | 57 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.58 |
| HSL | 328.27º | 0.96% | 0.21% | - |
| HSV(B) | 328.27º | 0.98% | 0.42% | - |
| XYZ | 6.7 | 3.4 | 4.17 | - |
| YUV | 39.37 | 137.96 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 2 | 57 | 0 | 0.98 | 0.46 | 0.58 | 328.27 | 0.96 | 0.21 |
| Hex | 6A | 2 | 39 | 0 | 62 | 2E | 3A | 148 | 60 | 15 |
| Octal | 152 | 2 | 71 | 0 | 142 | 56 | 72 | 510 | 140 | 25 |
| Binary | 1101010 | 10 | 111001 | 0 | 1100010 | 101110 | 111010 | 101001000 | 1100000 | 10101 |
Color Harmonies of #6A0239
Complementary color
Monochromatic Colors of #6A0239
Black with #6A0239
Text Example
Text Example
White with #6A0239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0239; }
p { color: rgb(106,2,57); }
H1.HeaderClassName
{
color: #6A0239;
}
.AnyTagClassName
{
color: #6A0239;
}
</style>
background-color css
<style>
a { background-color: #6A0239; }
a { background-color: rgb(106,2,57); }
div.DivClassName
{
background-color: #6A0239;
}
.BgClassName
{
background-color: #6A0239;
}
</style>
border-color css
<style>
span { border-color: #6A0239; }
span { border-color: rgb(106,2,57); }
td.TdClassName
{
border-color: #6A0239;
}
.TagClassName
{
border-color: #6A0239;
}
</style>