Shades of Tyrian Purple #6B044F
Tints of Tyrian Purple #6B044F
RGB
CMYK
RGB Variations
Color information
#6B044F (or 0x6B044F) is known color: Tyrian Purple. HEX triplet: 6B, 04 and 4F. RGB value is (107,4,79). Sum of RGB (Red+Green+Blue) = 107+4+79=190 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.32% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 107 - color contains mainly: red. Hex color #6B044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B044F is #94FBB0. Grayscale: #2B2B2B. Windows color (decimal): -9763761 or 5178475. OLE color: 5178475.
HSL color Cylindrical-coordinate representation of color #6B044F: hue angle of 316.31º 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 #6B044F is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 4 | 79 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.58 |
| HSL | 316.31º | 0.93% | 0.22% | - |
| HSV(B) | 316.31º | 0.96% | 0.42% | - |
| XYZ | 7.52 | 3.78 | 7.73 | - |
| YUV | 43.35 | 148.12 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 4 | 79 | 0 | 0.96 | 0.26 | 0.58 | 316.31 | 0.93 | 0.22 |
| Hex | 6B | 4 | 4F | 0 | 60 | 1A | 3A | 13C | 5D | 16 |
| Octal | 153 | 4 | 117 | 0 | 140 | 32 | 72 | 474 | 135 | 26 |
| Binary | 1101011 | 100 | 1001111 | 0 | 1100000 | 11010 | 111010 | 100111100 | 1011101 | 10110 |
Color Harmonies of #6B044F
Complementary color
Monochromatic Colors of #6B044F
Black with #6B044F
Text Example
Text Example
White with #6B044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B044F; }
p { color: rgb(107,4,79); }
H1.HeaderClassName
{
color: #6B044F;
}
.AnyTagClassName
{
color: #6B044F;
}
</style>
background-color css
<style>
a { background-color: #6B044F; }
a { background-color: rgb(107,4,79); }
div.DivClassName
{
background-color: #6B044F;
}
.BgClassName
{
background-color: #6B044F;
}
</style>
border-color css
<style>
span { border-color: #6B044F; }
span { border-color: rgb(107,4,79); }
td.TdClassName
{
border-color: #6B044F;
}
.TagClassName
{
border-color: #6B044F;
}
</style>