Shades of Tyrian Purple #6A0355
Tints of Tyrian Purple #6A0355
RGB
CMYK
RGB Variations
Color information
#6A0355 (or 0x6A0355) is known color: Tyrian Purple. HEX triplet: 6A, 03 and 55. RGB value is (106,3,85). Sum of RGB (Red+Green+Blue) = 106+3+85=194 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.64% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0355 is #95FCAA. Grayscale: #2A2A2A. Windows color (decimal): -9829547 or 5571434. OLE color: 5571434.
HSL color Cylindrical-coordinate representation of color #6A0355: hue angle of 312.23º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A0355 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 3 | 85 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.58 |
| HSL | 312.23º | 0.94% | 0.21% | - |
| HSV(B) | 312.23º | 0.97% | 0.42% | - |
| XYZ | 7.62 | 3.79 | 8.92 | - |
| YUV | 43.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 3 | 85 | 0 | 0.97 | 0.20 | 0.58 | 312.23 | 0.94 | 0.21 |
| Hex | 6A | 3 | 55 | 0 | 61 | 14 | 3A | 138 | 5E | 15 |
| Octal | 152 | 3 | 125 | 0 | 141 | 24 | 72 | 470 | 136 | 25 |
| Binary | 1101010 | 11 | 1010101 | 0 | 1100001 | 10100 | 111010 | 100111000 | 1011110 | 10101 |
Color Harmonies of #6A0355
Complementary color
Monochromatic Colors of #6A0355
Black with #6A0355
Text Example
Text Example
White with #6A0355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0355; }
p { color: rgb(106,3,85); }
H1.HeaderClassName
{
color: #6A0355;
}
.AnyTagClassName
{
color: #6A0355;
}
</style>
background-color css
<style>
a { background-color: #6A0355; }
a { background-color: rgb(106,3,85); }
div.DivClassName
{
background-color: #6A0355;
}
.BgClassName
{
background-color: #6A0355;
}
</style>
border-color css
<style>
span { border-color: #6A0355; }
span { border-color: rgb(106,3,85); }
td.TdClassName
{
border-color: #6A0355;
}
.TagClassName
{
border-color: #6A0355;
}
</style>