Shades of Tyrian Purple #690A3F
Tints of Tyrian Purple #690A3F
RGB
CMYK
RGB Variations
Color information
#690A3F (or 0x690A3F) is known color: Tyrian Purple. HEX triplet: 69, 0A and 3F. RGB value is (105,10,63). Sum of RGB (Red+Green+Blue) = 105+10+63=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 10 (4.30% from 255 or 5.62% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #690A3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690A3F is #96F5C0. Grayscale: #2C2C2C. Windows color (decimal): -9893313 or 4131433. OLE color: 4131433.
HSL color Cylindrical-coordinate representation of color #690A3F: hue angle of 326.53º degrees, saturation: 0.83, 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 #690A3F is Cyan = 0, Magento = 0.90, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 10 | 63 | - |
| CMYK | 0 | 0.90 | 0.4 | 0.59 |
| HSL | 326.53º | 0.83% | 0.23% | - |
| HSV(B) | 326.53º | 0.9% | 0.41% | - |
| XYZ | 6.83 | 3.58 | 5.03 | - |
| YUV | 44.45 | 138.47 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 10 | 63 | 0 | 0.90 | 0.4 | 0.59 | 326.53 | 0.83 | 0.23 |
| Hex | 69 | A | 3F | 0 | 5A | 28 | 3B | 147 | 53 | 17 |
| Octal | 151 | 12 | 77 | 0 | 132 | 50 | 73 | 507 | 123 | 27 |
| Binary | 1101001 | 1010 | 111111 | 0 | 1011010 | 101000 | 111011 | 101000111 | 1010011 | 10111 |
Color Harmonies of #690A3F
Complementary color
Monochromatic Colors of #690A3F
Black with #690A3F
Text Example
Text Example
White with #690A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690A3F; }
p { color: rgb(105,10,63); }
H1.HeaderClassName
{
color: #690A3F;
}
.AnyTagClassName
{
color: #690A3F;
}
</style>
background-color css
<style>
a { background-color: #690A3F; }
a { background-color: rgb(105,10,63); }
div.DivClassName
{
background-color: #690A3F;
}
.BgClassName
{
background-color: #690A3F;
}
</style>
border-color css
<style>
span { border-color: #690A3F; }
span { border-color: rgb(105,10,63); }
td.TdClassName
{
border-color: #690A3F;
}
.TagClassName
{
border-color: #690A3F;
}
</style>