Shades of Tyrian Purple #69002E
Tints of Tyrian Purple #69002E
RGB
CMYK
RGB Variations
Color information
#69002E (or 0x69002E) is known color: Tyrian Purple. HEX triplet: 69, 00 and 2E. RGB value is (105,0,46). Sum of RGB (Red+Green+Blue) = 105+0+46=151 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.54% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 105 - color contains mainly: red. Hex color #69002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69002E is #96FFD1. Grayscale: #242424. Windows color (decimal): -9895890 or 3014761. OLE color: 3014761.
HSL color Cylindrical-coordinate representation of color #69002E: hue angle of 333.71º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69002E is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.56 | 0.59 |
| HSL | 333.71º | 1% | 0.21% | - |
| HSV(B) | 333.71º | 1% | 0.41% | - |
| XYZ | 6.32 | 3.2 | 2.87 | - |
| YUV | 36.64 | 133.29 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 46 | 0 | 1 | 0.56 | 0.59 | 333.71 | 1 | 0.21 |
| Hex | 69 | 0 | 2E | 0 | 64 | 38 | 3B | 14E | 64 | 15 |
| Octal | 151 | 0 | 56 | 0 | 144 | 70 | 73 | 516 | 144 | 25 |
| Binary | 1101001 | 0 | 101110 | 0 | 1100100 | 111000 | 111011 | 101001110 | 1100100 | 10101 |
Color Harmonies of #69002E
Complementary color
Monochromatic Colors of #69002E
Black with #69002E
Text Example
Text Example
White with #69002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69002E; }
p { color: rgb(105,0,46); }
H1.HeaderClassName
{
color: #69002E;
}
.AnyTagClassName
{
color: #69002E;
}
</style>
background-color css
<style>
a { background-color: #69002E; }
a { background-color: rgb(105,0,46); }
div.DivClassName
{
background-color: #69002E;
}
.BgClassName
{
background-color: #69002E;
}
</style>
border-color css
<style>
span { border-color: #69002E; }
span { border-color: rgb(105,0,46); }
td.TdClassName
{
border-color: #69002E;
}
.TagClassName
{
border-color: #69002E;
}
</style>