Shades of Tyrian Purple #690E32
Tints of Tyrian Purple #690E32
RGB
CMYK
RGB Variations
Color information
#690E32 (or 0x690E32) is known color: Tyrian Purple. HEX triplet: 69, 0E and 32. RGB value is (105,14,50). Sum of RGB (Red+Green+Blue) = 105+14+50=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 14 (5.86% from 255 or 8.28% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #690E32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690E32 is #96F1CD. Grayscale: #2D2D2D. Windows color (decimal): -9892302 or 3280489. OLE color: 3280489.
HSL color Cylindrical-coordinate representation of color #690E32: hue angle of 336.26º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #690E32 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 14 | 50 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.59 |
| HSL | 336.26º | 0.76% | 0.23% | - |
| HSV(B) | 336.26º | 0.87% | 0.41% | - |
| XYZ | 6.56 | 3.55 | 3.36 | - |
| YUV | 45.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 14 | 50 | 0 | 0.87 | 0.52 | 0.59 | 336.26 | 0.76 | 0.23 |
| Hex | 69 | E | 32 | 0 | 57 | 34 | 3B | 150 | 4C | 17 |
| Octal | 151 | 16 | 62 | 0 | 127 | 64 | 73 | 520 | 114 | 27 |
| Binary | 1101001 | 1110 | 110010 | 0 | 1010111 | 110100 | 111011 | 101010000 | 1001100 | 10111 |
Color Harmonies of #690E32
Complementary color
Monochromatic Colors of #690E32
Black with #690E32
Text Example
Text Example
White with #690E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690E32; }
p { color: rgb(105,14,50); }
H1.HeaderClassName
{
color: #690E32;
}
.AnyTagClassName
{
color: #690E32;
}
</style>
background-color css
<style>
a { background-color: #690E32; }
a { background-color: rgb(105,14,50); }
div.DivClassName
{
background-color: #690E32;
}
.BgClassName
{
background-color: #690E32;
}
</style>
border-color css
<style>
span { border-color: #690E32; }
span { border-color: rgb(105,14,50); }
td.TdClassName
{
border-color: #690E32;
}
.TagClassName
{
border-color: #690E32;
}
</style>