Shades of Tyrian Purple #6E034B
Tints of Tyrian Purple #6E034B
RGB
CMYK
RGB Variations
Color information
#6E034B (or 0x6E034B) is known color: Tyrian Purple. HEX triplet: 6E, 03 and 4B. RGB value is (110,3,75). Sum of RGB (Red+Green+Blue) = 110+3+75=188 (24% of max value = 765). Red value is 110 (43.36% from 255 or 58.51% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 110 - color contains mainly: red. Hex color #6E034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E034B is #91FCB4. Grayscale: #2B2B2B. Windows color (decimal): -9567413 or 4916078. OLE color: 4916078.
HSL color Cylindrical-coordinate representation of color #6E034B: hue angle of 319.63º 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 #6E034B is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 3 | 75 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.57 |
| HSL | 319.63º | 0.95% | 0.22% | - |
| HSV(B) | 319.63º | 0.97% | 0.43% | - |
| XYZ | 7.73 | 3.89 | 7 | - |
| YUV | 43.2 | 145.95 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 3 | 75 | 0 | 0.97 | 0.32 | 0.57 | 319.63 | 0.95 | 0.22 |
| Hex | 6E | 3 | 4B | 0 | 61 | 20 | 39 | 140 | 5F | 16 |
| Octal | 156 | 3 | 113 | 0 | 141 | 40 | 71 | 500 | 137 | 26 |
| Binary | 1101110 | 11 | 1001011 | 0 | 1100001 | 100000 | 111001 | 101000000 | 1011111 | 10110 |
Color Harmonies of #6E034B
Complementary color
Monochromatic Colors of #6E034B
Black with #6E034B
Text Example
Text Example
White with #6E034B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E034B; }
p { color: rgb(110,3,75); }
H1.HeaderClassName
{
color: #6E034B;
}
.AnyTagClassName
{
color: #6E034B;
}
</style>
background-color css
<style>
a { background-color: #6E034B; }
a { background-color: rgb(110,3,75); }
div.DivClassName
{
background-color: #6E034B;
}
.BgClassName
{
background-color: #6E034B;
}
</style>
border-color css
<style>
span { border-color: #6E034B; }
span { border-color: rgb(110,3,75); }
td.TdClassName
{
border-color: #6E034B;
}
.TagClassName
{
border-color: #6E034B;
}
</style>