Shades of Tyrian Purple #690D52
Tints of Tyrian Purple #690D52
RGB
CMYK
RGB Variations
Color information
#690D52 (or 0x690D52) is known color: Tyrian Purple. HEX triplet: 69, 0D and 52. RGB value is (105,13,82). Sum of RGB (Red+Green+Blue) = 105+13+82=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #690D52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690D52 is #96F2AD. Grayscale: #303030. Windows color (decimal): -9892526 or 5377385. OLE color: 5377385.
HSL color Cylindrical-coordinate representation of color #690D52: hue angle of 315º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690D52 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 13 | 82 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.59 |
| HSL | 315º | 0.78% | 0.23% | - |
| HSV(B) | 315º | 0.88% | 0.41% | - |
| XYZ | 7.49 | 3.9 | 8.34 | - |
| YUV | 48.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 82 | 0 | 0.88 | 0.22 | 0.59 | 315 | 0.78 | 0.23 |
| Hex | 69 | D | 52 | 0 | 58 | 16 | 3B | 13B | 4E | 17 |
| Octal | 151 | 15 | 122 | 0 | 130 | 26 | 73 | 473 | 116 | 27 |
| Binary | 1101001 | 1101 | 1010010 | 0 | 1011000 | 10110 | 111011 | 100111011 | 1001110 | 10111 |
Color Harmonies of #690D52
Complementary color
Monochromatic Colors of #690D52
Black with #690D52
Text Example
Text Example
White with #690D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690D52; }
p { color: rgb(105,13,82); }
H1.HeaderClassName
{
color: #690D52;
}
.AnyTagClassName
{
color: #690D52;
}
</style>
background-color css
<style>
a { background-color: #690D52; }
a { background-color: rgb(105,13,82); }
div.DivClassName
{
background-color: #690D52;
}
.BgClassName
{
background-color: #690D52;
}
</style>
border-color css
<style>
span { border-color: #690D52; }
span { border-color: rgb(105,13,82); }
td.TdClassName
{
border-color: #690D52;
}
.TagClassName
{
border-color: #690D52;
}
</style>