Shades of Tyrian Purple #69072F
Tints of Tyrian Purple #69072F
RGB
CMYK
RGB Variations
Color information
#69072F (or 0x69072F) is known color: Tyrian Purple. HEX triplet: 69, 07 and 2F. RGB value is (105,7,47). Sum of RGB (Red+Green+Blue) = 105+7+47=159 (21% of max value = 765). Red value is 105 (41.41% from 255 or 66.04% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 105 - color contains mainly: red. Hex color #69072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69072F is #96F8D0. Grayscale: #282828. Windows color (decimal): -9894097 or 3082089. OLE color: 3082089.
HSL color Cylindrical-coordinate representation of color #69072F: hue angle of 335.51º 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 #69072F is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 7 | 47 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.59 |
| HSL | 335.51º | 0.88% | 0.22% | - |
| HSV(B) | 335.51º | 0.93% | 0.41% | - |
| XYZ | 6.41 | 3.36 | 3 | - |
| YUV | 40.86 | 131.47 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 7 | 47 | 0 | 0.93 | 0.55 | 0.59 | 335.51 | 0.88 | 0.22 |
| Hex | 69 | 7 | 2F | 0 | 5D | 37 | 3B | 150 | 58 | 16 |
| Octal | 151 | 7 | 57 | 0 | 135 | 67 | 73 | 520 | 130 | 26 |
| Binary | 1101001 | 111 | 101111 | 0 | 1011101 | 110111 | 111011 | 101010000 | 1011000 | 10110 |
Color Harmonies of #69072F
Complementary color
Monochromatic Colors of #69072F
Black with #69072F
Text Example
Text Example
White with #69072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69072F; }
p { color: rgb(105,7,47); }
H1.HeaderClassName
{
color: #69072F;
}
.AnyTagClassName
{
color: #69072F;
}
</style>
background-color css
<style>
a { background-color: #69072F; }
a { background-color: rgb(105,7,47); }
div.DivClassName
{
background-color: #69072F;
}
.BgClassName
{
background-color: #69072F;
}
</style>
border-color css
<style>
span { border-color: #69072F; }
span { border-color: rgb(105,7,47); }
td.TdClassName
{
border-color: #69072F;
}
.TagClassName
{
border-color: #69072F;
}
</style>