Shades of Tyrian Purple #6F022D
Tints of Tyrian Purple #6F022D
RGB
CMYK
RGB Variations
Color information
#6F022D (or 0x6F022D) is known color: Tyrian Purple. HEX triplet: 6F, 02 and 2D. RGB value is (111,2,45). Sum of RGB (Red+Green+Blue) = 111+2+45=158 (20% of max value = 765). Red value is 111 (43.75% from 255 or 70.25% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 111 - color contains mainly: red. Hex color #6F022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F022D is #90FDD2. Grayscale: #272727. Windows color (decimal): -9502163 or 2949743. OLE color: 2949743.
HSL color Cylindrical-coordinate representation of color #6F022D: hue angle of 336.33º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F022D is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 2 | 45 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.56 |
| HSL | 336.33º | 0.96% | 0.22% | - |
| HSV(B) | 336.33º | 0.98% | 0.44% | - |
| XYZ | 7.05 | 3.61 | 2.81 | - |
| YUV | 39.49 | 131.11 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 45 | 0 | 0.98 | 0.59 | 0.56 | 336.33 | 0.96 | 0.22 |
| Hex | 6F | 2 | 2D | 0 | 62 | 3B | 38 | 150 | 60 | 16 |
| Octal | 157 | 2 | 55 | 0 | 142 | 73 | 70 | 520 | 140 | 26 |
| Binary | 1101111 | 10 | 101101 | 0 | 1100010 | 111011 | 111000 | 101010000 | 1100000 | 10110 |
Color Harmonies of #6F022D
Complementary color
Monochromatic Colors of #6F022D
Black with #6F022D
Text Example
Text Example
White with #6F022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F022D; }
p { color: rgb(111,2,45); }
H1.HeaderClassName
{
color: #6F022D;
}
.AnyTagClassName
{
color: #6F022D;
}
</style>
background-color css
<style>
a { background-color: #6F022D; }
a { background-color: rgb(111,2,45); }
div.DivClassName
{
background-color: #6F022D;
}
.BgClassName
{
background-color: #6F022D;
}
</style>
border-color css
<style>
span { border-color: #6F022D; }
span { border-color: rgb(111,2,45); }
td.TdClassName
{
border-color: #6F022D;
}
.TagClassName
{
border-color: #6F022D;
}
</style>