Shades of Tyrian Purple #69073B
Tints of Tyrian Purple #69073B
RGB
CMYK
RGB Variations
Color information
#69073B (or 0x69073B) is known color: Tyrian Purple. HEX triplet: 69, 07 and 3B. RGB value is (105,7,59). Sum of RGB (Red+Green+Blue) = 105+7+59=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #69073B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69073B is #96F8C4. Grayscale: #2A2A2A. Windows color (decimal): -9894085 or 3868521. OLE color: 3868521.
HSL color Cylindrical-coordinate representation of color #69073B: hue angle of 328.16º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69073B is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 7 | 59 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.59 |
| HSL | 328.16º | 0.88% | 0.22% | - |
| HSV(B) | 328.16º | 0.93% | 0.41% | - |
| XYZ | 6.69 | 3.47 | 4.45 | - |
| YUV | 42.23 | 137.47 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 7 | 59 | 0 | 0.93 | 0.44 | 0.59 | 328.16 | 0.88 | 0.22 |
| Hex | 69 | 7 | 3B | 0 | 5D | 2C | 3B | 148 | 58 | 16 |
| Octal | 151 | 7 | 73 | 0 | 135 | 54 | 73 | 510 | 130 | 26 |
| Binary | 1101001 | 111 | 111011 | 0 | 1011101 | 101100 | 111011 | 101001000 | 1011000 | 10110 |
Color Harmonies of #69073B
Complementary color
Monochromatic Colors of #69073B
Black with #69073B
Text Example
Text Example
White with #69073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69073B; }
p { color: rgb(105,7,59); }
H1.HeaderClassName
{
color: #69073B;
}
.AnyTagClassName
{
color: #69073B;
}
</style>
background-color css
<style>
a { background-color: #69073B; }
a { background-color: rgb(105,7,59); }
div.DivClassName
{
background-color: #69073B;
}
.BgClassName
{
background-color: #69073B;
}
</style>
border-color css
<style>
span { border-color: #69073B; }
span { border-color: rgb(105,7,59); }
td.TdClassName
{
border-color: #69073B;
}
.TagClassName
{
border-color: #69073B;
}
</style>