Shades of Tyrian Purple #6A0246
Tints of Tyrian Purple #6A0246
RGB
CMYK
RGB Variations
Color information
#6A0246 (or 0x6A0246) is known color: Tyrian Purple. HEX triplet: 6A, 02 and 46. RGB value is (106,2,70). Sum of RGB (Red+Green+Blue) = 106+2+70=178 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.55% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0246 is #95FDB9. Grayscale: #282828. Windows color (decimal): -9829818 or 4588138. OLE color: 4588138.
HSL color Cylindrical-coordinate representation of color #6A0246: hue angle of 320.77º 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 #6A0246 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 2 | 70 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.58 |
| HSL | 320.77º | 0.96% | 0.21% | - |
| HSV(B) | 320.77º | 0.98% | 0.42% | - |
| XYZ | 7.07 | 3.55 | 6.11 | - |
| YUV | 40.85 | 144.46 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 2 | 70 | 0 | 0.98 | 0.34 | 0.58 | 320.77 | 0.96 | 0.21 |
| Hex | 6A | 2 | 46 | 0 | 62 | 22 | 3A | 141 | 60 | 15 |
| Octal | 152 | 2 | 106 | 0 | 142 | 42 | 72 | 501 | 140 | 25 |
| Binary | 1101010 | 10 | 1000110 | 0 | 1100010 | 100010 | 111010 | 101000001 | 1100000 | 10101 |
Color Harmonies of #6A0246
Complementary color
Monochromatic Colors of #6A0246
Black with #6A0246
Text Example
Text Example
White with #6A0246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0246; }
p { color: rgb(106,2,70); }
H1.HeaderClassName
{
color: #6A0246;
}
.AnyTagClassName
{
color: #6A0246;
}
</style>
background-color css
<style>
a { background-color: #6A0246; }
a { background-color: rgb(106,2,70); }
div.DivClassName
{
background-color: #6A0246;
}
.BgClassName
{
background-color: #6A0246;
}
</style>
border-color css
<style>
span { border-color: #6A0246; }
span { border-color: rgb(106,2,70); }
td.TdClassName
{
border-color: #6A0246;
}
.TagClassName
{
border-color: #6A0246;
}
</style>