Shades of Tyrian Purple #6D083F
Tints of Tyrian Purple #6D083F
RGB
CMYK
RGB Variations
Color information
#6D083F (or 0x6D083F) is known color: Tyrian Purple. HEX triplet: 6D, 08 and 3F. RGB value is (109,8,63). Sum of RGB (Red+Green+Blue) = 109+8+63=180 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.56% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 109 - color contains mainly: red. Hex color #6D083F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D083F is #92F7C0. Grayscale: #2C2C2C. Windows color (decimal): -9631681 or 4130925. OLE color: 4130925.
HSL color Cylindrical-coordinate representation of color #6D083F: hue angle of 327.33º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D083F is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 8 | 63 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.57 |
| HSL | 327.33º | 0.86% | 0.23% | - |
| HSV(B) | 327.33º | 0.93% | 0.43% | - |
| XYZ | 7.29 | 3.78 | 5.05 | - |
| YUV | 44.47 | 138.46 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 8 | 63 | 0 | 0.93 | 0.42 | 0.57 | 327.33 | 0.86 | 0.23 |
| Hex | 6D | 8 | 3F | 0 | 5D | 2A | 39 | 147 | 56 | 17 |
| Octal | 155 | 10 | 77 | 0 | 135 | 52 | 71 | 507 | 126 | 27 |
| Binary | 1101101 | 1000 | 111111 | 0 | 1011101 | 101010 | 111001 | 101000111 | 1010110 | 10111 |
Color Harmonies of #6D083F
Complementary color
Monochromatic Colors of #6D083F
Black with #6D083F
Text Example
Text Example
White with #6D083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D083F; }
p { color: rgb(109,8,63); }
H1.HeaderClassName
{
color: #6D083F;
}
.AnyTagClassName
{
color: #6D083F;
}
</style>
background-color css
<style>
a { background-color: #6D083F; }
a { background-color: rgb(109,8,63); }
div.DivClassName
{
background-color: #6D083F;
}
.BgClassName
{
background-color: #6D083F;
}
</style>
border-color css
<style>
span { border-color: #6D083F; }
span { border-color: rgb(109,8,63); }
td.TdClassName
{
border-color: #6D083F;
}
.TagClassName
{
border-color: #6D083F;
}
</style>