Shades of Tyrian Purple #6A034B
Tints of Tyrian Purple #6A034B
RGB
CMYK
RGB Variations
Color information
#6A034B (or 0x6A034B) is known color: Tyrian Purple. HEX triplet: 6A, 03 and 4B. RGB value is (106,3,75). Sum of RGB (Red+Green+Blue) = 106+3+75=184 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.61% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 106 - color contains mainly: red. Hex color #6A034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A034B is #95FCB4. Grayscale: #292929. Windows color (decimal): -9829557 or 4916074. OLE color: 4916074.
HSL color Cylindrical-coordinate representation of color #6A034B: hue angle of 318.06º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A034B is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 3 | 75 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.58 |
| HSL | 318.06º | 0.94% | 0.21% | - |
| HSV(B) | 318.06º | 0.97% | 0.42% | - |
| XYZ | 7.25 | 3.64 | 6.98 | - |
| YUV | 42.01 | 146.62 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 3 | 75 | 0 | 0.97 | 0.29 | 0.58 | 318.06 | 0.94 | 0.21 |
| Hex | 6A | 3 | 4B | 0 | 61 | 1D | 3A | 13E | 5E | 15 |
| Octal | 152 | 3 | 113 | 0 | 141 | 35 | 72 | 476 | 136 | 25 |
| Binary | 1101010 | 11 | 1001011 | 0 | 1100001 | 11101 | 111010 | 100111110 | 1011110 | 10101 |
Color Harmonies of #6A034B
Complementary color
Monochromatic Colors of #6A034B
Black with #6A034B
Text Example
Text Example
White with #6A034B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A034B; }
p { color: rgb(106,3,75); }
H1.HeaderClassName
{
color: #6A034B;
}
.AnyTagClassName
{
color: #6A034B;
}
</style>
background-color css
<style>
a { background-color: #6A034B; }
a { background-color: rgb(106,3,75); }
div.DivClassName
{
background-color: #6A034B;
}
.BgClassName
{
background-color: #6A034B;
}
</style>
border-color css
<style>
span { border-color: #6A034B; }
span { border-color: rgb(106,3,75); }
td.TdClassName
{
border-color: #6A034B;
}
.TagClassName
{
border-color: #6A034B;
}
</style>