Shades of Tyrian Purple #6B064D
Tints of Tyrian Purple #6B064D
RGB
CMYK
RGB Variations
Color information
#6B064D (or 0x6B064D) is known color: Tyrian Purple. HEX triplet: 6B, 06 and 4D. RGB value is (107,6,77). Sum of RGB (Red+Green+Blue) = 107+6+77=190 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.32% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 107 - color contains mainly: red. Hex color #6B064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B064D is #94F9B2. Grayscale: #2C2C2C. Windows color (decimal): -9763251 or 5047915. OLE color: 5047915.
HSL color Cylindrical-coordinate representation of color #6B064D: hue angle of 317.82º 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 #6B064D is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 6 | 77 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.58 |
| HSL | 317.82º | 0.89% | 0.22% | - |
| HSV(B) | 317.82º | 0.94% | 0.42% | - |
| XYZ | 7.47 | 3.79 | 7.36 | - |
| YUV | 44.29 | 146.46 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 6 | 77 | 0 | 0.94 | 0.28 | 0.58 | 317.82 | 0.89 | 0.22 |
| Hex | 6B | 6 | 4D | 0 | 5E | 1C | 3A | 13E | 59 | 16 |
| Octal | 153 | 6 | 115 | 0 | 136 | 34 | 72 | 476 | 131 | 26 |
| Binary | 1101011 | 110 | 1001101 | 0 | 1011110 | 11100 | 111010 | 100111110 | 1011001 | 10110 |
Color Harmonies of #6B064D
Complementary color
Monochromatic Colors of #6B064D
Black with #6B064D
Text Example
Text Example
White with #6B064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B064D; }
p { color: rgb(107,6,77); }
H1.HeaderClassName
{
color: #6B064D;
}
.AnyTagClassName
{
color: #6B064D;
}
</style>
background-color css
<style>
a { background-color: #6B064D; }
a { background-color: rgb(107,6,77); }
div.DivClassName
{
background-color: #6B064D;
}
.BgClassName
{
background-color: #6B064D;
}
</style>
border-color css
<style>
span { border-color: #6B064D; }
span { border-color: rgb(107,6,77); }
td.TdClassName
{
border-color: #6B064D;
}
.TagClassName
{
border-color: #6B064D;
}
</style>