Shades of Tyrian Purple #690F40
Tints of Tyrian Purple #690F40
RGB
CMYK
RGB Variations
Color information
#690F40 (or 0x690F40) is known color: Tyrian Purple. HEX triplet: 69, 0F and 40. RGB value is (105,15,64). Sum of RGB (Red+Green+Blue) = 105+15+64=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #690F40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690F40 is #96F0BF. Grayscale: #2F2F2F. Windows color (decimal): -9892032 or 4198249. OLE color: 4198249.
HSL color Cylindrical-coordinate representation of color #690F40: hue angle of 327.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #690F40 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 15 | 64 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.59 |
| HSL | 327.33º | 0.75% | 0.24% | - |
| HSV(B) | 327.33º | 0.86% | 0.41% | - |
| XYZ | 6.92 | 3.72 | 5.2 | - |
| YUV | 47.5 | 137.32 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 64 | 0 | 0.86 | 0.39 | 0.59 | 327.33 | 0.75 | 0.24 |
| Hex | 69 | F | 40 | 0 | 56 | 27 | 3B | 147 | 4B | 18 |
| Octal | 151 | 17 | 100 | 0 | 126 | 47 | 73 | 507 | 113 | 30 |
| Binary | 1101001 | 1111 | 1000000 | 0 | 1010110 | 100111 | 111011 | 101000111 | 1001011 | 11000 |
Color Harmonies of #690F40
Complementary color
Monochromatic Colors of #690F40
Black with #690F40
Text Example
Text Example
White with #690F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690F40; }
p { color: rgb(105,15,64); }
H1.HeaderClassName
{
color: #690F40;
}
.AnyTagClassName
{
color: #690F40;
}
</style>
background-color css
<style>
a { background-color: #690F40; }
a { background-color: rgb(105,15,64); }
div.DivClassName
{
background-color: #690F40;
}
.BgClassName
{
background-color: #690F40;
}
</style>
border-color css
<style>
span { border-color: #690F40; }
span { border-color: rgb(105,15,64); }
td.TdClassName
{
border-color: #690F40;
}
.TagClassName
{
border-color: #690F40;
}
</style>