Shades of Tyrian Purple #69022B
Tints of Tyrian Purple #69022B
RGB
CMYK
RGB Variations
Color information
#69022B (or 0x69022B) is known color: Tyrian Purple. HEX triplet: 69, 02 and 2B. RGB value is (105,2,43). Sum of RGB (Red+Green+Blue) = 105+2+43=150 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 105 - color contains mainly: red. Hex color #69022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69022B is #96FDD4. Grayscale: #252525. Windows color (decimal): -9895381 or 2818665. OLE color: 2818665.
HSL color Cylindrical-coordinate representation of color #69022B: hue angle of 336.12º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #69022B is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 2 | 43 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.59 |
| HSL | 336.12º | 0.96% | 0.21% | - |
| HSV(B) | 336.12º | 0.98% | 0.41% | - |
| XYZ | 6.28 | 3.22 | 2.58 | - |
| YUV | 37.47 | 131.12 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 43 | 0 | 0.98 | 0.59 | 0.59 | 336.12 | 0.96 | 0.21 |
| Hex | 69 | 2 | 2B | 0 | 62 | 3B | 3B | 150 | 60 | 15 |
| Octal | 151 | 2 | 53 | 0 | 142 | 73 | 73 | 520 | 140 | 25 |
| Binary | 1101001 | 10 | 101011 | 0 | 1100010 | 111011 | 111011 | 101010000 | 1100000 | 10101 |
Color Harmonies of #69022B
Complementary color
Monochromatic Colors of #69022B
Black with #69022B
Text Example
Text Example
White with #69022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69022B; }
p { color: rgb(105,2,43); }
H1.HeaderClassName
{
color: #69022B;
}
.AnyTagClassName
{
color: #69022B;
}
</style>
background-color css
<style>
a { background-color: #69022B; }
a { background-color: rgb(105,2,43); }
div.DivClassName
{
background-color: #69022B;
}
.BgClassName
{
background-color: #69022B;
}
</style>
border-color css
<style>
span { border-color: #69022B; }
span { border-color: rgb(105,2,43); }
td.TdClassName
{
border-color: #69022B;
}
.TagClassName
{
border-color: #69022B;
}
</style>