Shades of Tyrian Purple #6E005C
Tints of Tyrian Purple #6E005C
RGB
CMYK
RGB Variations
Color information
#6E005C (or 0x6E005C) is known color: Tyrian Purple. HEX triplet: 6E, 00 and 5C. RGB value is (110,0,92). Sum of RGB (Red+Green+Blue) = 110+0+92=202 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.46% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 110 - color contains mainly: red. Hex color #6E005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E005C is #91FFA3. Grayscale: #2B2B2B. Windows color (decimal): -9568164 or 6029422. OLE color: 6029422.
HSL color Cylindrical-coordinate representation of color #6E005C: hue angle of 309.82º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E005C is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.16 | 0.57 |
| HSL | 309.82º | 1% | 0.22% | - |
| HSV(B) | 309.82º | 1% | 0.43% | - |
| XYZ | 8.36 | 4.09 | 10.47 | - |
| YUV | 43.38 | 155.44 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 92 | 0 | 1 | 0.16 | 0.57 | 309.82 | 1 | 0.22 |
| Hex | 6E | 0 | 5C | 0 | 64 | 10 | 39 | 136 | 64 | 16 |
| Octal | 156 | 0 | 134 | 0 | 144 | 20 | 71 | 466 | 144 | 26 |
| Binary | 1101110 | 0 | 1011100 | 0 | 1100100 | 10000 | 111001 | 100110110 | 1100100 | 10110 |
Color Harmonies of #6E005C
Complementary color
Monochromatic Colors of #6E005C
Black with #6E005C
Text Example
Text Example
White with #6E005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E005C; }
p { color: rgb(110,0,92); }
H1.HeaderClassName
{
color: #6E005C;
}
.AnyTagClassName
{
color: #6E005C;
}
</style>
background-color css
<style>
a { background-color: #6E005C; }
a { background-color: rgb(110,0,92); }
div.DivClassName
{
background-color: #6E005C;
}
.BgClassName
{
background-color: #6E005C;
}
</style>
border-color css
<style>
span { border-color: #6E005C; }
span { border-color: rgb(110,0,92); }
td.TdClassName
{
border-color: #6E005C;
}
.TagClassName
{
border-color: #6E005C;
}
</style>