Shades of Tyrian Purple #69062E
Tints of Tyrian Purple #69062E
RGB
CMYK
RGB Variations
Color information
#69062E (or 0x69062E) is known color: Tyrian Purple. HEX triplet: 69, 06 and 2E. RGB value is (105,6,46). Sum of RGB (Red+Green+Blue) = 105+6+46=157 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.88% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 105 - color contains mainly: red. Hex color #69062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69062E is #96F9D1. Grayscale: #282828. Windows color (decimal): -9894354 or 3016297. OLE color: 3016297.
HSL color Cylindrical-coordinate representation of color #69062E: hue angle of 335.76º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69062E is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 6 | 46 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.59 |
| HSL | 335.76º | 0.89% | 0.22% | - |
| HSV(B) | 335.76º | 0.94% | 0.41% | - |
| XYZ | 6.38 | 3.33 | 2.89 | - |
| YUV | 40.16 | 131.3 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 6 | 46 | 0 | 0.94 | 0.56 | 0.59 | 335.76 | 0.89 | 0.22 |
| Hex | 69 | 6 | 2E | 0 | 5E | 38 | 3B | 150 | 59 | 16 |
| Octal | 151 | 6 | 56 | 0 | 136 | 70 | 73 | 520 | 131 | 26 |
| Binary | 1101001 | 110 | 101110 | 0 | 1011110 | 111000 | 111011 | 101010000 | 1011001 | 10110 |
Color Harmonies of #69062E
Complementary color
Monochromatic Colors of #69062E
Black with #69062E
Text Example
Text Example
White with #69062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69062E; }
p { color: rgb(105,6,46); }
H1.HeaderClassName
{
color: #69062E;
}
.AnyTagClassName
{
color: #69062E;
}
</style>
background-color css
<style>
a { background-color: #69062E; }
a { background-color: rgb(105,6,46); }
div.DivClassName
{
background-color: #69062E;
}
.BgClassName
{
background-color: #69062E;
}
</style>
border-color css
<style>
span { border-color: #69062E; }
span { border-color: rgb(105,6,46); }
td.TdClassName
{
border-color: #69062E;
}
.TagClassName
{
border-color: #69062E;
}
</style>