Shades of Tyrian Purple #6B004F
Tints of Tyrian Purple #6B004F
RGB
CMYK
RGB Variations
Color information
#6B004F (or 0x6B004F) is known color: Tyrian Purple. HEX triplet: 6B, 00 and 4F. RGB value is (107,0,79). Sum of RGB (Red+Green+Blue) = 107+0+79=186 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.53% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 107 - color contains mainly: red. Hex color #6B004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B004F is #94FFB0. Grayscale: #282828. Windows color (decimal): -9764785 or 5177451. OLE color: 5177451.
HSL color Cylindrical-coordinate representation of color #6B004F: hue angle of 315.7º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B004F is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.26 | 0.58 |
| HSL | 315.7º | 1% | 0.21% | - |
| HSV(B) | 315.7º | 1% | 0.42% | - |
| XYZ | 7.47 | 3.69 | 7.72 | - |
| YUV | 41 | 149.45 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 79 | 0 | 1 | 0.26 | 0.58 | 315.7 | 1 | 0.21 |
| Hex | 6B | 0 | 4F | 0 | 64 | 1A | 3A | 13C | 64 | 15 |
| Octal | 153 | 0 | 117 | 0 | 144 | 32 | 72 | 474 | 144 | 25 |
| Binary | 1101011 | 0 | 1001111 | 0 | 1100100 | 11010 | 111010 | 100111100 | 1100100 | 10101 |
Color Harmonies of #6B004F
Complementary color
Monochromatic Colors of #6B004F
Black with #6B004F
Text Example
Text Example
White with #6B004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B004F; }
p { color: rgb(107,0,79); }
H1.HeaderClassName
{
color: #6B004F;
}
.AnyTagClassName
{
color: #6B004F;
}
</style>
background-color css
<style>
a { background-color: #6B004F; }
a { background-color: rgb(107,0,79); }
div.DivClassName
{
background-color: #6B004F;
}
.BgClassName
{
background-color: #6B004F;
}
</style>
border-color css
<style>
span { border-color: #6B004F; }
span { border-color: rgb(107,0,79); }
td.TdClassName
{
border-color: #6B004F;
}
.TagClassName
{
border-color: #6B004F;
}
</style>