Shades of Tyrian Purple #6C0D31
Tints of Tyrian Purple #6C0D31
RGB
CMYK
RGB Variations
Color information
#6C0D31 (or 0x6C0D31) is known color: Tyrian Purple. HEX triplet: 6C, 0D and 31. RGB value is (108,13,49). Sum of RGB (Red+Green+Blue) = 108+13+49=170 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.53% from 170); Green value is 13 (5.47% from 255 or 7.65% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0D31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0D31 is #93F2CE. Grayscale: #2D2D2D. Windows color (decimal): -9695951 or 3214700. OLE color: 3214700.
HSL color Cylindrical-coordinate representation of color #6C0D31: hue angle of 337.26º degrees, saturation: 0.79, 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 #6C0D31 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 13 | 49 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.58 |
| HSL | 337.26º | 0.79% | 0.24% | - |
| HSV(B) | 337.26º | 0.88% | 0.42% | - |
| XYZ | 6.88 | 3.7 | 3.26 | - |
| YUV | 45.51 | 129.97 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 13 | 49 | 0 | 0.88 | 0.55 | 0.58 | 337.26 | 0.79 | 0.24 |
| Hex | 6C | D | 31 | 0 | 58 | 37 | 3A | 151 | 4F | 18 |
| Octal | 154 | 15 | 61 | 0 | 130 | 67 | 72 | 521 | 117 | 30 |
| Binary | 1101100 | 1101 | 110001 | 0 | 1011000 | 110111 | 111010 | 101010001 | 1001111 | 11000 |
Color Harmonies of #6C0D31
Complementary color
Monochromatic Colors of #6C0D31
Black with #6C0D31
Text Example
Text Example
White with #6C0D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0D31; }
p { color: rgb(108,13,49); }
H1.HeaderClassName
{
color: #6C0D31;
}
.AnyTagClassName
{
color: #6C0D31;
}
</style>
background-color css
<style>
a { background-color: #6C0D31; }
a { background-color: rgb(108,13,49); }
div.DivClassName
{
background-color: #6C0D31;
}
.BgClassName
{
background-color: #6C0D31;
}
</style>
border-color css
<style>
span { border-color: #6C0D31; }
span { border-color: rgb(108,13,49); }
td.TdClassName
{
border-color: #6C0D31;
}
.TagClassName
{
border-color: #6C0D31;
}
</style>