Shades of Tyrian Purple #6B044B
Tints of Tyrian Purple #6B044B
RGB
CMYK
RGB Variations
Color information
#6B044B (or 0x6B044B) is known color: Tyrian Purple. HEX triplet: 6B, 04 and 4B. RGB value is (107,4,75). Sum of RGB (Red+Green+Blue) = 107+4+75=186 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.53% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 107 - color contains mainly: red. Hex color #6B044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B044B is #94FBB4. Grayscale: #2A2A2A. Windows color (decimal): -9763765 or 4916331. OLE color: 4916331.
HSL color Cylindrical-coordinate representation of color #6B044B: hue angle of 318.64º 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 #6B044B is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 4 | 75 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.58 |
| HSL | 318.64º | 0.93% | 0.22% | - |
| HSV(B) | 318.64º | 0.96% | 0.42% | - |
| XYZ | 7.38 | 3.72 | 6.99 | - |
| YUV | 42.89 | 146.12 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 4 | 75 | 0 | 0.96 | 0.30 | 0.58 | 318.64 | 0.93 | 0.22 |
| Hex | 6B | 4 | 4B | 0 | 60 | 1E | 3A | 13F | 5D | 16 |
| Octal | 153 | 4 | 113 | 0 | 140 | 36 | 72 | 477 | 135 | 26 |
| Binary | 1101011 | 100 | 1001011 | 0 | 1100000 | 11110 | 111010 | 100111111 | 1011101 | 10110 |
Color Harmonies of #6B044B
Complementary color
Monochromatic Colors of #6B044B
Black with #6B044B
Text Example
Text Example
White with #6B044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B044B; }
p { color: rgb(107,4,75); }
H1.HeaderClassName
{
color: #6B044B;
}
.AnyTagClassName
{
color: #6B044B;
}
</style>
background-color css
<style>
a { background-color: #6B044B; }
a { background-color: rgb(107,4,75); }
div.DivClassName
{
background-color: #6B044B;
}
.BgClassName
{
background-color: #6B044B;
}
</style>
border-color css
<style>
span { border-color: #6B044B; }
span { border-color: rgb(107,4,75); }
td.TdClassName
{
border-color: #6B044B;
}
.TagClassName
{
border-color: #6B044B;
}
</style>