Shades of Tyrian Purple #69023B
Tints of Tyrian Purple #69023B
RGB
CMYK
RGB Variations
Color information
#69023B (or 0x69023B) is known color: Tyrian Purple. HEX triplet: 69, 02 and 3B. RGB value is (105,2,59). Sum of RGB (Red+Green+Blue) = 105+2+59=166 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.25% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 105 - color contains mainly: red. Hex color #69023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69023B is #96FDC4. Grayscale: #272727. Windows color (decimal): -9895365 or 3867241. OLE color: 3867241.
HSL color Cylindrical-coordinate representation of color #69023B: hue angle of 326.8º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #69023B is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 2 | 59 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.59 |
| HSL | 326.8º | 0.96% | 0.21% | - |
| HSV(B) | 326.8º | 0.98% | 0.41% | - |
| XYZ | 6.64 | 3.36 | 4.44 | - |
| YUV | 39.3 | 139.12 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 2 | 59 | 0 | 0.98 | 0.44 | 0.59 | 326.8 | 0.96 | 0.21 |
| Hex | 69 | 2 | 3B | 0 | 62 | 2C | 3B | 147 | 60 | 15 |
| Octal | 151 | 2 | 73 | 0 | 142 | 54 | 73 | 507 | 140 | 25 |
| Binary | 1101001 | 10 | 111011 | 0 | 1100010 | 101100 | 111011 | 101000111 | 1100000 | 10101 |
Color Harmonies of #69023B
Complementary color
Monochromatic Colors of #69023B
Black with #69023B
Text Example
Text Example
White with #69023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69023B; }
p { color: rgb(105,2,59); }
H1.HeaderClassName
{
color: #69023B;
}
.AnyTagClassName
{
color: #69023B;
}
</style>
background-color css
<style>
a { background-color: #69023B; }
a { background-color: rgb(105,2,59); }
div.DivClassName
{
background-color: #69023B;
}
.BgClassName
{
background-color: #69023B;
}
</style>
border-color css
<style>
span { border-color: #69023B; }
span { border-color: rgb(105,2,59); }
td.TdClassName
{
border-color: #69023B;
}
.TagClassName
{
border-color: #69023B;
}
</style>