Shades of Tyrian Purple #6A0955
Tints of Tyrian Purple #6A0955
RGB
CMYK
RGB Variations
Color information
#6A0955 (or 0x6A0955) is known color: Tyrian Purple. HEX triplet: 6A, 09 and 55. RGB value is (106,9,85). Sum of RGB (Red+Green+Blue) = 106+9+85=200 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0955 is #95F6AA. Grayscale: #2E2E2E. Windows color (decimal): -9828011 or 5572970. OLE color: 5572970.
HSL color Cylindrical-coordinate representation of color #6A0955: hue angle of 312.99º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A0955 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 9 | 85 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.58 |
| HSL | 312.99º | 0.84% | 0.23% | - |
| HSV(B) | 312.99º | 0.92% | 0.42% | - |
| XYZ | 7.68 | 3.92 | 8.95 | - |
| YUV | 46.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 9 | 85 | 0 | 0.92 | 0.20 | 0.58 | 312.99 | 0.84 | 0.23 |
| Hex | 6A | 9 | 55 | 0 | 5C | 14 | 3A | 139 | 54 | 17 |
| Octal | 152 | 11 | 125 | 0 | 134 | 24 | 72 | 471 | 124 | 27 |
| Binary | 1101010 | 1001 | 1010101 | 0 | 1011100 | 10100 | 111010 | 100111001 | 1010100 | 10111 |
Color Harmonies of #6A0955
Complementary color
Monochromatic Colors of #6A0955
Black with #6A0955
Text Example
Text Example
White with #6A0955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0955; }
p { color: rgb(106,9,85); }
H1.HeaderClassName
{
color: #6A0955;
}
.AnyTagClassName
{
color: #6A0955;
}
</style>
background-color css
<style>
a { background-color: #6A0955; }
a { background-color: rgb(106,9,85); }
div.DivClassName
{
background-color: #6A0955;
}
.BgClassName
{
background-color: #6A0955;
}
</style>
border-color css
<style>
span { border-color: #6A0955; }
span { border-color: rgb(106,9,85); }
td.TdClassName
{
border-color: #6A0955;
}
.TagClassName
{
border-color: #6A0955;
}
</style>