Shades of Tyrian Purple #69013F
Tints of Tyrian Purple #69013F
RGB
CMYK
RGB Variations
Color information
#69013F (or 0x69013F) is known color: Tyrian Purple. HEX triplet: 69, 01 and 3F. RGB value is (105,1,63). Sum of RGB (Red+Green+Blue) = 105+1+63=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #69013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69013F is #96FEC0. Grayscale: #272727. Windows color (decimal): -9895617 or 4129129. OLE color: 4129129.
HSL color Cylindrical-coordinate representation of color #69013F: hue angle of 324.23º 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 #69013F is Cyan = 0, Magento = 0.99, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.4 | 0.59 |
| HSL | 324.23º | 0.98% | 0.21% | - |
| HSV(B) | 324.23º | 0.99% | 0.41% | - |
| XYZ | 6.73 | 3.38 | 5 | - |
| YUV | 39.16 | 141.46 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 63 | 0 | 0.99 | 0.4 | 0.59 | 324.23 | 0.98 | 0.21 |
| Hex | 69 | 1 | 3F | 0 | 63 | 28 | 3B | 144 | 62 | 15 |
| Octal | 151 | 1 | 77 | 0 | 143 | 50 | 73 | 504 | 142 | 25 |
| Binary | 1101001 | 1 | 111111 | 0 | 1100011 | 101000 | 111011 | 101000100 | 1100010 | 10101 |
Color Harmonies of #69013F
Complementary color
Monochromatic Colors of #69013F
Black with #69013F
Text Example
Text Example
White with #69013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69013F; }
p { color: rgb(105,1,63); }
H1.HeaderClassName
{
color: #69013F;
}
.AnyTagClassName
{
color: #69013F;
}
</style>
background-color css
<style>
a { background-color: #69013F; }
a { background-color: rgb(105,1,63); }
div.DivClassName
{
background-color: #69013F;
}
.BgClassName
{
background-color: #69013F;
}
</style>
border-color css
<style>
span { border-color: #69013F; }
span { border-color: rgb(105,1,63); }
td.TdClassName
{
border-color: #69013F;
}
.TagClassName
{
border-color: #69013F;
}
</style>