Shades of Tyrian Purple #6D0B3D
Tints of Tyrian Purple #6D0B3D
RGB
CMYK
RGB Variations
Color information
#6D0B3D (or 0x6D0B3D) is known color: Tyrian Purple. HEX triplet: 6D, 0B and 3D. RGB value is (109,11,61). Sum of RGB (Red+Green+Blue) = 109+11+61=181 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.22% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0B3D is #92F4C2. Grayscale: #2D2D2D. Windows color (decimal): -9630915 or 4000621. OLE color: 4000621.
HSL color Cylindrical-coordinate representation of color #6D0B3D: hue angle of 329.39º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0B3D is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 11 | 61 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.57 |
| HSL | 329.39º | 0.82% | 0.24% | - |
| HSV(B) | 329.39º | 0.9% | 0.43% | - |
| XYZ | 7.27 | 3.83 | 4.77 | - |
| YUV | 46 | 136.47 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 11 | 61 | 0 | 0.90 | 0.44 | 0.57 | 329.39 | 0.82 | 0.24 |
| Hex | 6D | B | 3D | 0 | 5A | 2C | 39 | 149 | 52 | 18 |
| Octal | 155 | 13 | 75 | 0 | 132 | 54 | 71 | 511 | 122 | 30 |
| Binary | 1101101 | 1011 | 111101 | 0 | 1011010 | 101100 | 111001 | 101001001 | 1010010 | 11000 |
Color Harmonies of #6D0B3D
Complementary color
Monochromatic Colors of #6D0B3D
Black with #6D0B3D
Text Example
Text Example
White with #6D0B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0B3D; }
p { color: rgb(109,11,61); }
H1.HeaderClassName
{
color: #6D0B3D;
}
.AnyTagClassName
{
color: #6D0B3D;
}
</style>
background-color css
<style>
a { background-color: #6D0B3D; }
a { background-color: rgb(109,11,61); }
div.DivClassName
{
background-color: #6D0B3D;
}
.BgClassName
{
background-color: #6D0B3D;
}
</style>
border-color css
<style>
span { border-color: #6D0B3D; }
span { border-color: rgb(109,11,61); }
td.TdClassName
{
border-color: #6D0B3D;
}
.TagClassName
{
border-color: #6D0B3D;
}
</style>