Shades of Tyrian Purple #6F0250
Tints of Tyrian Purple #6F0250
RGB
CMYK
RGB Variations
Color information
#6F0250 (or 0x6F0250) is known color: Tyrian Purple. HEX triplet: 6F, 02 and 50. RGB value is (111,2,80). Sum of RGB (Red+Green+Blue) = 111+2+80=193 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.51% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0250 is #90FDAF. Grayscale: #2B2B2B. Windows color (decimal): -9502128 or 5243503. OLE color: 5243503.
HSL color Cylindrical-coordinate representation of color #6F0250: hue angle of 317.06º 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 #6F0250 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 2 | 80 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.56 |
| HSL | 317.06º | 0.96% | 0.22% | - |
| HSV(B) | 317.06º | 0.98% | 0.44% | - |
| XYZ | 8.03 | 4 | 7.94 | - |
| YUV | 43.48 | 148.61 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 2 | 80 | 0 | 0.98 | 0.28 | 0.56 | 317.06 | 0.96 | 0.22 |
| Hex | 6F | 2 | 50 | 0 | 62 | 1C | 38 | 13D | 60 | 16 |
| Octal | 157 | 2 | 120 | 0 | 142 | 34 | 70 | 475 | 140 | 26 |
| Binary | 1101111 | 10 | 1010000 | 0 | 1100010 | 11100 | 111000 | 100111101 | 1100000 | 10110 |
Color Harmonies of #6F0250
Complementary color
Monochromatic Colors of #6F0250
Black with #6F0250
Text Example
Text Example
White with #6F0250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0250; }
p { color: rgb(111,2,80); }
H1.HeaderClassName
{
color: #6F0250;
}
.AnyTagClassName
{
color: #6F0250;
}
</style>
background-color css
<style>
a { background-color: #6F0250; }
a { background-color: rgb(111,2,80); }
div.DivClassName
{
background-color: #6F0250;
}
.BgClassName
{
background-color: #6F0250;
}
</style>
border-color css
<style>
span { border-color: #6F0250; }
span { border-color: rgb(111,2,80); }
td.TdClassName
{
border-color: #6F0250;
}
.TagClassName
{
border-color: #6F0250;
}
</style>