Shades of Tyrian Purple #69003B
Tints of Tyrian Purple #69003B
RGB
CMYK
RGB Variations
Color information
#69003B (or 0x69003B) is known color: Tyrian Purple. HEX triplet: 69, 00 and 3B. RGB value is (105,0,59). Sum of RGB (Red+Green+Blue) = 105+0+59=164 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.02% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 105 - color contains mainly: red. Hex color #69003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69003B is #96FFC4. Grayscale: #252525. Windows color (decimal): -9895877 or 3866729. OLE color: 3866729.
HSL color Cylindrical-coordinate representation of color #69003B: hue angle of 326.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69003B is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.44 | 0.59 |
| HSL | 326.29º | 1% | 0.21% | - |
| HSV(B) | 326.29º | 1% | 0.41% | - |
| XYZ | 6.62 | 3.32 | 4.43 | - |
| YUV | 38.12 | 139.79 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 59 | 0 | 1 | 0.44 | 0.59 | 326.29 | 1 | 0.21 |
| Hex | 69 | 0 | 3B | 0 | 64 | 2C | 3B | 146 | 64 | 15 |
| Octal | 151 | 0 | 73 | 0 | 144 | 54 | 73 | 506 | 144 | 25 |
| Binary | 1101001 | 0 | 111011 | 0 | 1100100 | 101100 | 111011 | 101000110 | 1100100 | 10101 |
Color Harmonies of #69003B
Complementary color
Monochromatic Colors of #69003B
Black with #69003B
Text Example
Text Example
White with #69003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69003B; }
p { color: rgb(105,0,59); }
H1.HeaderClassName
{
color: #69003B;
}
.AnyTagClassName
{
color: #69003B;
}
</style>
background-color css
<style>
a { background-color: #69003B; }
a { background-color: rgb(105,0,59); }
div.DivClassName
{
background-color: #69003B;
}
.BgClassName
{
background-color: #69003B;
}
</style>
border-color css
<style>
span { border-color: #69003B; }
span { border-color: rgb(105,0,59); }
td.TdClassName
{
border-color: #69003B;
}
.TagClassName
{
border-color: #69003B;
}
</style>