Shades of Tyrian Purple #6C013F
Tints of Tyrian Purple #6C013F
RGB
CMYK
RGB Variations
Color information
#6C013F (or 0x6C013F) is known color: Tyrian Purple. HEX triplet: 6C, 01 and 3F. RGB value is (108,1,63). Sum of RGB (Red+Green+Blue) = 108+1+63=172 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.79% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 108 - color contains mainly: red. Hex color #6C013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C013F is #93FEC0. Grayscale: #272727. Windows color (decimal): -9699009 or 4129132. OLE color: 4129132.
HSL color Cylindrical-coordinate representation of color #6C013F: hue angle of 325.23º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C013F is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.58 |
| HSL | 325.23º | 0.98% | 0.21% | - |
| HSV(B) | 325.23º | 0.99% | 0.42% | - |
| XYZ | 7.09 | 3.57 | 5.02 | - |
| YUV | 40.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 63 | 0 | 0.99 | 0.42 | 0.58 | 325.23 | 0.98 | 0.21 |
| Hex | 6C | 1 | 3F | 0 | 63 | 2A | 3A | 145 | 62 | 15 |
| Octal | 154 | 1 | 77 | 0 | 143 | 52 | 72 | 505 | 142 | 25 |
| Binary | 1101100 | 1 | 111111 | 0 | 1100011 | 101010 | 111010 | 101000101 | 1100010 | 10101 |
Color Harmonies of #6C013F
Complementary color
Monochromatic Colors of #6C013F
Black with #6C013F
Text Example
Text Example
White with #6C013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C013F; }
p { color: rgb(108,1,63); }
H1.HeaderClassName
{
color: #6C013F;
}
.AnyTagClassName
{
color: #6C013F;
}
</style>
background-color css
<style>
a { background-color: #6C013F; }
a { background-color: rgb(108,1,63); }
div.DivClassName
{
background-color: #6C013F;
}
.BgClassName
{
background-color: #6C013F;
}
</style>
border-color css
<style>
span { border-color: #6C013F; }
span { border-color: rgb(108,1,63); }
td.TdClassName
{
border-color: #6C013F;
}
.TagClassName
{
border-color: #6C013F;
}
</style>