Shades of Tyrian Purple #6A0D42
Tints of Tyrian Purple #6A0D42
RGB
CMYK
RGB Variations
Color information
#6A0D42 (or 0x6A0D42) is known color: Tyrian Purple. HEX triplet: 6A, 0D and 42. RGB value is (106,13,66). Sum of RGB (Red+Green+Blue) = 106+13+66=185 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.30% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0D42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0D42 is #95F2BD. Grayscale: #2E2E2E. Windows color (decimal): -9827006 or 4328810. OLE color: 4328810.
HSL color Cylindrical-coordinate representation of color #6A0D42: hue angle of 325.81º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A0D42 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 13 | 66 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.58 |
| HSL | 325.81º | 0.78% | 0.23% | - |
| HSV(B) | 325.81º | 0.88% | 0.42% | - |
| XYZ | 7.07 | 3.75 | 5.5 | - |
| YUV | 46.85 | 138.81 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 13 | 66 | 0 | 0.88 | 0.38 | 0.58 | 325.81 | 0.78 | 0.23 |
| Hex | 6A | D | 42 | 0 | 58 | 26 | 3A | 146 | 4E | 17 |
| Octal | 152 | 15 | 102 | 0 | 130 | 46 | 72 | 506 | 116 | 27 |
| Binary | 1101010 | 1101 | 1000010 | 0 | 1011000 | 100110 | 111010 | 101000110 | 1001110 | 10111 |
Color Harmonies of #6A0D42
Complementary color
Monochromatic Colors of #6A0D42
Black with #6A0D42
Text Example
Text Example
White with #6A0D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0D42; }
p { color: rgb(106,13,66); }
H1.HeaderClassName
{
color: #6A0D42;
}
.AnyTagClassName
{
color: #6A0D42;
}
</style>
background-color css
<style>
a { background-color: #6A0D42; }
a { background-color: rgb(106,13,66); }
div.DivClassName
{
background-color: #6A0D42;
}
.BgClassName
{
background-color: #6A0D42;
}
</style>
border-color css
<style>
span { border-color: #6A0D42; }
span { border-color: rgb(106,13,66); }
td.TdClassName
{
border-color: #6A0D42;
}
.TagClassName
{
border-color: #6A0D42;
}
</style>