Shades of Tyrian Purple #6A0B53
Tints of Tyrian Purple #6A0B53
RGB
CMYK
RGB Variations
Color information
#6A0B53 (or 0x6A0B53) is known color: Tyrian Purple. HEX triplet: 6A, 0B and 53. RGB value is (106,11,83). Sum of RGB (Red+Green+Blue) = 106+11+83=200 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0B53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0B53 is #95F4AC. Grayscale: #2F2F2F. Windows color (decimal): -9827501 or 5442410. OLE color: 5442410.
HSL color Cylindrical-coordinate representation of color #6A0B53: hue angle of 314.53º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A0B53 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 11 | 83 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.58 |
| HSL | 314.53º | 0.81% | 0.23% | - |
| HSV(B) | 314.53º | 0.9% | 0.42% | - |
| XYZ | 7.62 | 3.93 | 8.54 | - |
| YUV | 47.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 11 | 83 | 0 | 0.90 | 0.22 | 0.58 | 314.53 | 0.81 | 0.23 |
| Hex | 6A | B | 53 | 0 | 5A | 16 | 3A | 13B | 51 | 17 |
| Octal | 152 | 13 | 123 | 0 | 132 | 26 | 72 | 473 | 121 | 27 |
| Binary | 1101010 | 1011 | 1010011 | 0 | 1011010 | 10110 | 111010 | 100111011 | 1010001 | 10111 |
Color Harmonies of #6A0B53
Complementary color
Monochromatic Colors of #6A0B53
Black with #6A0B53
Text Example
Text Example
White with #6A0B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0B53; }
p { color: rgb(106,11,83); }
H1.HeaderClassName
{
color: #6A0B53;
}
.AnyTagClassName
{
color: #6A0B53;
}
</style>
background-color css
<style>
a { background-color: #6A0B53; }
a { background-color: rgb(106,11,83); }
div.DivClassName
{
background-color: #6A0B53;
}
.BgClassName
{
background-color: #6A0B53;
}
</style>
border-color css
<style>
span { border-color: #6A0B53; }
span { border-color: rgb(106,11,83); }
td.TdClassName
{
border-color: #6A0B53;
}
.TagClassName
{
border-color: #6A0B53;
}
</style>