Shades of Tyrian Purple #6A074F
Tints of Tyrian Purple #6A074F
RGB
CMYK
RGB Variations
Color information
#6A074F (or 0x6A074F) is known color: Tyrian Purple. HEX triplet: 6A, 07 and 4F. RGB value is (106,7,79). Sum of RGB (Red+Green+Blue) = 106+7+79=192 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.21% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 106 - color contains mainly: red. Hex color #6A074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A074F is #95F8B0. Grayscale: #2C2C2C. Windows color (decimal): -9828529 or 5179242. OLE color: 5179242.
HSL color Cylindrical-coordinate representation of color #6A074F: hue angle of 316.36º 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 #6A074F is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 7 | 79 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.58 |
| HSL | 316.36º | 0.88% | 0.22% | - |
| HSV(B) | 316.36º | 0.93% | 0.42% | - |
| XYZ | 7.43 | 3.78 | 7.74 | - |
| YUV | 44.81 | 147.3 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 7 | 79 | 0 | 0.93 | 0.25 | 0.58 | 316.36 | 0.88 | 0.22 |
| Hex | 6A | 7 | 4F | 0 | 5D | 19 | 3A | 13C | 58 | 16 |
| Octal | 152 | 7 | 117 | 0 | 135 | 31 | 72 | 474 | 130 | 26 |
| Binary | 1101010 | 111 | 1001111 | 0 | 1011101 | 11001 | 111010 | 100111100 | 1011000 | 10110 |
Color Harmonies of #6A074F
Complementary color
Monochromatic Colors of #6A074F
Black with #6A074F
Text Example
Text Example
White with #6A074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A074F; }
p { color: rgb(106,7,79); }
H1.HeaderClassName
{
color: #6A074F;
}
.AnyTagClassName
{
color: #6A074F;
}
</style>
background-color css
<style>
a { background-color: #6A074F; }
a { background-color: rgb(106,7,79); }
div.DivClassName
{
background-color: #6A074F;
}
.BgClassName
{
background-color: #6A074F;
}
</style>
border-color css
<style>
span { border-color: #6A074F; }
span { border-color: rgb(106,7,79); }
td.TdClassName
{
border-color: #6A074F;
}
.TagClassName
{
border-color: #6A074F;
}
</style>