Shades of Tyrian Purple #6B044A
Tints of Tyrian Purple #6B044A
RGB
CMYK
RGB Variations
Color information
#6B044A (or 0x6B044A) is known color: Tyrian Purple. HEX triplet: 6B, 04 and 4A. RGB value is (107,4,74). Sum of RGB (Red+Green+Blue) = 107+4+74=185 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.84% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 107 - color contains mainly: red. Hex color #6B044A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B044A is #94FBB5. Grayscale: #2A2A2A. Windows color (decimal): -9763766 or 4850795. OLE color: 4850795.
HSL color Cylindrical-coordinate representation of color #6B044A: hue angle of 319.22º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B044A is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 4 | 74 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.58 |
| HSL | 319.22º | 0.93% | 0.22% | - |
| HSV(B) | 319.22º | 0.96% | 0.42% | - |
| XYZ | 7.34 | 3.71 | 6.81 | - |
| YUV | 42.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 4 | 74 | 0 | 0.96 | 0.31 | 0.58 | 319.22 | 0.93 | 0.22 |
| Hex | 6B | 4 | 4A | 0 | 60 | 1F | 3A | 13F | 5D | 16 |
| Octal | 153 | 4 | 112 | 0 | 140 | 37 | 72 | 477 | 135 | 26 |
| Binary | 1101011 | 100 | 1001010 | 0 | 1100000 | 11111 | 111010 | 100111111 | 1011101 | 10110 |
Color Harmonies of #6B044A
Complementary color
Monochromatic Colors of #6B044A
Black with #6B044A
Text Example
Text Example
White with #6B044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B044A; }
p { color: rgb(107,4,74); }
H1.HeaderClassName
{
color: #6B044A;
}
.AnyTagClassName
{
color: #6B044A;
}
</style>
background-color css
<style>
a { background-color: #6B044A; }
a { background-color: rgb(107,4,74); }
div.DivClassName
{
background-color: #6B044A;
}
.BgClassName
{
background-color: #6B044A;
}
</style>
border-color css
<style>
span { border-color: #6B044A; }
span { border-color: rgb(107,4,74); }
td.TdClassName
{
border-color: #6B044A;
}
.TagClassName
{
border-color: #6B044A;
}
</style>