Shades of Tyrian Purple #6B0C3D
Tints of Tyrian Purple #6B0C3D
RGB
CMYK
RGB Variations
Color information
#6B0C3D (or 0x6B0C3D) is known color: Tyrian Purple. HEX triplet: 6B, 0C and 3D. RGB value is (107,12,61). Sum of RGB (Red+Green+Blue) = 107+12+61=180 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.44% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0C3D is #94F3C2. Grayscale: #2D2D2D. Windows color (decimal): -9761731 or 4000875. OLE color: 4000875.
HSL color Cylindrical-coordinate representation of color #6B0C3D: hue angle of 329.05º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B0C3D is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 12 | 61 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.58 |
| HSL | 329.05º | 0.8% | 0.23% | - |
| HSV(B) | 329.05º | 0.89% | 0.42% | - |
| XYZ | 7.04 | 3.73 | 4.76 | - |
| YUV | 45.99 | 136.47 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 12 | 61 | 0 | 0.89 | 0.43 | 0.58 | 329.05 | 0.8 | 0.23 |
| Hex | 6B | C | 3D | 0 | 59 | 2B | 3A | 149 | 50 | 17 |
| Octal | 153 | 14 | 75 | 0 | 131 | 53 | 72 | 511 | 120 | 27 |
| Binary | 1101011 | 1100 | 111101 | 0 | 1011001 | 101011 | 111010 | 101001001 | 1010000 | 10111 |
Color Harmonies of #6B0C3D
Complementary color
Monochromatic Colors of #6B0C3D
Black with #6B0C3D
Text Example
Text Example
White with #6B0C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0C3D; }
p { color: rgb(107,12,61); }
H1.HeaderClassName
{
color: #6B0C3D;
}
.AnyTagClassName
{
color: #6B0C3D;
}
</style>
background-color css
<style>
a { background-color: #6B0C3D; }
a { background-color: rgb(107,12,61); }
div.DivClassName
{
background-color: #6B0C3D;
}
.BgClassName
{
background-color: #6B0C3D;
}
</style>
border-color css
<style>
span { border-color: #6B0C3D; }
span { border-color: rgb(107,12,61); }
td.TdClassName
{
border-color: #6B0C3D;
}
.TagClassName
{
border-color: #6B0C3D;
}
</style>