Shades of Tyrian Purple #6E0335
Tints of Tyrian Purple #6E0335
RGB
CMYK
RGB Variations
Color information
#6E0335 (or 0x6E0335) is known color: Tyrian Purple. HEX triplet: 6E, 03 and 35. RGB value is (110,3,53). Sum of RGB (Red+Green+Blue) = 110+3+53=166 (21% of max value = 765). Red value is 110 (43.36% from 255 or 66.27% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0335 is #91FCCA. Grayscale: #282828. Windows color (decimal): -9567435 or 3474286. OLE color: 3474286.
HSL color Cylindrical-coordinate representation of color #6E0335: hue angle of 331.96º 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 #6E0335 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 3 | 53 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.57 |
| HSL | 331.96º | 0.95% | 0.22% | - |
| HSV(B) | 331.96º | 0.97% | 0.43% | - |
| XYZ | 7.11 | 3.64 | 3.7 | - |
| YUV | 40.69 | 134.95 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 3 | 53 | 0 | 0.97 | 0.52 | 0.57 | 331.96 | 0.95 | 0.22 |
| Hex | 6E | 3 | 35 | 0 | 61 | 34 | 39 | 14C | 5F | 16 |
| Octal | 156 | 3 | 65 | 0 | 141 | 64 | 71 | 514 | 137 | 26 |
| Binary | 1101110 | 11 | 110101 | 0 | 1100001 | 110100 | 111001 | 101001100 | 1011111 | 10110 |
Color Harmonies of #6E0335
Complementary color
Monochromatic Colors of #6E0335
Black with #6E0335
Text Example
Text Example
White with #6E0335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0335; }
p { color: rgb(110,3,53); }
H1.HeaderClassName
{
color: #6E0335;
}
.AnyTagClassName
{
color: #6E0335;
}
</style>
background-color css
<style>
a { background-color: #6E0335; }
a { background-color: rgb(110,3,53); }
div.DivClassName
{
background-color: #6E0335;
}
.BgClassName
{
background-color: #6E0335;
}
</style>
border-color css
<style>
span { border-color: #6E0335; }
span { border-color: rgb(110,3,53); }
td.TdClassName
{
border-color: #6E0335;
}
.TagClassName
{
border-color: #6E0335;
}
</style>