Shades of Tyrian Purple #6B0D4C
Tints of Tyrian Purple #6B0D4C
RGB
CMYK
RGB Variations
Color information
#6B0D4C (or 0x6B0D4C) is known color: Tyrian Purple. HEX triplet: 6B, 0D and 4C. RGB value is (107,13,76). Sum of RGB (Red+Green+Blue) = 107+13+76=196 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.59% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0D4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0D4C is #94F2B3. Grayscale: #303030. Windows color (decimal): -9761460 or 4984171. OLE color: 4984171.
HSL color Cylindrical-coordinate representation of color #6B0D4C: hue angle of 319.79º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B0D4C is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 13 | 76 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.58 |
| HSL | 319.79º | 0.78% | 0.24% | - |
| HSV(B) | 319.79º | 0.88% | 0.42% | - |
| XYZ | 7.51 | 3.94 | 7.2 | - |
| YUV | 48.29 | 143.64 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 13 | 76 | 0 | 0.88 | 0.29 | 0.58 | 319.79 | 0.78 | 0.24 |
| Hex | 6B | D | 4C | 0 | 58 | 1D | 3A | 140 | 4E | 18 |
| Octal | 153 | 15 | 114 | 0 | 130 | 35 | 72 | 500 | 116 | 30 |
| Binary | 1101011 | 1101 | 1001100 | 0 | 1011000 | 11101 | 111010 | 101000000 | 1001110 | 11000 |
Color Harmonies of #6B0D4C
Complementary color
Monochromatic Colors of #6B0D4C
Black with #6B0D4C
Text Example
Text Example
White with #6B0D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0D4C; }
p { color: rgb(107,13,76); }
H1.HeaderClassName
{
color: #6B0D4C;
}
.AnyTagClassName
{
color: #6B0D4C;
}
</style>
background-color css
<style>
a { background-color: #6B0D4C; }
a { background-color: rgb(107,13,76); }
div.DivClassName
{
background-color: #6B0D4C;
}
.BgClassName
{
background-color: #6B0D4C;
}
</style>
border-color css
<style>
span { border-color: #6B0D4C; }
span { border-color: rgb(107,13,76); }
td.TdClassName
{
border-color: #6B0D4C;
}
.TagClassName
{
border-color: #6B0D4C;
}
</style>