Shades of Tyrian Purple #6A005B
Tints of Tyrian Purple #6A005B
RGB
CMYK
RGB Variations
Color information
#6A005B (or 0x6A005B) is known color: Tyrian Purple. HEX triplet: 6A, 00 and 5B. RGB value is (106,0,91). Sum of RGB (Red+Green+Blue) = 106+0+91=197 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.81% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 106 - color contains mainly: red. Hex color #6A005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A005B is #95FFA4. Grayscale: #292929. Windows color (decimal): -9830309 or 5963882. OLE color: 5963882.
HSL color Cylindrical-coordinate representation of color #6A005B: hue angle of 308.49º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A005B is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.14 | 0.58 |
| HSL | 308.49º | 1% | 0.21% | - |
| HSV(B) | 308.49º | 1% | 0.42% | - |
| XYZ | 7.83 | 3.82 | 10.22 | - |
| YUV | 42.07 | 155.62 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 0 | 91 | 0 | 1 | 0.14 | 0.58 | 308.49 | 1 | 0.21 |
| Hex | 6A | 0 | 5B | 0 | 64 | E | 3A | 134 | 64 | 15 |
| Octal | 152 | 0 | 133 | 0 | 144 | 16 | 72 | 464 | 144 | 25 |
| Binary | 1101010 | 0 | 1011011 | 0 | 1100100 | 1110 | 111010 | 100110100 | 1100100 | 10101 |
Color Harmonies of #6A005B
Complementary color
Monochromatic Colors of #6A005B
Black with #6A005B
Text Example
Text Example
White with #6A005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A005B; }
p { color: rgb(106,0,91); }
H1.HeaderClassName
{
color: #6A005B;
}
.AnyTagClassName
{
color: #6A005B;
}
</style>
background-color css
<style>
a { background-color: #6A005B; }
a { background-color: rgb(106,0,91); }
div.DivClassName
{
background-color: #6A005B;
}
.BgClassName
{
background-color: #6A005B;
}
</style>
border-color css
<style>
span { border-color: #6A005B; }
span { border-color: rgb(106,0,91); }
td.TdClassName
{
border-color: #6A005B;
}
.TagClassName
{
border-color: #6A005B;
}
</style>