Shades of Tyrian Purple #69103B
Tints of Tyrian Purple #69103B
RGB
CMYK
RGB Variations
Color information
#69103B (or 0x69103B) is known color: Tyrian Purple. HEX triplet: 69, 10 and 3B. RGB value is (105,16,59). Sum of RGB (Red+Green+Blue) = 105+16+59=180 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.33% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 105 - color contains mainly: red. Hex color #69103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69103B is #96EFC4. Grayscale: #2F2F2F. Windows color (decimal): -9891781 or 3870825. OLE color: 3870825.
HSL color Cylindrical-coordinate representation of color #69103B: hue angle of 331.01º 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 #69103B is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 16 | 59 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.59 |
| HSL | 331.01º | 0.74% | 0.24% | - |
| HSV(B) | 331.01º | 0.85% | 0.41% | - |
| XYZ | 6.8 | 3.69 | 4.49 | - |
| YUV | 47.51 | 134.49 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 16 | 59 | 0 | 0.85 | 0.44 | 0.59 | 331.01 | 0.74 | 0.24 |
| Hex | 69 | 10 | 3B | 0 | 55 | 2C | 3B | 14B | 4A | 18 |
| Octal | 151 | 20 | 73 | 0 | 125 | 54 | 73 | 513 | 112 | 30 |
| Binary | 1101001 | 10000 | 111011 | 0 | 1010101 | 101100 | 111011 | 101001011 | 1001010 | 11000 |
Color Harmonies of #69103B
Complementary color
Monochromatic Colors of #69103B
Black with #69103B
Text Example
Text Example
White with #69103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69103B; }
p { color: rgb(105,16,59); }
H1.HeaderClassName
{
color: #69103B;
}
.AnyTagClassName
{
color: #69103B;
}
</style>
background-color css
<style>
a { background-color: #69103B; }
a { background-color: rgb(105,16,59); }
div.DivClassName
{
background-color: #69103B;
}
.BgClassName
{
background-color: #69103B;
}
</style>
border-color css
<style>
span { border-color: #69103B; }
span { border-color: rgb(105,16,59); }
td.TdClassName
{
border-color: #69103B;
}
.TagClassName
{
border-color: #69103B;
}
</style>