Shades of Tyrian Purple #6B084C
Tints of Tyrian Purple #6B084C
RGB
CMYK
RGB Variations
Color information
#6B084C (or 0x6B084C) is known color: Tyrian Purple. HEX triplet: 6B, 08 and 4C. RGB value is (107,8,76). Sum of RGB (Red+Green+Blue) = 107+8+76=191 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.02% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 107 - color contains mainly: red. Hex color #6B084C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B084C is #94F7B3. Grayscale: #2D2D2D. Windows color (decimal): -9762740 or 4982891. OLE color: 4982891.
HSL color Cylindrical-coordinate representation of color #6B084C: hue angle of 318.79º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B084C is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 8 | 76 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.58 |
| HSL | 318.79º | 0.86% | 0.23% | - |
| HSV(B) | 318.79º | 0.93% | 0.42% | - |
| XYZ | 7.45 | 3.82 | 7.18 | - |
| YUV | 45.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 8 | 76 | 0 | 0.93 | 0.29 | 0.58 | 318.79 | 0.86 | 0.23 |
| Hex | 6B | 8 | 4C | 0 | 5D | 1D | 3A | 13F | 56 | 17 |
| Octal | 153 | 10 | 114 | 0 | 135 | 35 | 72 | 477 | 126 | 27 |
| Binary | 1101011 | 1000 | 1001100 | 0 | 1011101 | 11101 | 111010 | 100111111 | 1010110 | 10111 |
Color Harmonies of #6B084C
Complementary color
Monochromatic Colors of #6B084C
Black with #6B084C
Text Example
Text Example
White with #6B084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B084C; }
p { color: rgb(107,8,76); }
H1.HeaderClassName
{
color: #6B084C;
}
.AnyTagClassName
{
color: #6B084C;
}
</style>
background-color css
<style>
a { background-color: #6B084C; }
a { background-color: rgb(107,8,76); }
div.DivClassName
{
background-color: #6B084C;
}
.BgClassName
{
background-color: #6B084C;
}
</style>
border-color css
<style>
span { border-color: #6B084C; }
span { border-color: rgb(107,8,76); }
td.TdClassName
{
border-color: #6B084C;
}
.TagClassName
{
border-color: #6B084C;
}
</style>