Shades of Tyrian Purple #6B0441
Tints of Tyrian Purple #6B0441
RGB
CMYK
RGB Variations
Color information
#6B0441 (or 0x6B0441) is known color: Tyrian Purple. HEX triplet: 6B, 04 and 41. RGB value is (107,4,65). Sum of RGB (Red+Green+Blue) = 107+4+65=176 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.80% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0441 is #94FBBE. Grayscale: #292929. Windows color (decimal): -9763775 or 4260971. OLE color: 4260971.
HSL color Cylindrical-coordinate representation of color #6B0441: hue angle of 324.47º 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 #6B0441 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 4 | 65 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.58 |
| HSL | 324.47º | 0.93% | 0.22% | - |
| HSV(B) | 324.47º | 0.96% | 0.42% | - |
| XYZ | 7.06 | 3.59 | 5.32 | - |
| YUV | 41.75 | 141.12 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 4 | 65 | 0 | 0.96 | 0.39 | 0.58 | 324.47 | 0.93 | 0.22 |
| Hex | 6B | 4 | 41 | 0 | 60 | 27 | 3A | 144 | 5D | 16 |
| Octal | 153 | 4 | 101 | 0 | 140 | 47 | 72 | 504 | 135 | 26 |
| Binary | 1101011 | 100 | 1000001 | 0 | 1100000 | 100111 | 111010 | 101000100 | 1011101 | 10110 |
Color Harmonies of #6B0441
Complementary color
Monochromatic Colors of #6B0441
Black with #6B0441
Text Example
Text Example
White with #6B0441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0441; }
p { color: rgb(107,4,65); }
H1.HeaderClassName
{
color: #6B0441;
}
.AnyTagClassName
{
color: #6B0441;
}
</style>
background-color css
<style>
a { background-color: #6B0441; }
a { background-color: rgb(107,4,65); }
div.DivClassName
{
background-color: #6B0441;
}
.BgClassName
{
background-color: #6B0441;
}
</style>
border-color css
<style>
span { border-color: #6B0441; }
span { border-color: rgb(107,4,65); }
td.TdClassName
{
border-color: #6B0441;
}
.TagClassName
{
border-color: #6B0441;
}
</style>