Shades of Tyrian Purple #69093A
Tints of Tyrian Purple #69093A
RGB
CMYK
RGB Variations
Color information
#69093A (or 0x69093A) is known color: Tyrian Purple. HEX triplet: 69, 09 and 3A. RGB value is (105,9,58). Sum of RGB (Red+Green+Blue) = 105+9+58=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #69093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69093A is #96F6C5. Grayscale: #2B2B2B. Windows color (decimal): -9893574 or 3803497. OLE color: 3803497.
HSL color Cylindrical-coordinate representation of color #69093A: hue angle of 329.38º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #69093A is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 9 | 58 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.59 |
| HSL | 329.38º | 0.84% | 0.22% | - |
| HSV(B) | 329.38º | 0.91% | 0.41% | - |
| XYZ | 6.69 | 3.5 | 4.33 | - |
| YUV | 43.29 | 136.3 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 9 | 58 | 0 | 0.91 | 0.45 | 0.59 | 329.38 | 0.84 | 0.22 |
| Hex | 69 | 9 | 3A | 0 | 5B | 2D | 3B | 149 | 54 | 16 |
| Octal | 151 | 11 | 72 | 0 | 133 | 55 | 73 | 511 | 124 | 26 |
| Binary | 1101001 | 1001 | 111010 | 0 | 1011011 | 101101 | 111011 | 101001001 | 1010100 | 10110 |
Color Harmonies of #69093A
Complementary color
Monochromatic Colors of #69093A
Black with #69093A
Text Example
Text Example
White with #69093A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69093A; }
p { color: rgb(105,9,58); }
H1.HeaderClassName
{
color: #69093A;
}
.AnyTagClassName
{
color: #69093A;
}
</style>
background-color css
<style>
a { background-color: #69093A; }
a { background-color: rgb(105,9,58); }
div.DivClassName
{
background-color: #69093A;
}
.BgClassName
{
background-color: #69093A;
}
</style>
border-color css
<style>
span { border-color: #69093A; }
span { border-color: rgb(105,9,58); }
td.TdClassName
{
border-color: #69093A;
}
.TagClassName
{
border-color: #69093A;
}
</style>