Shades of Tyrian Purple #69062F
Tints of Tyrian Purple #69062F
RGB
CMYK
RGB Variations
Color information
#69062F (or 0x69062F) is known color: Tyrian Purple. HEX triplet: 69, 06 and 2F. RGB value is (105,6,47). Sum of RGB (Red+Green+Blue) = 105+6+47=158 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.46% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 105 - color contains mainly: red. Hex color #69062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69062F is #96F9D0. Grayscale: #282828. Windows color (decimal): -9894353 or 3081833. OLE color: 3081833.
HSL color Cylindrical-coordinate representation of color #69062F: hue angle of 335.15º 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 #69062F is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 6 | 47 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.59 |
| HSL | 335.15º | 0.89% | 0.22% | - |
| HSV(B) | 335.15º | 0.94% | 0.41% | - |
| XYZ | 6.4 | 3.34 | 3 | - |
| YUV | 40.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 6 | 47 | 0 | 0.94 | 0.55 | 0.59 | 335.15 | 0.89 | 0.22 |
| Hex | 69 | 6 | 2F | 0 | 5E | 37 | 3B | 14F | 59 | 16 |
| Octal | 151 | 6 | 57 | 0 | 136 | 67 | 73 | 517 | 131 | 26 |
| Binary | 1101001 | 110 | 101111 | 0 | 1011110 | 110111 | 111011 | 101001111 | 1011001 | 10110 |
Color Harmonies of #69062F
Complementary color
Monochromatic Colors of #69062F
Black with #69062F
Text Example
Text Example
White with #69062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69062F; }
p { color: rgb(105,6,47); }
H1.HeaderClassName
{
color: #69062F;
}
.AnyTagClassName
{
color: #69062F;
}
</style>
background-color css
<style>
a { background-color: #69062F; }
a { background-color: rgb(105,6,47); }
div.DivClassName
{
background-color: #69062F;
}
.BgClassName
{
background-color: #69062F;
}
</style>
border-color css
<style>
span { border-color: #69062F; }
span { border-color: rgb(105,6,47); }
td.TdClassName
{
border-color: #69062F;
}
.TagClassName
{
border-color: #69062F;
}
</style>