Shades of Tyrian Purple #690A4D
Tints of Tyrian Purple #690A4D
RGB
CMYK
RGB Variations
Color information
#690A4D (or 0x690A4D) is known color: Tyrian Purple. HEX triplet: 69, 0A and 4D. RGB value is (105,10,77). Sum of RGB (Red+Green+Blue) = 105+10+77=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #690A4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690A4D is #96F5B2. Grayscale: #2D2D2D. Windows color (decimal): -9893299 or 5048937. OLE color: 5048937.
HSL color Cylindrical-coordinate representation of color #690A4D: hue angle of 317.68º 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 #690A4D is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 10 | 77 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.59 |
| HSL | 317.68º | 0.83% | 0.23% | - |
| HSV(B) | 317.68º | 0.9% | 0.41% | - |
| XYZ | 7.27 | 3.76 | 7.36 | - |
| YUV | 46.04 | 145.47 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 10 | 77 | 0 | 0.90 | 0.27 | 0.59 | 317.68 | 0.83 | 0.23 |
| Hex | 69 | A | 4D | 0 | 5A | 1B | 3B | 13E | 53 | 17 |
| Octal | 151 | 12 | 115 | 0 | 132 | 33 | 73 | 476 | 123 | 27 |
| Binary | 1101001 | 1010 | 1001101 | 0 | 1011010 | 11011 | 111011 | 100111110 | 1010011 | 10111 |
Color Harmonies of #690A4D
Complementary color
Monochromatic Colors of #690A4D
Black with #690A4D
Text Example
Text Example
White with #690A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690A4D; }
p { color: rgb(105,10,77); }
H1.HeaderClassName
{
color: #690A4D;
}
.AnyTagClassName
{
color: #690A4D;
}
</style>
background-color css
<style>
a { background-color: #690A4D; }
a { background-color: rgb(105,10,77); }
div.DivClassName
{
background-color: #690A4D;
}
.BgClassName
{
background-color: #690A4D;
}
</style>
border-color css
<style>
span { border-color: #690A4D; }
span { border-color: rgb(105,10,77); }
td.TdClassName
{
border-color: #690A4D;
}
.TagClassName
{
border-color: #690A4D;
}
</style>