Shades of Tyrian Purple #69064D
Tints of Tyrian Purple #69064D
RGB
CMYK
RGB Variations
Color information
#69064D (or 0x69064D) is known color: Tyrian Purple. HEX triplet: 69, 06 and 4D. RGB value is (105,6,77). Sum of RGB (Red+Green+Blue) = 105+6+77=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #69064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69064D is #96F9B2. Grayscale: #2B2B2B. Windows color (decimal): -9894323 or 5047913. OLE color: 5047913.
HSL color Cylindrical-coordinate representation of color #69064D: hue angle of 316.97º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69064D is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 6 | 77 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.59 |
| HSL | 316.97º | 0.89% | 0.22% | - |
| HSV(B) | 316.97º | 0.94% | 0.41% | - |
| XYZ | 7.23 | 3.67 | 7.35 | - |
| YUV | 43.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 6 | 77 | 0 | 0.94 | 0.27 | 0.59 | 316.97 | 0.89 | 0.22 |
| Hex | 69 | 6 | 4D | 0 | 5E | 1B | 3B | 13D | 59 | 16 |
| Octal | 151 | 6 | 115 | 0 | 136 | 33 | 73 | 475 | 131 | 26 |
| Binary | 1101001 | 110 | 1001101 | 0 | 1011110 | 11011 | 111011 | 100111101 | 1011001 | 10110 |
Color Harmonies of #69064D
Complementary color
Monochromatic Colors of #69064D
Black with #69064D
Text Example
Text Example
White with #69064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69064D; }
p { color: rgb(105,6,77); }
H1.HeaderClassName
{
color: #69064D;
}
.AnyTagClassName
{
color: #69064D;
}
</style>
background-color css
<style>
a { background-color: #69064D; }
a { background-color: rgb(105,6,77); }
div.DivClassName
{
background-color: #69064D;
}
.BgClassName
{
background-color: #69064D;
}
</style>
border-color css
<style>
span { border-color: #69064D; }
span { border-color: rgb(105,6,77); }
td.TdClassName
{
border-color: #69064D;
}
.TagClassName
{
border-color: #69064D;
}
</style>