Shades of Tyrian Purple #69012E
Tints of Tyrian Purple #69012E
RGB
CMYK
RGB Variations
Color information
#69012E (or 0x69012E) is known color: Tyrian Purple. HEX triplet: 69, 01 and 2E. RGB value is (105,1,46). Sum of RGB (Red+Green+Blue) = 105+1+46=152 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.08% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 105 - color contains mainly: red. Hex color #69012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69012E is #96FED1. Grayscale: #252525. Windows color (decimal): -9895634 or 3015017. OLE color: 3015017.
HSL color Cylindrical-coordinate representation of color #69012E: hue angle of 334.04º 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 #69012E is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.59 |
| HSL | 334.04º | 0.98% | 0.21% | - |
| HSV(B) | 334.04º | 0.99% | 0.41% | - |
| XYZ | 6.33 | 3.22 | 2.87 | - |
| YUV | 37.23 | 132.96 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 46 | 0 | 0.99 | 0.56 | 0.59 | 334.04 | 0.98 | 0.21 |
| Hex | 69 | 1 | 2E | 0 | 63 | 38 | 3B | 14E | 62 | 15 |
| Octal | 151 | 1 | 56 | 0 | 143 | 70 | 73 | 516 | 142 | 25 |
| Binary | 1101001 | 1 | 101110 | 0 | 1100011 | 111000 | 111011 | 101001110 | 1100010 | 10101 |
Color Harmonies of #69012E
Complementary color
Monochromatic Colors of #69012E
Black with #69012E
Text Example
Text Example
White with #69012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69012E; }
p { color: rgb(105,1,46); }
H1.HeaderClassName
{
color: #69012E;
}
.AnyTagClassName
{
color: #69012E;
}
</style>
background-color css
<style>
a { background-color: #69012E; }
a { background-color: rgb(105,1,46); }
div.DivClassName
{
background-color: #69012E;
}
.BgClassName
{
background-color: #69012E;
}
</style>
border-color css
<style>
span { border-color: #69012E; }
span { border-color: rgb(105,1,46); }
td.TdClassName
{
border-color: #69012E;
}
.TagClassName
{
border-color: #69012E;
}
</style>