Shades of Tyrian Purple #6F0245
Tints of Tyrian Purple #6F0245
RGB
CMYK
RGB Variations
Color information
#6F0245 (or 0x6F0245) is known color: Tyrian Purple. HEX triplet: 6F, 02 and 45. RGB value is (111,2,69). Sum of RGB (Red+Green+Blue) = 111+2+69=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0245 is #90FDBA. Grayscale: #2A2A2A. Windows color (decimal): -9502139 or 4522607. OLE color: 4522607.
HSL color Cylindrical-coordinate representation of color #6F0245: hue angle of 323.12º 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 #6F0245 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 2 | 69 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.56 |
| HSL | 323.12º | 0.96% | 0.22% | - |
| HSV(B) | 323.12º | 0.98% | 0.44% | - |
| XYZ | 7.65 | 3.85 | 5.97 | - |
| YUV | 42.23 | 143.11 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 69 | 0 | 0.98 | 0.38 | 0.56 | 323.12 | 0.96 | 0.22 |
| Hex | 6F | 2 | 45 | 0 | 62 | 26 | 38 | 143 | 60 | 16 |
| Octal | 157 | 2 | 105 | 0 | 142 | 46 | 70 | 503 | 140 | 26 |
| Binary | 1101111 | 10 | 1000101 | 0 | 1100010 | 100110 | 111000 | 101000011 | 1100000 | 10110 |
Color Harmonies of #6F0245
Complementary color
Monochromatic Colors of #6F0245
Black with #6F0245
Text Example
Text Example
White with #6F0245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0245; }
p { color: rgb(111,2,69); }
H1.HeaderClassName
{
color: #6F0245;
}
.AnyTagClassName
{
color: #6F0245;
}
</style>
background-color css
<style>
a { background-color: #6F0245; }
a { background-color: rgb(111,2,69); }
div.DivClassName
{
background-color: #6F0245;
}
.BgClassName
{
background-color: #6F0245;
}
</style>
border-color css
<style>
span { border-color: #6F0245; }
span { border-color: rgb(111,2,69); }
td.TdClassName
{
border-color: #6F0245;
}
.TagClassName
{
border-color: #6F0245;
}
</style>