Shades of Tyrian Purple #6C033C
Tints of Tyrian Purple #6C033C
RGB
CMYK
RGB Variations
Color information
#6C033C (or 0x6C033C) is known color: Tyrian Purple. HEX triplet: 6C, 03 and 3C. RGB value is (108,3,60). Sum of RGB (Red+Green+Blue) = 108+3+60=171 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.16% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 108 - color contains mainly: red. Hex color #6C033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C033C is #93FCC3. Grayscale: #282828. Windows color (decimal): -9698500 or 3933036. OLE color: 3933036.
HSL color Cylindrical-coordinate representation of color #6C033C: hue angle of 327.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 #6C033C is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 3 | 60 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.58 |
| HSL | 327.43º | 0.95% | 0.22% | - |
| HSV(B) | 327.43º | 0.97% | 0.42% | - |
| XYZ | 7.03 | 3.58 | 4.6 | - |
| YUV | 40.89 | 138.79 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 60 | 0 | 0.97 | 0.44 | 0.58 | 327.43 | 0.95 | 0.22 |
| Hex | 6C | 3 | 3C | 0 | 61 | 2C | 3A | 147 | 5F | 16 |
| Octal | 154 | 3 | 74 | 0 | 141 | 54 | 72 | 507 | 137 | 26 |
| Binary | 1101100 | 11 | 111100 | 0 | 1100001 | 101100 | 111010 | 101000111 | 1011111 | 10110 |
Color Harmonies of #6C033C
Complementary color
Monochromatic Colors of #6C033C
Black with #6C033C
Text Example
Text Example
White with #6C033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C033C; }
p { color: rgb(108,3,60); }
H1.HeaderClassName
{
color: #6C033C;
}
.AnyTagClassName
{
color: #6C033C;
}
</style>
background-color css
<style>
a { background-color: #6C033C; }
a { background-color: rgb(108,3,60); }
div.DivClassName
{
background-color: #6C033C;
}
.BgClassName
{
background-color: #6C033C;
}
</style>
border-color css
<style>
span { border-color: #6C033C; }
span { border-color: rgb(108,3,60); }
td.TdClassName
{
border-color: #6C033C;
}
.TagClassName
{
border-color: #6C033C;
}
</style>