Shades of Tyrian Purple #69005B
Tints of Tyrian Purple #69005B
RGB
CMYK
RGB Variations
Color information
#69005B (or 0x69005B) is known color: Tyrian Purple. HEX triplet: 69, 00 and 5B. RGB value is (105,0,91). Sum of RGB (Red+Green+Blue) = 105+0+91=196 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.57% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 105 - color contains mainly: red. Hex color #69005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69005B is #96FFA4. Grayscale: #292929. Windows color (decimal): -9895845 or 5963881. OLE color: 5963881.
HSL color Cylindrical-coordinate representation of color #69005B: hue angle of 308º 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 #69005B is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.13 | 0.59 |
| HSL | 308º | 1% | 0.21% | - |
| HSV(B) | 308º | 1% | 0.41% | - |
| XYZ | 7.71 | 3.76 | 10.22 | - |
| YUV | 41.77 | 155.79 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 91 | 0 | 1 | 0.13 | 0.59 | 308 | 1 | 0.21 |
| Hex | 69 | 0 | 5B | 0 | 64 | D | 3B | 134 | 64 | 15 |
| Octal | 151 | 0 | 133 | 0 | 144 | 15 | 73 | 464 | 144 | 25 |
| Binary | 1101001 | 0 | 1011011 | 0 | 1100100 | 1101 | 111011 | 100110100 | 1100100 | 10101 |
Color Harmonies of #69005B
Complementary color
Monochromatic Colors of #69005B
Black with #69005B
Text Example
Text Example
White with #69005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69005B; }
p { color: rgb(105,0,91); }
H1.HeaderClassName
{
color: #69005B;
}
.AnyTagClassName
{
color: #69005B;
}
</style>
background-color css
<style>
a { background-color: #69005B; }
a { background-color: rgb(105,0,91); }
div.DivClassName
{
background-color: #69005B;
}
.BgClassName
{
background-color: #69005B;
}
</style>
border-color css
<style>
span { border-color: #69005B; }
span { border-color: rgb(105,0,91); }
td.TdClassName
{
border-color: #69005B;
}
.TagClassName
{
border-color: #69005B;
}
</style>