Shades of Tyrian Purple #690352
Tints of Tyrian Purple #690352
RGB
CMYK
RGB Variations
Color information
#690352 (or 0x690352) is known color: Tyrian Purple. HEX triplet: 69, 03 and 52. RGB value is (105,3,82). Sum of RGB (Red+Green+Blue) = 105+3+82=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #690352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690352 is #96FCAD. Grayscale: #2A2A2A. Windows color (decimal): -9895086 or 5374825. OLE color: 5374825.
HSL color Cylindrical-coordinate representation of color #690352: hue angle of 313.53º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #690352 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 3 | 82 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.59 |
| HSL | 313.53º | 0.94% | 0.21% | - |
| HSV(B) | 313.53º | 0.97% | 0.41% | - |
| XYZ | 7.38 | 3.68 | 8.3 | - |
| YUV | 42.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 3 | 82 | 0 | 0.97 | 0.22 | 0.59 | 313.53 | 0.94 | 0.21 |
| Hex | 69 | 3 | 52 | 0 | 61 | 16 | 3B | 13A | 5E | 15 |
| Octal | 151 | 3 | 122 | 0 | 141 | 26 | 73 | 472 | 136 | 25 |
| Binary | 1101001 | 11 | 1010010 | 0 | 1100001 | 10110 | 111011 | 100111010 | 1011110 | 10101 |
Color Harmonies of #690352
Complementary color
Monochromatic Colors of #690352
Black with #690352
Text Example
Text Example
White with #690352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690352; }
p { color: rgb(105,3,82); }
H1.HeaderClassName
{
color: #690352;
}
.AnyTagClassName
{
color: #690352;
}
</style>
background-color css
<style>
a { background-color: #690352; }
a { background-color: rgb(105,3,82); }
div.DivClassName
{
background-color: #690352;
}
.BgClassName
{
background-color: #690352;
}
</style>
border-color css
<style>
span { border-color: #690352; }
span { border-color: rgb(105,3,82); }
td.TdClassName
{
border-color: #690352;
}
.TagClassName
{
border-color: #690352;
}
</style>