Shades of Tyrian Purple #6C033F
Tints of Tyrian Purple #6C033F
RGB
CMYK
RGB Variations
Color information
#6C033F (or 0x6C033F) is known color: Tyrian Purple. HEX triplet: 6C, 03 and 3F. RGB value is (108,3,63). Sum of RGB (Red+Green+Blue) = 108+3+63=174 (23% of max value = 765). Red value is 108 (42.58% from 255 or 62.07% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 108 - color contains mainly: red. Hex color #6C033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C033F is #93FCC0. Grayscale: #292929. Windows color (decimal): -9698497 or 4129644. OLE color: 4129644.
HSL color Cylindrical-coordinate representation of color #6C033F: hue angle of 325.71º 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 #6C033F is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 3 | 63 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.58 |
| HSL | 325.71º | 0.95% | 0.22% | - |
| HSV(B) | 325.71º | 0.97% | 0.42% | - |
| XYZ | 7.11 | 3.61 | 5.02 | - |
| YUV | 41.24 | 140.29 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 63 | 0 | 0.97 | 0.42 | 0.58 | 325.71 | 0.95 | 0.22 |
| Hex | 6C | 3 | 3F | 0 | 61 | 2A | 3A | 146 | 5F | 16 |
| Octal | 154 | 3 | 77 | 0 | 141 | 52 | 72 | 506 | 137 | 26 |
| Binary | 1101100 | 11 | 111111 | 0 | 1100001 | 101010 | 111010 | 101000110 | 1011111 | 10110 |
Color Harmonies of #6C033F
Complementary color
Monochromatic Colors of #6C033F
Black with #6C033F
Text Example
Text Example
White with #6C033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C033F; }
p { color: rgb(108,3,63); }
H1.HeaderClassName
{
color: #6C033F;
}
.AnyTagClassName
{
color: #6C033F;
}
</style>
background-color css
<style>
a { background-color: #6C033F; }
a { background-color: rgb(108,3,63); }
div.DivClassName
{
background-color: #6C033F;
}
.BgClassName
{
background-color: #6C033F;
}
</style>
border-color css
<style>
span { border-color: #6C033F; }
span { border-color: rgb(108,3,63); }
td.TdClassName
{
border-color: #6C033F;
}
.TagClassName
{
border-color: #6C033F;
}
</style>