Shades of Tyrian Purple #69013A
Tints of Tyrian Purple #69013A
RGB
CMYK
RGB Variations
Color information
#69013A (or 0x69013A) is known color: Tyrian Purple. HEX triplet: 69, 01 and 3A. RGB value is (105,1,58). Sum of RGB (Red+Green+Blue) = 105+1+58=164 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.02% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 105 - color contains mainly: red. Hex color #69013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69013A is #96FEC5. Grayscale: #262626. Windows color (decimal): -9895622 or 3801449. OLE color: 3801449.
HSL color Cylindrical-coordinate representation of color #69013A: hue angle of 327.12º 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 #69013A is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.59 |
| HSL | 327.12º | 0.98% | 0.21% | - |
| HSV(B) | 327.12º | 0.99% | 0.41% | - |
| XYZ | 6.6 | 3.33 | 4.3 | - |
| YUV | 38.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 58 | 0 | 0.99 | 0.45 | 0.59 | 327.12 | 0.98 | 0.21 |
| Hex | 69 | 1 | 3A | 0 | 63 | 2D | 3B | 147 | 62 | 15 |
| Octal | 151 | 1 | 72 | 0 | 143 | 55 | 73 | 507 | 142 | 25 |
| Binary | 1101001 | 1 | 111010 | 0 | 1100011 | 101101 | 111011 | 101000111 | 1100010 | 10101 |
Color Harmonies of #69013A
Complementary color
Monochromatic Colors of #69013A
Black with #69013A
Text Example
Text Example
White with #69013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69013A; }
p { color: rgb(105,1,58); }
H1.HeaderClassName
{
color: #69013A;
}
.AnyTagClassName
{
color: #69013A;
}
</style>
background-color css
<style>
a { background-color: #69013A; }
a { background-color: rgb(105,1,58); }
div.DivClassName
{
background-color: #69013A;
}
.BgClassName
{
background-color: #69013A;
}
</style>
border-color css
<style>
span { border-color: #69013A; }
span { border-color: rgb(105,1,58); }
td.TdClassName
{
border-color: #69013A;
}
.TagClassName
{
border-color: #69013A;
}
</style>