Shades of Tyrian Purple #690654
Tints of Tyrian Purple #690654
RGB
CMYK
RGB Variations
Color information
#690654 (or 0x690654) is known color: Tyrian Purple. HEX triplet: 69, 06 and 54. RGB value is (105,6,84). Sum of RGB (Red+Green+Blue) = 105+6+84=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #690654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690654 is #96F9AB. Grayscale: #2C2C2C. Windows color (decimal): -9894316 or 5506665. OLE color: 5506665.
HSL color Cylindrical-coordinate representation of color #690654: hue angle of 312.73º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690654 is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 6 | 84 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.59 |
| HSL | 312.73º | 0.89% | 0.22% | - |
| HSV(B) | 312.73º | 0.94% | 0.41% | - |
| XYZ | 7.49 | 3.77 | 8.72 | - |
| YUV | 44.49 | 150.3 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 6 | 84 | 0 | 0.94 | 0.20 | 0.59 | 312.73 | 0.89 | 0.22 |
| Hex | 69 | 6 | 54 | 0 | 5E | 14 | 3B | 139 | 59 | 16 |
| Octal | 151 | 6 | 124 | 0 | 136 | 24 | 73 | 471 | 131 | 26 |
| Binary | 1101001 | 110 | 1010100 | 0 | 1011110 | 10100 | 111011 | 100111001 | 1011001 | 10110 |
Color Harmonies of #690654
Complementary color
Monochromatic Colors of #690654
Black with #690654
Text Example
Text Example
White with #690654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690654; }
p { color: rgb(105,6,84); }
H1.HeaderClassName
{
color: #690654;
}
.AnyTagClassName
{
color: #690654;
}
</style>
background-color css
<style>
a { background-color: #690654; }
a { background-color: rgb(105,6,84); }
div.DivClassName
{
background-color: #690654;
}
.BgClassName
{
background-color: #690654;
}
</style>
border-color css
<style>
span { border-color: #690654; }
span { border-color: rgb(105,6,84); }
td.TdClassName
{
border-color: #690654;
}
.TagClassName
{
border-color: #690654;
}
</style>