Shades of Tyrian Purple #6D053F
Tints of Tyrian Purple #6D053F
RGB
CMYK
RGB Variations
Color information
#6D053F (or 0x6D053F) is known color: Tyrian Purple. HEX triplet: 6D, 05 and 3F. RGB value is (109,5,63). Sum of RGB (Red+Green+Blue) = 109+5+63=177 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.58% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 109 - color contains mainly: red. Hex color #6D053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D053F is #92FAC0. Grayscale: #2A2A2A. Windows color (decimal): -9632449 or 4130157. OLE color: 4130157.
HSL color Cylindrical-coordinate representation of color #6D053F: hue angle of 326.54º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D053F is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 5 | 63 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.57 |
| HSL | 326.54º | 0.91% | 0.22% | - |
| HSV(B) | 326.54º | 0.95% | 0.43% | - |
| XYZ | 7.26 | 3.72 | 5.04 | - |
| YUV | 42.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 5 | 63 | 0 | 0.95 | 0.42 | 0.57 | 326.54 | 0.91 | 0.22 |
| Hex | 6D | 5 | 3F | 0 | 5F | 2A | 39 | 147 | 5B | 16 |
| Octal | 155 | 5 | 77 | 0 | 137 | 52 | 71 | 507 | 133 | 26 |
| Binary | 1101101 | 101 | 111111 | 0 | 1011111 | 101010 | 111001 | 101000111 | 1011011 | 10110 |
Color Harmonies of #6D053F
Complementary color
Monochromatic Colors of #6D053F
Black with #6D053F
Text Example
Text Example
White with #6D053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D053F; }
p { color: rgb(109,5,63); }
H1.HeaderClassName
{
color: #6D053F;
}
.AnyTagClassName
{
color: #6D053F;
}
</style>
background-color css
<style>
a { background-color: #6D053F; }
a { background-color: rgb(109,5,63); }
div.DivClassName
{
background-color: #6D053F;
}
.BgClassName
{
background-color: #6D053F;
}
</style>
border-color css
<style>
span { border-color: #6D053F; }
span { border-color: rgb(109,5,63); }
td.TdClassName
{
border-color: #6D053F;
}
.TagClassName
{
border-color: #6D053F;
}
</style>