Shades of Tyrian Purple #6A064B
Tints of Tyrian Purple #6A064B
RGB
CMYK
RGB Variations
Color information
#6A064B (or 0x6A064B) is known color: Tyrian Purple. HEX triplet: 6A, 06 and 4B. RGB value is (106,6,75). Sum of RGB (Red+Green+Blue) = 106+6+75=187 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.68% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 106 - color contains mainly: red. Hex color #6A064B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A064B is #95F9B4. Grayscale: #2B2B2B. Windows color (decimal): -9828789 or 4916842. OLE color: 4916842.
HSL color Cylindrical-coordinate representation of color #6A064B: hue angle of 318.6º 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 #6A064B is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 6 | 75 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.58 |
| HSL | 318.6º | 0.89% | 0.22% | - |
| HSV(B) | 318.6º | 0.94% | 0.42% | - |
| XYZ | 7.28 | 3.7 | 6.99 | - |
| YUV | 43.77 | 145.63 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 6 | 75 | 0 | 0.94 | 0.29 | 0.58 | 318.6 | 0.89 | 0.22 |
| Hex | 6A | 6 | 4B | 0 | 5E | 1D | 3A | 13F | 59 | 16 |
| Octal | 152 | 6 | 113 | 0 | 136 | 35 | 72 | 477 | 131 | 26 |
| Binary | 1101010 | 110 | 1001011 | 0 | 1011110 | 11101 | 111010 | 100111111 | 1011001 | 10110 |
Color Harmonies of #6A064B
Complementary color
Monochromatic Colors of #6A064B
Black with #6A064B
Text Example
Text Example
White with #6A064B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A064B; }
p { color: rgb(106,6,75); }
H1.HeaderClassName
{
color: #6A064B;
}
.AnyTagClassName
{
color: #6A064B;
}
</style>
background-color css
<style>
a { background-color: #6A064B; }
a { background-color: rgb(106,6,75); }
div.DivClassName
{
background-color: #6A064B;
}
.BgClassName
{
background-color: #6A064B;
}
</style>
border-color css
<style>
span { border-color: #6A064B; }
span { border-color: rgb(106,6,75); }
td.TdClassName
{
border-color: #6A064B;
}
.TagClassName
{
border-color: #6A064B;
}
</style>