Shades of Tyrian Purple #69103D
Tints of Tyrian Purple #69103D
RGB
CMYK
RGB Variations
Color information
#69103D (or 0x69103D) is known color: Tyrian Purple. HEX triplet: 69, 10 and 3D. RGB value is (105,16,61). Sum of RGB (Red+Green+Blue) = 105+16+61=182 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.69% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 105 - color contains mainly: red. Hex color #69103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69103D is #96EFC2. Grayscale: #2F2F2F. Windows color (decimal): -9891779 or 4001897. OLE color: 4001897.
HSL color Cylindrical-coordinate representation of color #69103D: hue angle of 329.66º 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 #69103D is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 16 | 61 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.59 |
| HSL | 329.66º | 0.74% | 0.24% | - |
| HSV(B) | 329.66º | 0.85% | 0.41% | - |
| XYZ | 6.85 | 3.71 | 4.77 | - |
| YUV | 47.74 | 135.49 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 16 | 61 | 0 | 0.85 | 0.42 | 0.59 | 329.66 | 0.74 | 0.24 |
| Hex | 69 | 10 | 3D | 0 | 55 | 2A | 3B | 14A | 4A | 18 |
| Octal | 151 | 20 | 75 | 0 | 125 | 52 | 73 | 512 | 112 | 30 |
| Binary | 1101001 | 10000 | 111101 | 0 | 1010101 | 101010 | 111011 | 101001010 | 1001010 | 11000 |
Color Harmonies of #69103D
Complementary color
Monochromatic Colors of #69103D
Black with #69103D
Text Example
Text Example
White with #69103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69103D; }
p { color: rgb(105,16,61); }
H1.HeaderClassName
{
color: #69103D;
}
.AnyTagClassName
{
color: #69103D;
}
</style>
background-color css
<style>
a { background-color: #69103D; }
a { background-color: rgb(105,16,61); }
div.DivClassName
{
background-color: #69103D;
}
.BgClassName
{
background-color: #69103D;
}
</style>
border-color css
<style>
span { border-color: #69103D; }
span { border-color: rgb(105,16,61); }
td.TdClassName
{
border-color: #69103D;
}
.TagClassName
{
border-color: #69103D;
}
</style>