Shades of Tyrian Purple #6A063D
Tints of Tyrian Purple #6A063D
RGB
CMYK
RGB Variations
Color information
#6A063D (or 0x6A063D) is known color: Tyrian Purple. HEX triplet: 6A, 06 and 3D. RGB value is (106,6,61). Sum of RGB (Red+Green+Blue) = 106+6+61=173 (22% of max value = 765). Red value is 106 (41.80% from 255 or 61.27% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 106 - color contains mainly: red. Hex color #6A063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A063D is #95F9C2. Grayscale: #2A2A2A. Windows color (decimal): -9828803 or 3999338. OLE color: 3999338.
HSL color Cylindrical-coordinate representation of color #6A063D: hue angle of 327º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A063D is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 6 | 61 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.58 |
| HSL | 327º | 0.89% | 0.22% | - |
| HSV(B) | 327º | 0.94% | 0.42% | - |
| XYZ | 6.85 | 3.53 | 4.74 | - |
| YUV | 42.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 6 | 61 | 0 | 0.94 | 0.42 | 0.58 | 327 | 0.89 | 0.22 |
| Hex | 6A | 6 | 3D | 0 | 5E | 2A | 3A | 147 | 59 | 16 |
| Octal | 152 | 6 | 75 | 0 | 136 | 52 | 72 | 507 | 131 | 26 |
| Binary | 1101010 | 110 | 111101 | 0 | 1011110 | 101010 | 111010 | 101000111 | 1011001 | 10110 |
Color Harmonies of #6A063D
Complementary color
Monochromatic Colors of #6A063D
Black with #6A063D
Text Example
Text Example
White with #6A063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A063D; }
p { color: rgb(106,6,61); }
H1.HeaderClassName
{
color: #6A063D;
}
.AnyTagClassName
{
color: #6A063D;
}
</style>
background-color css
<style>
a { background-color: #6A063D; }
a { background-color: rgb(106,6,61); }
div.DivClassName
{
background-color: #6A063D;
}
.BgClassName
{
background-color: #6A063D;
}
</style>
border-color css
<style>
span { border-color: #6A063D; }
span { border-color: rgb(106,6,61); }
td.TdClassName
{
border-color: #6A063D;
}
.TagClassName
{
border-color: #6A063D;
}
</style>