Shades of Tyrian Purple #690A36
Tints of Tyrian Purple #690A36
RGB
CMYK
RGB Variations
Color information
#690A36 (or 0x690A36) is known color: Tyrian Purple. HEX triplet: 69, 0A and 36. RGB value is (105,10,54). Sum of RGB (Red+Green+Blue) = 105+10+54=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #690A36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690A36 is #96F5C9. Grayscale: #2B2B2B. Windows color (decimal): -9893322 or 3541609. OLE color: 3541609.
HSL color Cylindrical-coordinate representation of color #690A36: hue angle of 332.21º 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 #690A36 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 10 | 54 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.59 |
| HSL | 332.21º | 0.83% | 0.23% | - |
| HSV(B) | 332.21º | 0.9% | 0.41% | - |
| XYZ | 6.6 | 3.49 | 3.82 | - |
| YUV | 43.42 | 133.97 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 10 | 54 | 0 | 0.90 | 0.49 | 0.59 | 332.21 | 0.83 | 0.23 |
| Hex | 69 | A | 36 | 0 | 5A | 31 | 3B | 14C | 53 | 17 |
| Octal | 151 | 12 | 66 | 0 | 132 | 61 | 73 | 514 | 123 | 27 |
| Binary | 1101001 | 1010 | 110110 | 0 | 1011010 | 110001 | 111011 | 101001100 | 1010011 | 10111 |
Color Harmonies of #690A36
Complementary color
Monochromatic Colors of #690A36
Black with #690A36
Text Example
Text Example
White with #690A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690A36; }
p { color: rgb(105,10,54); }
H1.HeaderClassName
{
color: #690A36;
}
.AnyTagClassName
{
color: #690A36;
}
</style>
background-color css
<style>
a { background-color: #690A36; }
a { background-color: rgb(105,10,54); }
div.DivClassName
{
background-color: #690A36;
}
.BgClassName
{
background-color: #690A36;
}
</style>
border-color css
<style>
span { border-color: #690A36; }
span { border-color: rgb(105,10,54); }
td.TdClassName
{
border-color: #690A36;
}
.TagClassName
{
border-color: #690A36;
}
</style>