Shades of Tyrian Purple #6C0B3D
Tints of Tyrian Purple #6C0B3D
RGB
CMYK
RGB Variations
Color information
#6C0B3D (or 0x6C0B3D) is known color: Tyrian Purple. HEX triplet: 6C, 0B and 3D. RGB value is (108,11,61). Sum of RGB (Red+Green+Blue) = 108+11+61=180 (23% of max value = 765). Red value is 108 (42.58% from 255 or 60% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0B3D is #93F4C2. Grayscale: #2D2D2D. Windows color (decimal): -9696451 or 4000620. OLE color: 4000620.
HSL color Cylindrical-coordinate representation of color #6C0B3D: hue angle of 329.07º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0B3D is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 11 | 61 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.58 |
| HSL | 329.07º | 0.82% | 0.23% | - |
| HSV(B) | 329.07º | 0.9% | 0.42% | - |
| XYZ | 7.15 | 3.76 | 4.76 | - |
| YUV | 45.7 | 136.64 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 11 | 61 | 0 | 0.90 | 0.44 | 0.58 | 329.07 | 0.82 | 0.23 |
| Hex | 6C | B | 3D | 0 | 5A | 2C | 3A | 149 | 52 | 17 |
| Octal | 154 | 13 | 75 | 0 | 132 | 54 | 72 | 511 | 122 | 27 |
| Binary | 1101100 | 1011 | 111101 | 0 | 1011010 | 101100 | 111010 | 101001001 | 1010010 | 10111 |
Color Harmonies of #6C0B3D
Complementary color
Monochromatic Colors of #6C0B3D
Black with #6C0B3D
Text Example
Text Example
White with #6C0B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0B3D; }
p { color: rgb(108,11,61); }
H1.HeaderClassName
{
color: #6C0B3D;
}
.AnyTagClassName
{
color: #6C0B3D;
}
</style>
background-color css
<style>
a { background-color: #6C0B3D; }
a { background-color: rgb(108,11,61); }
div.DivClassName
{
background-color: #6C0B3D;
}
.BgClassName
{
background-color: #6C0B3D;
}
</style>
border-color css
<style>
span { border-color: #6C0B3D; }
span { border-color: rgb(108,11,61); }
td.TdClassName
{
border-color: #6C0B3D;
}
.TagClassName
{
border-color: #6C0B3D;
}
</style>