Shades of Tyrian Purple #69012C
Tints of Tyrian Purple #69012C
RGB
CMYK
RGB Variations
Color information
#69012C (or 0x69012C) is known color: Tyrian Purple. HEX triplet: 69, 01 and 2C. RGB value is (105,1,44). Sum of RGB (Red+Green+Blue) = 105+1+44=150 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 105 - color contains mainly: red. Hex color #69012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69012C is #96FED3. Grayscale: #242424. Windows color (decimal): -9895636 or 2883945. OLE color: 2883945.
HSL color Cylindrical-coordinate representation of color #69012C: hue angle of 335.19º 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 #69012C is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.59 |
| HSL | 335.19º | 0.98% | 0.21% | - |
| HSV(B) | 335.19º | 0.99% | 0.41% | - |
| XYZ | 6.29 | 3.21 | 2.67 | - |
| YUV | 37 | 131.96 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 44 | 0 | 0.99 | 0.58 | 0.59 | 335.19 | 0.98 | 0.21 |
| Hex | 69 | 1 | 2C | 0 | 63 | 3A | 3B | 14F | 62 | 15 |
| Octal | 151 | 1 | 54 | 0 | 143 | 72 | 73 | 517 | 142 | 25 |
| Binary | 1101001 | 1 | 101100 | 0 | 1100011 | 111010 | 111011 | 101001111 | 1100010 | 10101 |
Color Harmonies of #69012C
Complementary color
Monochromatic Colors of #69012C
Black with #69012C
Text Example
Text Example
White with #69012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69012C; }
p { color: rgb(105,1,44); }
H1.HeaderClassName
{
color: #69012C;
}
.AnyTagClassName
{
color: #69012C;
}
</style>
background-color css
<style>
a { background-color: #69012C; }
a { background-color: rgb(105,1,44); }
div.DivClassName
{
background-color: #69012C;
}
.BgClassName
{
background-color: #69012C;
}
</style>
border-color css
<style>
span { border-color: #69012C; }
span { border-color: rgb(105,1,44); }
td.TdClassName
{
border-color: #69012C;
}
.TagClassName
{
border-color: #69012C;
}
</style>