Shades of Tyrian Purple #6B064F
Tints of Tyrian Purple #6B064F
RGB
CMYK
RGB Variations
Color information
#6B064F (or 0x6B064F) is known color: Tyrian Purple. HEX triplet: 6B, 06 and 4F. RGB value is (107,6,79). Sum of RGB (Red+Green+Blue) = 107+6+79=192 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.73% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 107 - color contains mainly: red. Hex color #6B064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B064F is #94F9B0. Grayscale: #2C2C2C. Windows color (decimal): -9763249 or 5178987. OLE color: 5178987.
HSL color Cylindrical-coordinate representation of color #6B064F: hue angle of 316.63º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B064F is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 6 | 79 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.58 |
| HSL | 316.63º | 0.89% | 0.22% | - |
| HSV(B) | 316.63º | 0.94% | 0.42% | - |
| XYZ | 7.54 | 3.82 | 7.74 | - |
| YUV | 44.52 | 147.46 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 6 | 79 | 0 | 0.94 | 0.26 | 0.58 | 316.63 | 0.89 | 0.22 |
| Hex | 6B | 6 | 4F | 0 | 5E | 1A | 3A | 13D | 59 | 16 |
| Octal | 153 | 6 | 117 | 0 | 136 | 32 | 72 | 475 | 131 | 26 |
| Binary | 1101011 | 110 | 1001111 | 0 | 1011110 | 11010 | 111010 | 100111101 | 1011001 | 10110 |
Color Harmonies of #6B064F
Complementary color
Monochromatic Colors of #6B064F
Black with #6B064F
Text Example
Text Example
White with #6B064F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B064F; }
p { color: rgb(107,6,79); }
H1.HeaderClassName
{
color: #6B064F;
}
.AnyTagClassName
{
color: #6B064F;
}
</style>
background-color css
<style>
a { background-color: #6B064F; }
a { background-color: rgb(107,6,79); }
div.DivClassName
{
background-color: #6B064F;
}
.BgClassName
{
background-color: #6B064F;
}
</style>
border-color css
<style>
span { border-color: #6B064F; }
span { border-color: rgb(107,6,79); }
td.TdClassName
{
border-color: #6B064F;
}
.TagClassName
{
border-color: #6B064F;
}
</style>