Shades of Tyrian Purple #690C2F
Tints of Tyrian Purple #690C2F
RGB
CMYK
RGB Variations
Color information
#690C2F (or 0x690C2F) is known color: Tyrian Purple. HEX triplet: 69, 0C and 2F. RGB value is (105,12,47). Sum of RGB (Red+Green+Blue) = 105+12+47=164 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.02% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 105 - color contains mainly: red. Hex color #690C2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690C2F is #96F3D0. Grayscale: #2B2B2B. Windows color (decimal): -9892817 or 3083369. OLE color: 3083369.
HSL color Cylindrical-coordinate representation of color #690C2F: hue angle of 337.42º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690C2F is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 12 | 47 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.59 |
| HSL | 337.42º | 0.79% | 0.23% | - |
| HSV(B) | 337.42º | 0.89% | 0.41% | - |
| XYZ | 6.47 | 3.47 | 3.02 | - |
| YUV | 43.8 | 129.81 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 47 | 0 | 0.89 | 0.55 | 0.59 | 337.42 | 0.79 | 0.23 |
| Hex | 69 | C | 2F | 0 | 59 | 37 | 3B | 151 | 4F | 17 |
| Octal | 151 | 14 | 57 | 0 | 131 | 67 | 73 | 521 | 117 | 27 |
| Binary | 1101001 | 1100 | 101111 | 0 | 1011001 | 110111 | 111011 | 101010001 | 1001111 | 10111 |
Color Harmonies of #690C2F
Complementary color
Monochromatic Colors of #690C2F
Black with #690C2F
Text Example
Text Example
White with #690C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690C2F; }
p { color: rgb(105,12,47); }
H1.HeaderClassName
{
color: #690C2F;
}
.AnyTagClassName
{
color: #690C2F;
}
</style>
background-color css
<style>
a { background-color: #690C2F; }
a { background-color: rgb(105,12,47); }
div.DivClassName
{
background-color: #690C2F;
}
.BgClassName
{
background-color: #690C2F;
}
</style>
border-color css
<style>
span { border-color: #690C2F; }
span { border-color: rgb(105,12,47); }
td.TdClassName
{
border-color: #690C2F;
}
.TagClassName
{
border-color: #690C2F;
}
</style>