Shades of Tyrian Purple #69013B
Tints of Tyrian Purple #69013B
RGB
CMYK
RGB Variations
Color information
#69013B (or 0x69013B) is known color: Tyrian Purple. HEX triplet: 69, 01 and 3B. RGB value is (105,1,59). Sum of RGB (Red+Green+Blue) = 105+1+59=165 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.64% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 105 - color contains mainly: red. Hex color #69013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69013B is #96FEC4. Grayscale: #262626. Windows color (decimal): -9895621 or 3866985. OLE color: 3866985.
HSL color Cylindrical-coordinate representation of color #69013B: hue angle of 326.54º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69013B is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.59 |
| HSL | 326.54º | 0.98% | 0.21% | - |
| HSV(B) | 326.54º | 0.99% | 0.41% | - |
| XYZ | 6.63 | 3.34 | 4.43 | - |
| YUV | 38.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 59 | 0 | 0.99 | 0.44 | 0.59 | 326.54 | 0.98 | 0.21 |
| Hex | 69 | 1 | 3B | 0 | 63 | 2C | 3B | 147 | 62 | 15 |
| Octal | 151 | 1 | 73 | 0 | 143 | 54 | 73 | 507 | 142 | 25 |
| Binary | 1101001 | 1 | 111011 | 0 | 1100011 | 101100 | 111011 | 101000111 | 1100010 | 10101 |
Color Harmonies of #69013B
Complementary color
Monochromatic Colors of #69013B
Black with #69013B
Text Example
Text Example
White with #69013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69013B; }
p { color: rgb(105,1,59); }
H1.HeaderClassName
{
color: #69013B;
}
.AnyTagClassName
{
color: #69013B;
}
</style>
background-color css
<style>
a { background-color: #69013B; }
a { background-color: rgb(105,1,59); }
div.DivClassName
{
background-color: #69013B;
}
.BgClassName
{
background-color: #69013B;
}
</style>
border-color css
<style>
span { border-color: #69013B; }
span { border-color: rgb(105,1,59); }
td.TdClassName
{
border-color: #69013B;
}
.TagClassName
{
border-color: #69013B;
}
</style>