Shades of Tyrian Purple #6F064C
Tints of Tyrian Purple #6F064C
RGB
CMYK
RGB Variations
Color information
#6F064C (or 0x6F064C) is known color: Tyrian Purple. HEX triplet: 6F, 06 and 4C. RGB value is (111,6,76). Sum of RGB (Red+Green+Blue) = 111+6+76=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F064C is #90F9B3. Grayscale: #2D2D2D. Windows color (decimal): -9501108 or 4982383. OLE color: 4982383.
HSL color Cylindrical-coordinate representation of color #6F064C: hue angle of 320º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F064C is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 6 | 76 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.56 |
| HSL | 320º | 0.9% | 0.23% | - |
| HSV(B) | 320º | 0.95% | 0.44% | - |
| XYZ | 7.93 | 4.03 | 7.2 | - |
| YUV | 45.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 6 | 76 | 0 | 0.95 | 0.32 | 0.56 | 320 | 0.9 | 0.23 |
| Hex | 6F | 6 | 4C | 0 | 5F | 20 | 38 | 140 | 5A | 17 |
| Octal | 157 | 6 | 114 | 0 | 137 | 40 | 70 | 500 | 132 | 27 |
| Binary | 1101111 | 110 | 1001100 | 0 | 1011111 | 100000 | 111000 | 101000000 | 1011010 | 10111 |
Color Harmonies of #6F064C
Complementary color
Monochromatic Colors of #6F064C
Black with #6F064C
Text Example
Text Example
White with #6F064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F064C; }
p { color: rgb(111,6,76); }
H1.HeaderClassName
{
color: #6F064C;
}
.AnyTagClassName
{
color: #6F064C;
}
</style>
background-color css
<style>
a { background-color: #6F064C; }
a { background-color: rgb(111,6,76); }
div.DivClassName
{
background-color: #6F064C;
}
.BgClassName
{
background-color: #6F064C;
}
</style>
border-color css
<style>
span { border-color: #6F064C; }
span { border-color: rgb(111,6,76); }
td.TdClassName
{
border-color: #6F064C;
}
.TagClassName
{
border-color: #6F064C;
}
</style>