Shades of Tyrian Purple #6F033A
Tints of Tyrian Purple #6F033A
RGB
CMYK
RGB Variations
Color information
#6F033A (or 0x6F033A) is known color: Tyrian Purple. HEX triplet: 6F, 03 and 3A. RGB value is (111,3,58). Sum of RGB (Red+Green+Blue) = 111+3+58=172 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.53% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 111 - color contains mainly: red. Hex color #6F033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F033A is #90FCC5. Grayscale: #292929. Windows color (decimal): -9501894 or 3801967. OLE color: 3801967.
HSL color Cylindrical-coordinate representation of color #6F033A: hue angle of 329.44º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F033A is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 3 | 58 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.56 |
| HSL | 329.44º | 0.95% | 0.22% | - |
| HSV(B) | 329.44º | 0.97% | 0.44% | - |
| XYZ | 7.35 | 3.75 | 4.34 | - |
| YUV | 41.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 3 | 58 | 0 | 0.97 | 0.48 | 0.56 | 329.44 | 0.95 | 0.22 |
| Hex | 6F | 3 | 3A | 0 | 61 | 30 | 38 | 149 | 5F | 16 |
| Octal | 157 | 3 | 72 | 0 | 141 | 60 | 70 | 511 | 137 | 26 |
| Binary | 1101111 | 11 | 111010 | 0 | 1100001 | 110000 | 111000 | 101001001 | 1011111 | 10110 |
Color Harmonies of #6F033A
Complementary color
Monochromatic Colors of #6F033A
Black with #6F033A
Text Example
Text Example
White with #6F033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F033A; }
p { color: rgb(111,3,58); }
H1.HeaderClassName
{
color: #6F033A;
}
.AnyTagClassName
{
color: #6F033A;
}
</style>
background-color css
<style>
a { background-color: #6F033A; }
a { background-color: rgb(111,3,58); }
div.DivClassName
{
background-color: #6F033A;
}
.BgClassName
{
background-color: #6F033A;
}
</style>
border-color css
<style>
span { border-color: #6F033A; }
span { border-color: rgb(111,3,58); }
td.TdClassName
{
border-color: #6F033A;
}
.TagClassName
{
border-color: #6F033A;
}
</style>