Shades of Tyrian Purple #6E0250
Tints of Tyrian Purple #6E0250
RGB
CMYK
RGB Variations
Color information
#6E0250 (or 0x6E0250) is known color: Tyrian Purple. HEX triplet: 6E, 02 and 50. RGB value is (110,2,80). Sum of RGB (Red+Green+Blue) = 110+2+80=192 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.29% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0250 is #91FDAF. Grayscale: #2A2A2A. Windows color (decimal): -9567664 or 5243502. OLE color: 5243502.
HSL color Cylindrical-coordinate representation of color #6E0250: hue angle of 316.67º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E0250 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 2 | 80 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.57 |
| HSL | 316.67º | 0.96% | 0.22% | - |
| HSV(B) | 316.67º | 0.98% | 0.43% | - |
| XYZ | 7.9 | 3.94 | 7.93 | - |
| YUV | 43.18 | 148.78 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 2 | 80 | 0 | 0.98 | 0.27 | 0.57 | 316.67 | 0.96 | 0.22 |
| Hex | 6E | 2 | 50 | 0 | 62 | 1B | 39 | 13D | 60 | 16 |
| Octal | 156 | 2 | 120 | 0 | 142 | 33 | 71 | 475 | 140 | 26 |
| Binary | 1101110 | 10 | 1010000 | 0 | 1100010 | 11011 | 111001 | 100111101 | 1100000 | 10110 |
Color Harmonies of #6E0250
Complementary color
Monochromatic Colors of #6E0250
Black with #6E0250
Text Example
Text Example
White with #6E0250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0250; }
p { color: rgb(110,2,80); }
H1.HeaderClassName
{
color: #6E0250;
}
.AnyTagClassName
{
color: #6E0250;
}
</style>
background-color css
<style>
a { background-color: #6E0250; }
a { background-color: rgb(110,2,80); }
div.DivClassName
{
background-color: #6E0250;
}
.BgClassName
{
background-color: #6E0250;
}
</style>
border-color css
<style>
span { border-color: #6E0250; }
span { border-color: rgb(110,2,80); }
td.TdClassName
{
border-color: #6E0250;
}
.TagClassName
{
border-color: #6E0250;
}
</style>