Shades of Tyrian Purple #69034D
Tints of Tyrian Purple #69034D
RGB
CMYK
RGB Variations
Color information
#69034D (or 0x69034D) is known color: Tyrian Purple. HEX triplet: 69, 03 and 4D. RGB value is (105,3,77). Sum of RGB (Red+Green+Blue) = 105+3+77=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #69034D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69034D is #96FCB2. Grayscale: #292929. Windows color (decimal): -9895091 or 5047145. OLE color: 5047145.
HSL color Cylindrical-coordinate representation of color #69034D: hue angle of 316.47º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #69034D is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 3 | 77 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.59 |
| HSL | 316.47º | 0.94% | 0.21% | - |
| HSV(B) | 316.47º | 0.97% | 0.41% | - |
| XYZ | 7.2 | 3.6 | 7.34 | - |
| YUV | 41.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 77 | 0 | 0.97 | 0.27 | 0.59 | 316.47 | 0.94 | 0.21 |
| Hex | 69 | 3 | 4D | 0 | 61 | 1B | 3B | 13C | 5E | 15 |
| Octal | 151 | 3 | 115 | 0 | 141 | 33 | 73 | 474 | 136 | 25 |
| Binary | 1101001 | 11 | 1001101 | 0 | 1100001 | 11011 | 111011 | 100111100 | 1011110 | 10101 |
Color Harmonies of #69034D
Complementary color
Monochromatic Colors of #69034D
Black with #69034D
Text Example
Text Example
White with #69034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69034D; }
p { color: rgb(105,3,77); }
H1.HeaderClassName
{
color: #69034D;
}
.AnyTagClassName
{
color: #69034D;
}
</style>
background-color css
<style>
a { background-color: #69034D; }
a { background-color: rgb(105,3,77); }
div.DivClassName
{
background-color: #69034D;
}
.BgClassName
{
background-color: #69034D;
}
</style>
border-color css
<style>
span { border-color: #69034D; }
span { border-color: rgb(105,3,77); }
td.TdClassName
{
border-color: #69034D;
}
.TagClassName
{
border-color: #69034D;
}
</style>