Shades of Tyrian Purple #6B073C
Tints of Tyrian Purple #6B073C
RGB
CMYK
RGB Variations
Color information
#6B073C (or 0x6B073C) is known color: Tyrian Purple. HEX triplet: 6B, 07 and 3C. RGB value is (107,7,60). Sum of RGB (Red+Green+Blue) = 107+7+60=174 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.49% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 107 - color contains mainly: red. Hex color #6B073C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B073C is #94F8C3. Grayscale: #2A2A2A. Windows color (decimal): -9763012 or 3934059. OLE color: 3934059.
HSL color Cylindrical-coordinate representation of color #6B073C: hue angle of 328.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B073C is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 7 | 60 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.58 |
| HSL | 328.2º | 0.88% | 0.22% | - |
| HSV(B) | 328.2º | 0.93% | 0.42% | - |
| XYZ | 6.95 | 3.6 | 4.6 | - |
| YUV | 42.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 7 | 60 | 0 | 0.93 | 0.44 | 0.58 | 328.2 | 0.88 | 0.22 |
| Hex | 6B | 7 | 3C | 0 | 5D | 2C | 3A | 148 | 58 | 16 |
| Octal | 153 | 7 | 74 | 0 | 135 | 54 | 72 | 510 | 130 | 26 |
| Binary | 1101011 | 111 | 111100 | 0 | 1011101 | 101100 | 111010 | 101001000 | 1011000 | 10110 |
Color Harmonies of #6B073C
Complementary color
Monochromatic Colors of #6B073C
Black with #6B073C
Text Example
Text Example
White with #6B073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B073C; }
p { color: rgb(107,7,60); }
H1.HeaderClassName
{
color: #6B073C;
}
.AnyTagClassName
{
color: #6B073C;
}
</style>
background-color css
<style>
a { background-color: #6B073C; }
a { background-color: rgb(107,7,60); }
div.DivClassName
{
background-color: #6B073C;
}
.BgClassName
{
background-color: #6B073C;
}
</style>
border-color css
<style>
span { border-color: #6B073C; }
span { border-color: rgb(107,7,60); }
td.TdClassName
{
border-color: #6B073C;
}
.TagClassName
{
border-color: #6B073C;
}
</style>