Shades of Tyrian Purple #6F074C
Tints of Tyrian Purple #6F074C
RGB
CMYK
RGB Variations
Color information
#6F074C (or 0x6F074C) is known color: Tyrian Purple. HEX triplet: 6F, 07 and 4C. RGB value is (111,7,76). Sum of RGB (Red+Green+Blue) = 111+7+76=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F074C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F074C is #90F8B3. Grayscale: #2D2D2D. Windows color (decimal): -9500852 or 4982639. OLE color: 4982639.
HSL color Cylindrical-coordinate representation of color #6F074C: hue angle of 320.19º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F074C is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 7 | 76 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.56 |
| HSL | 320.19º | 0.88% | 0.23% | - |
| HSV(B) | 320.19º | 0.94% | 0.44% | - |
| XYZ | 7.94 | 4.05 | 7.2 | - |
| YUV | 45.96 | 144.96 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 7 | 76 | 0 | 0.94 | 0.32 | 0.56 | 320.19 | 0.88 | 0.23 |
| Hex | 6F | 7 | 4C | 0 | 5E | 20 | 38 | 140 | 58 | 17 |
| Octal | 157 | 7 | 114 | 0 | 136 | 40 | 70 | 500 | 130 | 27 |
| Binary | 1101111 | 111 | 1001100 | 0 | 1011110 | 100000 | 111000 | 101000000 | 1011000 | 10111 |
Color Harmonies of #6F074C
Complementary color
Monochromatic Colors of #6F074C
Black with #6F074C
Text Example
Text Example
White with #6F074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F074C; }
p { color: rgb(111,7,76); }
H1.HeaderClassName
{
color: #6F074C;
}
.AnyTagClassName
{
color: #6F074C;
}
</style>
background-color css
<style>
a { background-color: #6F074C; }
a { background-color: rgb(111,7,76); }
div.DivClassName
{
background-color: #6F074C;
}
.BgClassName
{
background-color: #6F074C;
}
</style>
border-color css
<style>
span { border-color: #6F074C; }
span { border-color: rgb(111,7,76); }
td.TdClassName
{
border-color: #6F074C;
}
.TagClassName
{
border-color: #6F074C;
}
</style>