Shades of Tyrian Purple #69074F
Tints of Tyrian Purple #69074F
RGB
CMYK
RGB Variations
Color information
#69074F (or 0x69074F) is known color: Tyrian Purple. HEX triplet: 69, 07 and 4F. RGB value is (105,7,79). Sum of RGB (Red+Green+Blue) = 105+7+79=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #69074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69074F is #96F8B0. Grayscale: #2C2C2C. Windows color (decimal): -9894065 or 5179241. OLE color: 5179241.
HSL color Cylindrical-coordinate representation of color #69074F: hue angle of 315.92º 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 #69074F is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 7 | 79 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.59 |
| HSL | 315.92º | 0.88% | 0.22% | - |
| HSV(B) | 315.92º | 0.93% | 0.41% | - |
| XYZ | 7.31 | 3.72 | 7.73 | - |
| YUV | 44.51 | 147.47 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 7 | 79 | 0 | 0.93 | 0.25 | 0.59 | 315.92 | 0.88 | 0.22 |
| Hex | 69 | 7 | 4F | 0 | 5D | 19 | 3B | 13C | 58 | 16 |
| Octal | 151 | 7 | 117 | 0 | 135 | 31 | 73 | 474 | 130 | 26 |
| Binary | 1101001 | 111 | 1001111 | 0 | 1011101 | 11001 | 111011 | 100111100 | 1011000 | 10110 |
Color Harmonies of #69074F
Complementary color
Monochromatic Colors of #69074F
Black with #69074F
Text Example
Text Example
White with #69074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69074F; }
p { color: rgb(105,7,79); }
H1.HeaderClassName
{
color: #69074F;
}
.AnyTagClassName
{
color: #69074F;
}
</style>
background-color css
<style>
a { background-color: #69074F; }
a { background-color: rgb(105,7,79); }
div.DivClassName
{
background-color: #69074F;
}
.BgClassName
{
background-color: #69074F;
}
</style>
border-color css
<style>
span { border-color: #69074F; }
span { border-color: rgb(105,7,79); }
td.TdClassName
{
border-color: #69074F;
}
.TagClassName
{
border-color: #69074F;
}
</style>