Shades of Tyrian Purple #6B0F4C
Tints of Tyrian Purple #6B0F4C
RGB
CMYK
RGB Variations
Color information
#6B0F4C (or 0x6B0F4C) is known color: Tyrian Purple. HEX triplet: 6B, 0F and 4C. RGB value is (107,15,76). Sum of RGB (Red+Green+Blue) = 107+15+76=198 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.04% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0F4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0F4C is #94F0B3. Grayscale: #313131. Windows color (decimal): -9760948 or 4984683. OLE color: 4984683.
HSL color Cylindrical-coordinate representation of color #6B0F4C: hue angle of 320.22º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B0F4C is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 15 | 76 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.58 |
| HSL | 320.22º | 0.75% | 0.24% | - |
| HSV(B) | 320.22º | 0.86% | 0.42% | - |
| XYZ | 7.54 | 3.99 | 7.21 | - |
| YUV | 49.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 15 | 76 | 0 | 0.86 | 0.29 | 0.58 | 320.22 | 0.75 | 0.24 |
| Hex | 6B | F | 4C | 0 | 56 | 1D | 3A | 140 | 4B | 18 |
| Octal | 153 | 17 | 114 | 0 | 126 | 35 | 72 | 500 | 113 | 30 |
| Binary | 1101011 | 1111 | 1001100 | 0 | 1010110 | 11101 | 111010 | 101000000 | 1001011 | 11000 |
Color Harmonies of #6B0F4C
Complementary color
Monochromatic Colors of #6B0F4C
Black with #6B0F4C
Text Example
Text Example
White with #6B0F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0F4C; }
p { color: rgb(107,15,76); }
H1.HeaderClassName
{
color: #6B0F4C;
}
.AnyTagClassName
{
color: #6B0F4C;
}
</style>
background-color css
<style>
a { background-color: #6B0F4C; }
a { background-color: rgb(107,15,76); }
div.DivClassName
{
background-color: #6B0F4C;
}
.BgClassName
{
background-color: #6B0F4C;
}
</style>
border-color css
<style>
span { border-color: #6B0F4C; }
span { border-color: rgb(107,15,76); }
td.TdClassName
{
border-color: #6B0F4C;
}
.TagClassName
{
border-color: #6B0F4C;
}
</style>