Shades of Tyrian Purple #690B3D
Tints of Tyrian Purple #690B3D
RGB
CMYK
RGB Variations
Color information
#690B3D (or 0x690B3D) is known color: Tyrian Purple. HEX triplet: 69, 0B and 3D. RGB value is (105,11,61). Sum of RGB (Red+Green+Blue) = 105+11+61=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #690B3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690B3D is #96F4C2. Grayscale: #2C2C2C. Windows color (decimal): -9893059 or 4000617. OLE color: 4000617.
HSL color Cylindrical-coordinate representation of color #690B3D: hue angle of 328.09º 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 #690B3D is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 11 | 61 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.59 |
| HSL | 328.09º | 0.81% | 0.23% | - |
| HSV(B) | 328.09º | 0.9% | 0.41% | - |
| XYZ | 6.79 | 3.58 | 4.75 | - |
| YUV | 44.81 | 137.14 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 61 | 0 | 0.90 | 0.42 | 0.59 | 328.09 | 0.81 | 0.23 |
| Hex | 69 | B | 3D | 0 | 5A | 2A | 3B | 148 | 51 | 17 |
| Octal | 151 | 13 | 75 | 0 | 132 | 52 | 73 | 510 | 121 | 27 |
| Binary | 1101001 | 1011 | 111101 | 0 | 1011010 | 101010 | 111011 | 101001000 | 1010001 | 10111 |
Color Harmonies of #690B3D
Complementary color
Monochromatic Colors of #690B3D
Black with #690B3D
Text Example
Text Example
White with #690B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690B3D; }
p { color: rgb(105,11,61); }
H1.HeaderClassName
{
color: #690B3D;
}
.AnyTagClassName
{
color: #690B3D;
}
</style>
background-color css
<style>
a { background-color: #690B3D; }
a { background-color: rgb(105,11,61); }
div.DivClassName
{
background-color: #690B3D;
}
.BgClassName
{
background-color: #690B3D;
}
</style>
border-color css
<style>
span { border-color: #690B3D; }
span { border-color: rgb(105,11,61); }
td.TdClassName
{
border-color: #690B3D;
}
.TagClassName
{
border-color: #690B3D;
}
</style>