Shades of Tyrian Purple #6E025B
Tints of Tyrian Purple #6E025B
RGB
CMYK
RGB Variations
Color information
#6E025B (or 0x6E025B) is known color: Tyrian Purple. HEX triplet: 6E, 02 and 5B. RGB value is (110,2,91). Sum of RGB (Red+Green+Blue) = 110+2+91=203 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.19% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 110 - color contains mainly: red. Hex color #6E025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E025B is #91FDA4. Grayscale: #2C2C2C. Windows color (decimal): -9567653 or 5964398. OLE color: 5964398.
HSL color Cylindrical-coordinate representation of color #6E025B: hue angle of 310.56º 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 #6E025B is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 2 | 91 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.57 |
| HSL | 310.56º | 0.96% | 0.22% | - |
| HSV(B) | 310.56º | 0.98% | 0.43% | - |
| XYZ | 8.34 | 4.11 | 10.25 | - |
| YUV | 44.44 | 154.28 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 2 | 91 | 0 | 0.98 | 0.17 | 0.57 | 310.56 | 0.96 | 0.22 |
| Hex | 6E | 2 | 5B | 0 | 62 | 11 | 39 | 137 | 60 | 16 |
| Octal | 156 | 2 | 133 | 0 | 142 | 21 | 71 | 467 | 140 | 26 |
| Binary | 1101110 | 10 | 1011011 | 0 | 1100010 | 10001 | 111001 | 100110111 | 1100000 | 10110 |
Color Harmonies of #6E025B
Complementary color
Monochromatic Colors of #6E025B
Black with #6E025B
Text Example
Text Example
White with #6E025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E025B; }
p { color: rgb(110,2,91); }
H1.HeaderClassName
{
color: #6E025B;
}
.AnyTagClassName
{
color: #6E025B;
}
</style>
background-color css
<style>
a { background-color: #6E025B; }
a { background-color: rgb(110,2,91); }
div.DivClassName
{
background-color: #6E025B;
}
.BgClassName
{
background-color: #6E025B;
}
</style>
border-color css
<style>
span { border-color: #6E025B; }
span { border-color: rgb(110,2,91); }
td.TdClassName
{
border-color: #6E025B;
}
.TagClassName
{
border-color: #6E025B;
}
</style>