Shades of Tyrian Purple #6E003F
Tints of Tyrian Purple #6E003F
RGB
CMYK
RGB Variations
Color information
#6E003F (or 0x6E003F) is known color: Tyrian Purple. HEX triplet: 6E, 00 and 3F. RGB value is (110,0,63). Sum of RGB (Red+Green+Blue) = 110+0+63=173 (22% of max value = 765). Red value is 110 (43.36% from 255 or 63.58% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 110 - color contains mainly: red. Hex color #6E003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E003F is #91FFC0. Grayscale: #272727. Windows color (decimal): -9568193 or 4128878. OLE color: 4128878.
HSL color Cylindrical-coordinate representation of color #6E003F: hue angle of 325.64º 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 #6E003F is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.43 | 0.57 |
| HSL | 325.64º | 1% | 0.22% | - |
| HSV(B) | 325.64º | 1% | 0.43% | - |
| XYZ | 7.33 | 3.67 | 5.03 | - |
| YUV | 40.07 | 140.94 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 0 | 63 | 0 | 1 | 0.43 | 0.57 | 325.64 | 1 | 0.22 |
| Hex | 6E | 0 | 3F | 0 | 64 | 2B | 39 | 146 | 64 | 16 |
| Octal | 156 | 0 | 77 | 0 | 144 | 53 | 71 | 506 | 144 | 26 |
| Binary | 1101110 | 0 | 111111 | 0 | 1100100 | 101011 | 111001 | 101000110 | 1100100 | 10110 |
Color Harmonies of #6E003F
Complementary color
Monochromatic Colors of #6E003F
Black with #6E003F
Text Example
Text Example
White with #6E003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E003F; }
p { color: rgb(110,0,63); }
H1.HeaderClassName
{
color: #6E003F;
}
.AnyTagClassName
{
color: #6E003F;
}
</style>
background-color css
<style>
a { background-color: #6E003F; }
a { background-color: rgb(110,0,63); }
div.DivClassName
{
background-color: #6E003F;
}
.BgClassName
{
background-color: #6E003F;
}
</style>
border-color css
<style>
span { border-color: #6E003F; }
span { border-color: rgb(110,0,63); }
td.TdClassName
{
border-color: #6E003F;
}
.TagClassName
{
border-color: #6E003F;
}
</style>