Shades of Tyrian Purple #690B38
Tints of Tyrian Purple #690B38
RGB
CMYK
RGB Variations
Color information
#690B38 (or 0x690B38) is known color: Tyrian Purple. HEX triplet: 69, 0B and 38. RGB value is (105,11,56). Sum of RGB (Red+Green+Blue) = 105+11+56=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #690B38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690B38 is #96F4C7. Grayscale: #2C2C2C. Windows color (decimal): -9893064 or 3672937. OLE color: 3672937.
HSL color Cylindrical-coordinate representation of color #690B38: hue angle of 331.28º 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 #690B38 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 11 | 56 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.59 |
| HSL | 331.28º | 0.81% | 0.23% | - |
| HSV(B) | 331.28º | 0.9% | 0.41% | - |
| XYZ | 6.66 | 3.53 | 4.07 | - |
| YUV | 44.24 | 134.64 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 56 | 0 | 0.90 | 0.47 | 0.59 | 331.28 | 0.81 | 0.23 |
| Hex | 69 | B | 38 | 0 | 5A | 2F | 3B | 14B | 51 | 17 |
| Octal | 151 | 13 | 70 | 0 | 132 | 57 | 73 | 513 | 121 | 27 |
| Binary | 1101001 | 1011 | 111000 | 0 | 1011010 | 101111 | 111011 | 101001011 | 1010001 | 10111 |
Color Harmonies of #690B38
Complementary color
Monochromatic Colors of #690B38
Black with #690B38
Text Example
Text Example
White with #690B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690B38; }
p { color: rgb(105,11,56); }
H1.HeaderClassName
{
color: #690B38;
}
.AnyTagClassName
{
color: #690B38;
}
</style>
background-color css
<style>
a { background-color: #690B38; }
a { background-color: rgb(105,11,56); }
div.DivClassName
{
background-color: #690B38;
}
.BgClassName
{
background-color: #690B38;
}
</style>
border-color css
<style>
span { border-color: #690B38; }
span { border-color: rgb(105,11,56); }
td.TdClassName
{
border-color: #690B38;
}
.TagClassName
{
border-color: #690B38;
}
</style>