Shades of Tyrian Purple #6E035B
Tints of Tyrian Purple #6E035B
RGB
CMYK
RGB Variations
Color information
#6E035B (or 0x6E035B) is known color: Tyrian Purple. HEX triplet: 6E, 03 and 5B. RGB value is (110,3,91). Sum of RGB (Red+Green+Blue) = 110+3+91=204 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.92% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 110 - color contains mainly: red. Hex color #6E035B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E035B is #91FCA4. Grayscale: #2C2C2C. Windows color (decimal): -9567397 or 5964654. OLE color: 5964654.
HSL color Cylindrical-coordinate representation of color #6E035B: hue angle of 310.65º 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 #6E035B is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 3 | 91 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.57 |
| HSL | 310.65º | 0.95% | 0.22% | - |
| HSV(B) | 310.65º | 0.97% | 0.43% | - |
| XYZ | 8.35 | 4.14 | 10.26 | - |
| YUV | 45.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 3 | 91 | 0 | 0.97 | 0.17 | 0.57 | 310.65 | 0.95 | 0.22 |
| Hex | 6E | 3 | 5B | 0 | 61 | 11 | 39 | 137 | 5F | 16 |
| Octal | 156 | 3 | 133 | 0 | 141 | 21 | 71 | 467 | 137 | 26 |
| Binary | 1101110 | 11 | 1011011 | 0 | 1100001 | 10001 | 111001 | 100110111 | 1011111 | 10110 |
Color Harmonies of #6E035B
Complementary color
Monochromatic Colors of #6E035B
Black with #6E035B
Text Example
Text Example
White with #6E035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E035B; }
p { color: rgb(110,3,91); }
H1.HeaderClassName
{
color: #6E035B;
}
.AnyTagClassName
{
color: #6E035B;
}
</style>
background-color css
<style>
a { background-color: #6E035B; }
a { background-color: rgb(110,3,91); }
div.DivClassName
{
background-color: #6E035B;
}
.BgClassName
{
background-color: #6E035B;
}
</style>
border-color css
<style>
span { border-color: #6E035B; }
span { border-color: rgb(110,3,91); }
td.TdClassName
{
border-color: #6E035B;
}
.TagClassName
{
border-color: #6E035B;
}
</style>