Shades of Tyrian Purple #6E034C
Tints of Tyrian Purple #6E034C
RGB
CMYK
RGB Variations
Color information
#6E034C (or 0x6E034C) is known color: Tyrian Purple. HEX triplet: 6E, 03 and 4C. RGB value is (110,3,76). Sum of RGB (Red+Green+Blue) = 110+3+76=189 (25% of max value = 765). Red value is 110 (43.36% from 255 or 58.20% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 110 - color contains mainly: red. Hex color #6E034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E034C is #91FCB3. Grayscale: #2B2B2B. Windows color (decimal): -9567412 or 4981614. OLE color: 4981614.
HSL color Cylindrical-coordinate representation of color #6E034C: hue angle of 319.07º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E034C is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 3 | 76 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.57 |
| HSL | 319.07º | 0.95% | 0.22% | - |
| HSV(B) | 319.07º | 0.97% | 0.43% | - |
| XYZ | 7.77 | 3.9 | 7.18 | - |
| YUV | 43.32 | 146.45 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 3 | 76 | 0 | 0.97 | 0.31 | 0.57 | 319.07 | 0.95 | 0.22 |
| Hex | 6E | 3 | 4C | 0 | 61 | 1F | 39 | 13F | 5F | 16 |
| Octal | 156 | 3 | 114 | 0 | 141 | 37 | 71 | 477 | 137 | 26 |
| Binary | 1101110 | 11 | 1001100 | 0 | 1100001 | 11111 | 111001 | 100111111 | 1011111 | 10110 |
Color Harmonies of #6E034C
Complementary color
Monochromatic Colors of #6E034C
Black with #6E034C
Text Example
Text Example
White with #6E034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E034C; }
p { color: rgb(110,3,76); }
H1.HeaderClassName
{
color: #6E034C;
}
.AnyTagClassName
{
color: #6E034C;
}
</style>
background-color css
<style>
a { background-color: #6E034C; }
a { background-color: rgb(110,3,76); }
div.DivClassName
{
background-color: #6E034C;
}
.BgClassName
{
background-color: #6E034C;
}
</style>
border-color css
<style>
span { border-color: #6E034C; }
span { border-color: rgb(110,3,76); }
td.TdClassName
{
border-color: #6E034C;
}
.TagClassName
{
border-color: #6E034C;
}
</style>