Shades of Tyrian Purple #690245
Tints of Tyrian Purple #690245
RGB
CMYK
RGB Variations
Color information
#690245 (or 0x690245) is known color: Tyrian Purple. HEX triplet: 69, 02 and 45. RGB value is (105,2,69). Sum of RGB (Red+Green+Blue) = 105+2+69=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #690245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690245 is #96FDBA. Grayscale: #282828. Windows color (decimal): -9895355 or 4522601. OLE color: 4522601.
HSL color Cylindrical-coordinate representation of color #690245: hue angle of 320.97º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #690245 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 2 | 69 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.59 |
| HSL | 320.97º | 0.96% | 0.21% | - |
| HSV(B) | 320.97º | 0.98% | 0.41% | - |
| XYZ | 6.92 | 3.48 | 5.94 | - |
| YUV | 40.44 | 144.12 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 69 | 0 | 0.98 | 0.34 | 0.59 | 320.97 | 0.96 | 0.21 |
| Hex | 69 | 2 | 45 | 0 | 62 | 22 | 3B | 141 | 60 | 15 |
| Octal | 151 | 2 | 105 | 0 | 142 | 42 | 73 | 501 | 140 | 25 |
| Binary | 1101001 | 10 | 1000101 | 0 | 1100010 | 100010 | 111011 | 101000001 | 1100000 | 10101 |
Color Harmonies of #690245
Complementary color
Monochromatic Colors of #690245
Black with #690245
Text Example
Text Example
White with #690245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690245; }
p { color: rgb(105,2,69); }
H1.HeaderClassName
{
color: #690245;
}
.AnyTagClassName
{
color: #690245;
}
</style>
background-color css
<style>
a { background-color: #690245; }
a { background-color: rgb(105,2,69); }
div.DivClassName
{
background-color: #690245;
}
.BgClassName
{
background-color: #690245;
}
</style>
border-color css
<style>
span { border-color: #690245; }
span { border-color: rgb(105,2,69); }
td.TdClassName
{
border-color: #690245;
}
.TagClassName
{
border-color: #690245;
}
</style>