Shades of Tyrian Purple #69073D
Tints of Tyrian Purple #69073D
RGB
CMYK
RGB Variations
Color information
#69073D (or 0x69073D) is known color: Tyrian Purple. HEX triplet: 69, 07 and 3D. RGB value is (105,7,61). Sum of RGB (Red+Green+Blue) = 105+7+61=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #69073D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69073D is #96F8C2. Grayscale: #2A2A2A. Windows color (decimal): -9894083 or 3999593. OLE color: 3999593.
HSL color Cylindrical-coordinate representation of color #69073D: hue angle of 326.94º 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 #69073D is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 7 | 61 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.59 |
| HSL | 326.94º | 0.88% | 0.22% | - |
| HSV(B) | 326.94º | 0.93% | 0.41% | - |
| XYZ | 6.74 | 3.49 | 4.73 | - |
| YUV | 42.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 7 | 61 | 0 | 0.93 | 0.42 | 0.59 | 326.94 | 0.88 | 0.22 |
| Hex | 69 | 7 | 3D | 0 | 5D | 2A | 3B | 147 | 58 | 16 |
| Octal | 151 | 7 | 75 | 0 | 135 | 52 | 73 | 507 | 130 | 26 |
| Binary | 1101001 | 111 | 111101 | 0 | 1011101 | 101010 | 111011 | 101000111 | 1011000 | 10110 |
Color Harmonies of #69073D
Complementary color
Monochromatic Colors of #69073D
Black with #69073D
Text Example
Text Example
White with #69073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69073D; }
p { color: rgb(105,7,61); }
H1.HeaderClassName
{
color: #69073D;
}
.AnyTagClassName
{
color: #69073D;
}
</style>
background-color css
<style>
a { background-color: #69073D; }
a { background-color: rgb(105,7,61); }
div.DivClassName
{
background-color: #69073D;
}
.BgClassName
{
background-color: #69073D;
}
</style>
border-color css
<style>
span { border-color: #69073D; }
span { border-color: rgb(105,7,61); }
td.TdClassName
{
border-color: #69073D;
}
.TagClassName
{
border-color: #69073D;
}
</style>