Shades of Tyrian Purple #6B0D4D
Tints of Tyrian Purple #6B0D4D
RGB
CMYK
RGB Variations
Color information
#6B0D4D (or 0x6B0D4D) is known color: Tyrian Purple. HEX triplet: 6B, 0D and 4D. RGB value is (107,13,77). Sum of RGB (Red+Green+Blue) = 107+13+77=197 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.31% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0D4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0D4D is #94F2B2. Grayscale: #303030. Windows color (decimal): -9761459 or 5049707. OLE color: 5049707.
HSL color Cylindrical-coordinate representation of color #6B0D4D: hue angle of 319.15º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B0D4D is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 13 | 77 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.58 |
| HSL | 319.15º | 0.78% | 0.24% | - |
| HSV(B) | 319.15º | 0.88% | 0.42% | - |
| XYZ | 7.55 | 3.95 | 7.39 | - |
| YUV | 48.4 | 144.14 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 13 | 77 | 0 | 0.88 | 0.28 | 0.58 | 319.15 | 0.78 | 0.24 |
| Hex | 6B | D | 4D | 0 | 58 | 1C | 3A | 13F | 4E | 18 |
| Octal | 153 | 15 | 115 | 0 | 130 | 34 | 72 | 477 | 116 | 30 |
| Binary | 1101011 | 1101 | 1001101 | 0 | 1011000 | 11100 | 111010 | 100111111 | 1001110 | 11000 |
Color Harmonies of #6B0D4D
Complementary color
Monochromatic Colors of #6B0D4D
Black with #6B0D4D
Text Example
Text Example
White with #6B0D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0D4D; }
p { color: rgb(107,13,77); }
H1.HeaderClassName
{
color: #6B0D4D;
}
.AnyTagClassName
{
color: #6B0D4D;
}
</style>
background-color css
<style>
a { background-color: #6B0D4D; }
a { background-color: rgb(107,13,77); }
div.DivClassName
{
background-color: #6B0D4D;
}
.BgClassName
{
background-color: #6B0D4D;
}
</style>
border-color css
<style>
span { border-color: #6B0D4D; }
span { border-color: rgb(107,13,77); }
td.TdClassName
{
border-color: #6B0D4D;
}
.TagClassName
{
border-color: #6B0D4D;
}
</style>