Shades of Tyrian Purple #6C0343
Tints of Tyrian Purple #6C0343
RGB
CMYK
RGB Variations
Color information
#6C0343 (or 0x6C0343) is known color: Tyrian Purple. HEX triplet: 6C, 03 and 43. RGB value is (108,3,67). Sum of RGB (Red+Green+Blue) = 108+3+67=178 (23% of max value = 765). Red value is 108 (42.58% from 255 or 60.67% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 67 (26.56% from 255 or 37.64% from 178); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0343 is #93FCBC. Grayscale: #292929. Windows color (decimal): -9698493 or 4391788. OLE color: 4391788.
HSL color Cylindrical-coordinate representation of color #6C0343: hue angle of 323.43º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C0343 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 3 | 67 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.58 |
| HSL | 323.43º | 0.95% | 0.22% | - |
| HSV(B) | 323.43º | 0.97% | 0.42% | - |
| XYZ | 7.23 | 3.66 | 5.64 | - |
| YUV | 41.69 | 142.29 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 67 | 0 | 0.97 | 0.38 | 0.58 | 323.43 | 0.95 | 0.22 |
| Hex | 6C | 3 | 43 | 0 | 61 | 26 | 3A | 143 | 5F | 16 |
| Octal | 154 | 3 | 103 | 0 | 141 | 46 | 72 | 503 | 137 | 26 |
| Binary | 1101100 | 11 | 1000011 | 0 | 1100001 | 100110 | 111010 | 101000011 | 1011111 | 10110 |
Color Harmonies of #6C0343
Complementary color
Monochromatic Colors of #6C0343
Black with #6C0343
Text Example
Text Example
White with #6C0343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0343; }
p { color: rgb(108,3,67); }
H1.HeaderClassName
{
color: #6C0343;
}
.AnyTagClassName
{
color: #6C0343;
}
</style>
background-color css
<style>
a { background-color: #6C0343; }
a { background-color: rgb(108,3,67); }
div.DivClassName
{
background-color: #6C0343;
}
.BgClassName
{
background-color: #6C0343;
}
</style>
border-color css
<style>
span { border-color: #6C0343; }
span { border-color: rgb(108,3,67); }
td.TdClassName
{
border-color: #6C0343;
}
.TagClassName
{
border-color: #6C0343;
}
</style>