Shades of Tyrian Purple #69032E
Tints of Tyrian Purple #69032E
RGB
CMYK
RGB Variations
Color information
#69032E (or 0x69032E) is known color: Tyrian Purple. HEX triplet: 69, 03 and 2E. RGB value is (105,3,46). Sum of RGB (Red+Green+Blue) = 105+3+46=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #69032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69032E is #96FCD1. Grayscale: #262626. Windows color (decimal): -9895122 or 3015529. OLE color: 3015529.
HSL color Cylindrical-coordinate representation of color #69032E: hue angle of 334.71º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #69032E is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 3 | 46 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.59 |
| HSL | 334.71º | 0.94% | 0.21% | - |
| HSV(B) | 334.71º | 0.97% | 0.41% | - |
| XYZ | 6.35 | 3.27 | 2.88 | - |
| YUV | 38.4 | 132.29 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 46 | 0 | 0.97 | 0.56 | 0.59 | 334.71 | 0.94 | 0.21 |
| Hex | 69 | 3 | 2E | 0 | 61 | 38 | 3B | 14F | 5E | 15 |
| Octal | 151 | 3 | 56 | 0 | 141 | 70 | 73 | 517 | 136 | 25 |
| Binary | 1101001 | 11 | 101110 | 0 | 1100001 | 111000 | 111011 | 101001111 | 1011110 | 10101 |
Color Harmonies of #69032E
Complementary color
Monochromatic Colors of #69032E
Black with #69032E
Text Example
Text Example
White with #69032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69032E; }
p { color: rgb(105,3,46); }
H1.HeaderClassName
{
color: #69032E;
}
.AnyTagClassName
{
color: #69032E;
}
</style>
background-color css
<style>
a { background-color: #69032E; }
a { background-color: rgb(105,3,46); }
div.DivClassName
{
background-color: #69032E;
}
.BgClassName
{
background-color: #69032E;
}
</style>
border-color css
<style>
span { border-color: #69032E; }
span { border-color: rgb(105,3,46); }
td.TdClassName
{
border-color: #69032E;
}
.TagClassName
{
border-color: #69032E;
}
</style>