Shades of Tyrian Purple #690D33
Tints of Tyrian Purple #690D33
RGB
CMYK
RGB Variations
Color information
#690D33 (or 0x690D33) is known color: Tyrian Purple. HEX triplet: 69, 0D and 33. RGB value is (105,13,51). Sum of RGB (Red+Green+Blue) = 105+13+51=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 13 (5.47% from 255 or 7.69% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #690D33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690D33 is #96F2CC. Grayscale: #2C2C2C. Windows color (decimal): -9892557 or 3345769. OLE color: 3345769.
HSL color Cylindrical-coordinate representation of color #690D33: hue angle of 335.22º 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 #690D33 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 13 | 51 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.59 |
| HSL | 335.22º | 0.78% | 0.23% | - |
| HSV(B) | 335.22º | 0.88% | 0.41% | - |
| XYZ | 6.57 | 3.53 | 3.47 | - |
| YUV | 44.84 | 131.48 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 13 | 51 | 0 | 0.88 | 0.51 | 0.59 | 335.22 | 0.78 | 0.23 |
| Hex | 69 | D | 33 | 0 | 58 | 33 | 3B | 14F | 4E | 17 |
| Octal | 151 | 15 | 63 | 0 | 130 | 63 | 73 | 517 | 116 | 27 |
| Binary | 1101001 | 1101 | 110011 | 0 | 1011000 | 110011 | 111011 | 101001111 | 1001110 | 10111 |
Color Harmonies of #690D33
Complementary color
Monochromatic Colors of #690D33
Black with #690D33
Text Example
Text Example
White with #690D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690D33; }
p { color: rgb(105,13,51); }
H1.HeaderClassName
{
color: #690D33;
}
.AnyTagClassName
{
color: #690D33;
}
</style>
background-color css
<style>
a { background-color: #690D33; }
a { background-color: rgb(105,13,51); }
div.DivClassName
{
background-color: #690D33;
}
.BgClassName
{
background-color: #690D33;
}
</style>
border-color css
<style>
span { border-color: #690D33; }
span { border-color: rgb(105,13,51); }
td.TdClassName
{
border-color: #690D33;
}
.TagClassName
{
border-color: #690D33;
}
</style>