Shades of Tyrian Purple #6C033D
Tints of Tyrian Purple #6C033D
RGB
CMYK
RGB Variations
Color information
#6C033D (or 0x6C033D) is known color: Tyrian Purple. HEX triplet: 6C, 03 and 3D. RGB value is (108,3,61). Sum of RGB (Red+Green+Blue) = 108+3+61=172 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.79% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 108 - color contains mainly: red. Hex color #6C033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C033D is #93FCC2. Grayscale: #282828. Windows color (decimal): -9698499 or 3998572. OLE color: 3998572.
HSL color Cylindrical-coordinate representation of color #6C033D: hue angle of 326.86º 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 #6C033D is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 3 | 61 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.58 |
| HSL | 326.86º | 0.95% | 0.22% | - |
| HSV(B) | 326.86º | 0.97% | 0.42% | - |
| XYZ | 7.06 | 3.59 | 4.74 | - |
| YUV | 41.01 | 139.29 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 61 | 0 | 0.97 | 0.44 | 0.58 | 326.86 | 0.95 | 0.22 |
| Hex | 6C | 3 | 3D | 0 | 61 | 2C | 3A | 147 | 5F | 16 |
| Octal | 154 | 3 | 75 | 0 | 141 | 54 | 72 | 507 | 137 | 26 |
| Binary | 1101100 | 11 | 111101 | 0 | 1100001 | 101100 | 111010 | 101000111 | 1011111 | 10110 |
Color Harmonies of #6C033D
Complementary color
Monochromatic Colors of #6C033D
Black with #6C033D
Text Example
Text Example
White with #6C033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C033D; }
p { color: rgb(108,3,61); }
H1.HeaderClassName
{
color: #6C033D;
}
.AnyTagClassName
{
color: #6C033D;
}
</style>
background-color css
<style>
a { background-color: #6C033D; }
a { background-color: rgb(108,3,61); }
div.DivClassName
{
background-color: #6C033D;
}
.BgClassName
{
background-color: #6C033D;
}
</style>
border-color css
<style>
span { border-color: #6C033D; }
span { border-color: rgb(108,3,61); }
td.TdClassName
{
border-color: #6C033D;
}
.TagClassName
{
border-color: #6C033D;
}
</style>