Shades of Tyrian Purple #69005A
Tints of Tyrian Purple #69005A
RGB
CMYK
RGB Variations
Color information
#69005A (or 0x69005A) is known color: Tyrian Purple. HEX triplet: 69, 00 and 5A. RGB value is (105,0,90). Sum of RGB (Red+Green+Blue) = 105+0+90=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #69005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69005A is #96FFA5. Grayscale: #292929. Windows color (decimal): -9895846 or 5898345. OLE color: 5898345.
HSL color Cylindrical-coordinate representation of color #69005A: hue angle of 308.57º 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 #69005A is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.14 | 0.59 |
| HSL | 308.57º | 1% | 0.21% | - |
| HSV(B) | 308.57º | 1% | 0.41% | - |
| XYZ | 7.67 | 3.74 | 9.99 | - |
| YUV | 41.66 | 155.29 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 90 | 0 | 1 | 0.14 | 0.59 | 308.57 | 1 | 0.21 |
| Hex | 69 | 0 | 5A | 0 | 64 | E | 3B | 135 | 64 | 15 |
| Octal | 151 | 0 | 132 | 0 | 144 | 16 | 73 | 465 | 144 | 25 |
| Binary | 1101001 | 0 | 1011010 | 0 | 1100100 | 1110 | 111011 | 100110101 | 1100100 | 10101 |
Color Harmonies of #69005A
Complementary color
Monochromatic Colors of #69005A
Black with #69005A
Text Example
Text Example
White with #69005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69005A; }
p { color: rgb(105,0,90); }
H1.HeaderClassName
{
color: #69005A;
}
.AnyTagClassName
{
color: #69005A;
}
</style>
background-color css
<style>
a { background-color: #69005A; }
a { background-color: rgb(105,0,90); }
div.DivClassName
{
background-color: #69005A;
}
.BgClassName
{
background-color: #69005A;
}
</style>
border-color css
<style>
span { border-color: #69005A; }
span { border-color: rgb(105,0,90); }
td.TdClassName
{
border-color: #69005A;
}
.TagClassName
{
border-color: #69005A;
}
</style>