Shades of Tyrian Purple #6D013A
Tints of Tyrian Purple #6D013A
RGB
CMYK
RGB Variations
Color information
#6D013A (or 0x6D013A) is known color: Tyrian Purple. HEX triplet: 6D, 01 and 3A. RGB value is (109,1,58). Sum of RGB (Red+Green+Blue) = 109+1+58=168 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.88% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 109 - color contains mainly: red. Hex color #6D013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D013A is #92FEC5. Grayscale: #272727. Windows color (decimal): -9633478 or 3801453. OLE color: 3801453.
HSL color Cylindrical-coordinate representation of color #6D013A: hue angle of 328.33º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D013A is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.57 |
| HSL | 328.33º | 0.98% | 0.22% | - |
| HSV(B) | 328.33º | 0.99% | 0.43% | - |
| XYZ | 7.08 | 3.58 | 4.32 | - |
| YUV | 39.79 | 138.28 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 1 | 58 | 0 | 0.99 | 0.47 | 0.57 | 328.33 | 0.98 | 0.22 |
| Hex | 6D | 1 | 3A | 0 | 63 | 2F | 39 | 148 | 62 | 16 |
| Octal | 155 | 1 | 72 | 0 | 143 | 57 | 71 | 510 | 142 | 26 |
| Binary | 1101101 | 1 | 111010 | 0 | 1100011 | 101111 | 111001 | 101001000 | 1100010 | 10110 |
Color Harmonies of #6D013A
Complementary color
Monochromatic Colors of #6D013A
Black with #6D013A
Text Example
Text Example
White with #6D013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D013A; }
p { color: rgb(109,1,58); }
H1.HeaderClassName
{
color: #6D013A;
}
.AnyTagClassName
{
color: #6D013A;
}
</style>
background-color css
<style>
a { background-color: #6D013A; }
a { background-color: rgb(109,1,58); }
div.DivClassName
{
background-color: #6D013A;
}
.BgClassName
{
background-color: #6D013A;
}
</style>
border-color css
<style>
span { border-color: #6D013A; }
span { border-color: rgb(109,1,58); }
td.TdClassName
{
border-color: #6D013A;
}
.TagClassName
{
border-color: #6D013A;
}
</style>