Shades of Tyrian Purple #6B1034
Tints of Tyrian Purple #6B1034
RGB
CMYK
RGB Variations
Color information
#6B1034 (or 0x6B1034) is known color: Tyrian Purple. HEX triplet: 6B, 10 and 34. RGB value is (107,16,52). Sum of RGB (Red+Green+Blue) = 107+16+52=175 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.14% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1034 is #94EFCB. Grayscale: #2F2F2F. Windows color (decimal): -9760716 or 3412075. OLE color: 3412075.
HSL color Cylindrical-coordinate representation of color #6B1034: hue angle of 336.26º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B1034 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 16 | 52 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.58 |
| HSL | 336.26º | 0.74% | 0.24% | - |
| HSV(B) | 336.26º | 0.85% | 0.42% | - |
| XYZ | 6.87 | 3.74 | 3.61 | - |
| YUV | 47.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 52 | 0 | 0.85 | 0.51 | 0.58 | 336.26 | 0.74 | 0.24 |
| Hex | 6B | 10 | 34 | 0 | 55 | 33 | 3A | 150 | 4A | 18 |
| Octal | 153 | 20 | 64 | 0 | 125 | 63 | 72 | 520 | 112 | 30 |
| Binary | 1101011 | 10000 | 110100 | 0 | 1010101 | 110011 | 111010 | 101010000 | 1001010 | 11000 |
Color Harmonies of #6B1034
Complementary color
Monochromatic Colors of #6B1034
Black with #6B1034
Text Example
Text Example
White with #6B1034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1034; }
p { color: rgb(107,16,52); }
H1.HeaderClassName
{
color: #6B1034;
}
.AnyTagClassName
{
color: #6B1034;
}
</style>
background-color css
<style>
a { background-color: #6B1034; }
a { background-color: rgb(107,16,52); }
div.DivClassName
{
background-color: #6B1034;
}
.BgClassName
{
background-color: #6B1034;
}
</style>
border-color css
<style>
span { border-color: #6B1034; }
span { border-color: rgb(107,16,52); }
td.TdClassName
{
border-color: #6B1034;
}
.TagClassName
{
border-color: #6B1034;
}
</style>