Shades of Tyrian Purple #69104A
Tints of Tyrian Purple #69104A
RGB
CMYK
RGB Variations
Color information
#69104A (or 0x69104A) is known color: Tyrian Purple. HEX triplet: 69, 10 and 4A. RGB value is (105,16,74). Sum of RGB (Red+Green+Blue) = 105+16+74=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #69104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69104A is #96EFB5. Grayscale: #313131. Windows color (decimal): -9891766 or 4853865. OLE color: 4853865.
HSL color Cylindrical-coordinate representation of color #69104A: hue angle of 320.9º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #69104A is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 16 | 74 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.59 |
| HSL | 320.9º | 0.74% | 0.24% | - |
| HSV(B) | 320.9º | 0.85% | 0.41% | - |
| XYZ | 7.25 | 3.87 | 6.84 | - |
| YUV | 49.22 | 141.99 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 16 | 74 | 0 | 0.85 | 0.30 | 0.59 | 320.9 | 0.74 | 0.24 |
| Hex | 69 | 10 | 4A | 0 | 55 | 1E | 3B | 141 | 4A | 18 |
| Octal | 151 | 20 | 112 | 0 | 125 | 36 | 73 | 501 | 112 | 30 |
| Binary | 1101001 | 10000 | 1001010 | 0 | 1010101 | 11110 | 111011 | 101000001 | 1001010 | 11000 |
Color Harmonies of #69104A
Complementary color
Monochromatic Colors of #69104A
Black with #69104A
Text Example
Text Example
White with #69104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69104A; }
p { color: rgb(105,16,74); }
H1.HeaderClassName
{
color: #69104A;
}
.AnyTagClassName
{
color: #69104A;
}
</style>
background-color css
<style>
a { background-color: #69104A; }
a { background-color: rgb(105,16,74); }
div.DivClassName
{
background-color: #69104A;
}
.BgClassName
{
background-color: #69104A;
}
</style>
border-color css
<style>
span { border-color: #69104A; }
span { border-color: rgb(105,16,74); }
td.TdClassName
{
border-color: #69104A;
}
.TagClassName
{
border-color: #69104A;
}
</style>