Shades of Tyrian Purple #6F003C
Tints of Tyrian Purple #6F003C
RGB
CMYK
RGB Variations
Color information
#6F003C (or 0x6F003C) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 3C. RGB value is (111,0,60). Sum of RGB (Red+Green+Blue) = 111+0+60=171 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.91% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 111 - color contains mainly: red. Hex color #6F003C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F003C is #90FFC3. Grayscale: #272727. Windows color (decimal): -9502660 or 3932271. OLE color: 3932271.
HSL color Cylindrical-coordinate representation of color #6F003C: hue angle of 327.57º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F003C is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.46 | 0.56 |
| HSL | 327.57º | 1% | 0.22% | - |
| HSV(B) | 327.57º | 1% | 0.44% | - |
| XYZ | 7.37 | 3.71 | 4.6 | - |
| YUV | 40.03 | 139.27 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 0 | 60 | 0 | 1 | 0.46 | 0.56 | 327.57 | 1 | 0.22 |
| Hex | 6F | 0 | 3C | 0 | 64 | 2E | 38 | 148 | 64 | 16 |
| Octal | 157 | 0 | 74 | 0 | 144 | 56 | 70 | 510 | 144 | 26 |
| Binary | 1101111 | 0 | 111100 | 0 | 1100100 | 101110 | 111000 | 101001000 | 1100100 | 10110 |
Color Harmonies of #6F003C
Complementary color
Monochromatic Colors of #6F003C
Black with #6F003C
Text Example
Text Example
White with #6F003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F003C; }
p { color: rgb(111,0,60); }
H1.HeaderClassName
{
color: #6F003C;
}
.AnyTagClassName
{
color: #6F003C;
}
</style>
background-color css
<style>
a { background-color: #6F003C; }
a { background-color: rgb(111,0,60); }
div.DivClassName
{
background-color: #6F003C;
}
.BgClassName
{
background-color: #6F003C;
}
</style>
border-color css
<style>
span { border-color: #6F003C; }
span { border-color: rgb(111,0,60); }
td.TdClassName
{
border-color: #6F003C;
}
.TagClassName
{
border-color: #6F003C;
}
</style>