Shades of Tyrian Purple #690B2D
Tints of Tyrian Purple #690B2D
RGB
CMYK
RGB Variations
Color information
#690B2D (or 0x690B2D) is known color: Tyrian Purple. HEX triplet: 69, 0B and 2D. RGB value is (105,11,45). Sum of RGB (Red+Green+Blue) = 105+11+45=161 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.22% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 105 - color contains mainly: red. Hex color #690B2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690B2D is #96F4D2. Grayscale: #2A2A2A. Windows color (decimal): -9893075 or 2952041. OLE color: 2952041.
HSL color Cylindrical-coordinate representation of color #690B2D: hue angle of 338.3º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690B2D is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 11 | 45 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.59 |
| HSL | 338.3º | 0.81% | 0.23% | - |
| HSV(B) | 338.3º | 0.9% | 0.41% | - |
| XYZ | 6.42 | 3.43 | 2.81 | - |
| YUV | 42.98 | 129.14 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 45 | 0 | 0.90 | 0.57 | 0.59 | 338.3 | 0.81 | 0.23 |
| Hex | 69 | B | 2D | 0 | 5A | 39 | 3B | 152 | 51 | 17 |
| Octal | 151 | 13 | 55 | 0 | 132 | 71 | 73 | 522 | 121 | 27 |
| Binary | 1101001 | 1011 | 101101 | 0 | 1011010 | 111001 | 111011 | 101010010 | 1010001 | 10111 |
Color Harmonies of #690B2D
Complementary color
Monochromatic Colors of #690B2D
Black with #690B2D
Text Example
Text Example
White with #690B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690B2D; }
p { color: rgb(105,11,45); }
H1.HeaderClassName
{
color: #690B2D;
}
.AnyTagClassName
{
color: #690B2D;
}
</style>
background-color css
<style>
a { background-color: #690B2D; }
a { background-color: rgb(105,11,45); }
div.DivClassName
{
background-color: #690B2D;
}
.BgClassName
{
background-color: #690B2D;
}
</style>
border-color css
<style>
span { border-color: #690B2D; }
span { border-color: rgb(105,11,45); }
td.TdClassName
{
border-color: #690B2D;
}
.TagClassName
{
border-color: #690B2D;
}
</style>