Shades of Tyrian Purple #6B092D
Tints of Tyrian Purple #6B092D
RGB
CMYK
RGB Variations
Color information
#6B092D (or 0x6B092D) is known color: Tyrian Purple. HEX triplet: 6B, 09 and 2D. RGB value is (107,9,45). Sum of RGB (Red+Green+Blue) = 107+9+45=161 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.46% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 107 - color contains mainly: red. Hex color #6B092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B092D is #94F6D2. Grayscale: #2A2A2A. Windows color (decimal): -9762515 or 2951531. OLE color: 2951531.
HSL color Cylindrical-coordinate representation of color #6B092D: hue angle of 337.96º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B092D is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 9 | 45 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.58 |
| HSL | 337.96º | 0.84% | 0.23% | - |
| HSV(B) | 337.96º | 0.92% | 0.42% | - |
| XYZ | 6.63 | 3.51 | 2.81 | - |
| YUV | 42.41 | 129.47 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 9 | 45 | 0 | 0.92 | 0.58 | 0.58 | 337.96 | 0.84 | 0.23 |
| Hex | 6B | 9 | 2D | 0 | 5C | 3A | 3A | 152 | 54 | 17 |
| Octal | 153 | 11 | 55 | 0 | 134 | 72 | 72 | 522 | 124 | 27 |
| Binary | 1101011 | 1001 | 101101 | 0 | 1011100 | 111010 | 111010 | 101010010 | 1010100 | 10111 |
Color Harmonies of #6B092D
Complementary color
Monochromatic Colors of #6B092D
Black with #6B092D
Text Example
Text Example
White with #6B092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B092D; }
p { color: rgb(107,9,45); }
H1.HeaderClassName
{
color: #6B092D;
}
.AnyTagClassName
{
color: #6B092D;
}
</style>
background-color css
<style>
a { background-color: #6B092D; }
a { background-color: rgb(107,9,45); }
div.DivClassName
{
background-color: #6B092D;
}
.BgClassName
{
background-color: #6B092D;
}
</style>
border-color css
<style>
span { border-color: #6B092D; }
span { border-color: rgb(107,9,45); }
td.TdClassName
{
border-color: #6B092D;
}
.TagClassName
{
border-color: #6B092D;
}
</style>