Shades of Tyrian Purple #6D013C
Tints of Tyrian Purple #6D013C
RGB
CMYK
RGB Variations
Color information
#6D013C (or 0x6D013C) is known color: Tyrian Purple. HEX triplet: 6D, 01 and 3C. RGB value is (109,1,60). Sum of RGB (Red+Green+Blue) = 109+1+60=170 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.12% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 109 - color contains mainly: red. Hex color #6D013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D013C is #92FEC3. Grayscale: #272727. Windows color (decimal): -9633476 or 3932525. OLE color: 3932525.
HSL color Cylindrical-coordinate representation of color #6D013C: hue angle of 327.22º 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 #6D013C is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.57 |
| HSL | 327.22º | 0.98% | 0.22% | - |
| HSV(B) | 327.22º | 0.99% | 0.43% | - |
| XYZ | 7.13 | 3.6 | 4.59 | - |
| YUV | 40.02 | 139.28 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 1 | 60 | 0 | 0.99 | 0.45 | 0.57 | 327.22 | 0.98 | 0.22 |
| Hex | 6D | 1 | 3C | 0 | 63 | 2D | 39 | 147 | 62 | 16 |
| Octal | 155 | 1 | 74 | 0 | 143 | 55 | 71 | 507 | 142 | 26 |
| Binary | 1101101 | 1 | 111100 | 0 | 1100011 | 101101 | 111001 | 101000111 | 1100010 | 10110 |
Color Harmonies of #6D013C
Complementary color
Monochromatic Colors of #6D013C
Black with #6D013C
Text Example
Text Example
White with #6D013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D013C; }
p { color: rgb(109,1,60); }
H1.HeaderClassName
{
color: #6D013C;
}
.AnyTagClassName
{
color: #6D013C;
}
</style>
background-color css
<style>
a { background-color: #6D013C; }
a { background-color: rgb(109,1,60); }
div.DivClassName
{
background-color: #6D013C;
}
.BgClassName
{
background-color: #6D013C;
}
</style>
border-color css
<style>
span { border-color: #6D013C; }
span { border-color: rgb(109,1,60); }
td.TdClassName
{
border-color: #6D013C;
}
.TagClassName
{
border-color: #6D013C;
}
</style>