Shades of Tyrian Purple #69004D
Tints of Tyrian Purple #69004D
RGB
CMYK
RGB Variations
Color information
#69004D (or 0x69004D) is known color: Tyrian Purple. HEX triplet: 69, 00 and 4D. RGB value is (105,0,77). Sum of RGB (Red+Green+Blue) = 105+0+77=182 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.69% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 105 - color contains mainly: red. Hex color #69004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69004D is #96FFB2. Grayscale: #272727. Windows color (decimal): -9895859 or 5046377. OLE color: 5046377.
HSL color Cylindrical-coordinate representation of color #69004D: hue angle of 316º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69004D is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.27 | 0.59 |
| HSL | 316º | 1% | 0.21% | - |
| HSV(B) | 316º | 1% | 0.41% | - |
| XYZ | 7.17 | 3.54 | 7.33 | - |
| YUV | 40.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 77 | 0 | 1 | 0.27 | 0.59 | 316 | 1 | 0.21 |
| Hex | 69 | 0 | 4D | 0 | 64 | 1B | 3B | 13C | 64 | 15 |
| Octal | 151 | 0 | 115 | 0 | 144 | 33 | 73 | 474 | 144 | 25 |
| Binary | 1101001 | 0 | 1001101 | 0 | 1100100 | 11011 | 111011 | 100111100 | 1100100 | 10101 |
Color Harmonies of #69004D
Complementary color
Monochromatic Colors of #69004D
Black with #69004D
Text Example
Text Example
White with #69004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69004D; }
p { color: rgb(105,0,77); }
H1.HeaderClassName
{
color: #69004D;
}
.AnyTagClassName
{
color: #69004D;
}
</style>
background-color css
<style>
a { background-color: #69004D; }
a { background-color: rgb(105,0,77); }
div.DivClassName
{
background-color: #69004D;
}
.BgClassName
{
background-color: #69004D;
}
</style>
border-color css
<style>
span { border-color: #69004D; }
span { border-color: rgb(105,0,77); }
td.TdClassName
{
border-color: #69004D;
}
.TagClassName
{
border-color: #69004D;
}
</style>