Shades of Tyrian Purple #6A0A45
Tints of Tyrian Purple #6A0A45
RGB
CMYK
RGB Variations
Color information
#6A0A45 (or 0x6A0A45) is known color: Tyrian Purple. HEX triplet: 6A, 0A and 45. RGB value is (106,10,69). Sum of RGB (Red+Green+Blue) = 106+10+69=185 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.30% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0A45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0A45 is #95F5BA. Grayscale: #2D2D2D. Windows color (decimal): -9827771 or 4524650. OLE color: 4524650.
HSL color Cylindrical-coordinate representation of color #6A0A45: hue angle of 323.12º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A0A45 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 10 | 69 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.58 |
| HSL | 323.13º | 0.83% | 0.23% | - |
| HSV(B) | 323.13º | 0.91% | 0.42% | - |
| XYZ | 7.13 | 3.71 | 5.97 | - |
| YUV | 45.43 | 141.3 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 10 | 69 | 0 | 0.91 | 0.35 | 0.58 | 323.13 | 0.83 | 0.23 |
| Hex | 6A | A | 45 | 0 | 5B | 23 | 3A | 143 | 53 | 17 |
| Octal | 152 | 12 | 105 | 0 | 133 | 43 | 72 | 503 | 123 | 27 |
| Binary | 1101010 | 1010 | 1000101 | 0 | 1011011 | 100011 | 111010 | 101000011 | 1010011 | 10111 |
Color Harmonies of #6A0A45
Complementary color
Monochromatic Colors of #6A0A45
Black with #6A0A45
Text Example
Text Example
White with #6A0A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0A45; }
p { color: rgb(106,10,69); }
H1.HeaderClassName
{
color: #6A0A45;
}
.AnyTagClassName
{
color: #6A0A45;
}
</style>
background-color css
<style>
a { background-color: #6A0A45; }
a { background-color: rgb(106,10,69); }
div.DivClassName
{
background-color: #6A0A45;
}
.BgClassName
{
background-color: #6A0A45;
}
</style>
border-color css
<style>
span { border-color: #6A0A45; }
span { border-color: rgb(106,10,69); }
td.TdClassName
{
border-color: #6A0A45;
}
.TagClassName
{
border-color: #6A0A45;
}
</style>