Shades of Tyrian Purple #690B2F
Tints of Tyrian Purple #690B2F
RGB
CMYK
RGB Variations
Color information
#690B2F (or 0x690B2F) is known color: Tyrian Purple. HEX triplet: 69, 0B and 2F. RGB value is (105,11,47). Sum of RGB (Red+Green+Blue) = 105+11+47=163 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.42% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 105 - color contains mainly: red. Hex color #690B2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690B2F is #96F4D0. Grayscale: #2B2B2B. Windows color (decimal): -9893073 or 3083113. OLE color: 3083113.
HSL color Cylindrical-coordinate representation of color #690B2F: hue angle of 337.02º 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 #690B2F is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 11 | 47 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.59 |
| HSL | 337.02º | 0.81% | 0.23% | - |
| HSV(B) | 337.02º | 0.9% | 0.41% | - |
| XYZ | 6.46 | 3.45 | 3.01 | - |
| YUV | 43.21 | 130.14 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 11 | 47 | 0 | 0.90 | 0.55 | 0.59 | 337.02 | 0.81 | 0.23 |
| Hex | 69 | B | 2F | 0 | 5A | 37 | 3B | 151 | 51 | 17 |
| Octal | 151 | 13 | 57 | 0 | 132 | 67 | 73 | 521 | 121 | 27 |
| Binary | 1101001 | 1011 | 101111 | 0 | 1011010 | 110111 | 111011 | 101010001 | 1010001 | 10111 |
Color Harmonies of #690B2F
Complementary color
Monochromatic Colors of #690B2F
Black with #690B2F
Text Example
Text Example
White with #690B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690B2F; }
p { color: rgb(105,11,47); }
H1.HeaderClassName
{
color: #690B2F;
}
.AnyTagClassName
{
color: #690B2F;
}
</style>
background-color css
<style>
a { background-color: #690B2F; }
a { background-color: rgb(105,11,47); }
div.DivClassName
{
background-color: #690B2F;
}
.BgClassName
{
background-color: #690B2F;
}
</style>
border-color css
<style>
span { border-color: #690B2F; }
span { border-color: rgb(105,11,47); }
td.TdClassName
{
border-color: #690B2F;
}
.TagClassName
{
border-color: #690B2F;
}
</style>