Shades of Tyrian Purple #6A0257
Tints of Tyrian Purple #6A0257
RGB
CMYK
RGB Variations
Color information
#6A0257 (or 0x6A0257) is known color: Tyrian Purple. HEX triplet: 6A, 02 and 57. RGB value is (106,2,87). Sum of RGB (Red+Green+Blue) = 106+2+87=195 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.36% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0257 is #95FDA8. Grayscale: #2A2A2A. Windows color (decimal): -9829801 or 5702250. OLE color: 5702250.
HSL color Cylindrical-coordinate representation of color #6A0257: hue angle of 310.96º 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 #6A0257 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 2 | 87 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.58 |
| HSL | 310.96º | 0.96% | 0.21% | - |
| HSV(B) | 310.96º | 0.98% | 0.42% | - |
| XYZ | 7.69 | 3.8 | 9.34 | - |
| YUV | 42.79 | 152.96 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 2 | 87 | 0 | 0.98 | 0.18 | 0.58 | 310.96 | 0.96 | 0.21 |
| Hex | 6A | 2 | 57 | 0 | 62 | 12 | 3A | 137 | 60 | 15 |
| Octal | 152 | 2 | 127 | 0 | 142 | 22 | 72 | 467 | 140 | 25 |
| Binary | 1101010 | 10 | 1010111 | 0 | 1100010 | 10010 | 111010 | 100110111 | 1100000 | 10101 |
Color Harmonies of #6A0257
Complementary color
Monochromatic Colors of #6A0257
Black with #6A0257
Text Example
Text Example
White with #6A0257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0257; }
p { color: rgb(106,2,87); }
H1.HeaderClassName
{
color: #6A0257;
}
.AnyTagClassName
{
color: #6A0257;
}
</style>
background-color css
<style>
a { background-color: #6A0257; }
a { background-color: rgb(106,2,87); }
div.DivClassName
{
background-color: #6A0257;
}
.BgClassName
{
background-color: #6A0257;
}
</style>
border-color css
<style>
span { border-color: #6A0257; }
span { border-color: rgb(106,2,87); }
td.TdClassName
{
border-color: #6A0257;
}
.TagClassName
{
border-color: #6A0257;
}
</style>