Shades of Tyrian Purple #6C013A
Tints of Tyrian Purple #6C013A
RGB
CMYK
RGB Variations
Color information
#6C013A (or 0x6C013A) is known color: Tyrian Purple. HEX triplet: 6C, 01 and 3A. RGB value is (108,1,58). Sum of RGB (Red+Green+Blue) = 108+1+58=167 (22% of max value = 765). Red value is 108 (42.58% from 255 or 64.67% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 108 - color contains mainly: red. Hex color #6C013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C013A is #93FEC5. Grayscale: #272727. Windows color (decimal): -9699014 or 3801452. OLE color: 3801452.
HSL color Cylindrical-coordinate representation of color #6C013A: hue angle of 328.04º 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 #6C013A is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.58 |
| HSL | 328.04º | 0.98% | 0.21% | - |
| HSV(B) | 328.04º | 0.99% | 0.42% | - |
| XYZ | 6.96 | 3.52 | 4.31 | - |
| YUV | 39.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 58 | 0 | 0.99 | 0.46 | 0.58 | 328.04 | 0.98 | 0.21 |
| Hex | 6C | 1 | 3A | 0 | 63 | 2E | 3A | 148 | 62 | 15 |
| Octal | 154 | 1 | 72 | 0 | 143 | 56 | 72 | 510 | 142 | 25 |
| Binary | 1101100 | 1 | 111010 | 0 | 1100011 | 101110 | 111010 | 101001000 | 1100010 | 10101 |
Color Harmonies of #6C013A
Complementary color
Monochromatic Colors of #6C013A
Black with #6C013A
Text Example
Text Example
White with #6C013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C013A; }
p { color: rgb(108,1,58); }
H1.HeaderClassName
{
color: #6C013A;
}
.AnyTagClassName
{
color: #6C013A;
}
</style>
background-color css
<style>
a { background-color: #6C013A; }
a { background-color: rgb(108,1,58); }
div.DivClassName
{
background-color: #6C013A;
}
.BgClassName
{
background-color: #6C013A;
}
</style>
border-color css
<style>
span { border-color: #6C013A; }
span { border-color: rgb(108,1,58); }
td.TdClassName
{
border-color: #6C013A;
}
.TagClassName
{
border-color: #6C013A;
}
</style>