Shades of Tyrian Purple #6A0733
Tints of Tyrian Purple #6A0733
RGB
CMYK
RGB Variations
Color information
#6A0733 (or 0x6A0733) is known color: Tyrian Purple. HEX triplet: 6A, 07 and 33. RGB value is (106,7,51). Sum of RGB (Red+Green+Blue) = 106+7+51=164 (21% of max value = 765). Red value is 106 (41.80% from 255 or 64.63% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0733 is #95F8CC. Grayscale: #292929. Windows color (decimal): -9828557 or 3344234. OLE color: 3344234.
HSL color Cylindrical-coordinate representation of color #6A0733: hue angle of 333.33º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A0733 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 7 | 51 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.58 |
| HSL | 333.33º | 0.88% | 0.22% | - |
| HSV(B) | 333.33º | 0.93% | 0.42% | - |
| XYZ | 6.62 | 3.46 | 3.45 | - |
| YUV | 41.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 7 | 51 | 0 | 0.93 | 0.52 | 0.58 | 333.33 | 0.88 | 0.22 |
| Hex | 6A | 7 | 33 | 0 | 5D | 34 | 3A | 14D | 58 | 16 |
| Octal | 152 | 7 | 63 | 0 | 135 | 64 | 72 | 515 | 130 | 26 |
| Binary | 1101010 | 111 | 110011 | 0 | 1011101 | 110100 | 111010 | 101001101 | 1011000 | 10110 |
Color Harmonies of #6A0733
Complementary color
Monochromatic Colors of #6A0733
Black with #6A0733
Text Example
Text Example
White with #6A0733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0733; }
p { color: rgb(106,7,51); }
H1.HeaderClassName
{
color: #6A0733;
}
.AnyTagClassName
{
color: #6A0733;
}
</style>
background-color css
<style>
a { background-color: #6A0733; }
a { background-color: rgb(106,7,51); }
div.DivClassName
{
background-color: #6A0733;
}
.BgClassName
{
background-color: #6A0733;
}
</style>
border-color css
<style>
span { border-color: #6A0733; }
span { border-color: rgb(106,7,51); }
td.TdClassName
{
border-color: #6A0733;
}
.TagClassName
{
border-color: #6A0733;
}
</style>