Shades of Tyrian Purple #6C003F
Tints of Tyrian Purple #6C003F
RGB
CMYK
RGB Variations
Color information
#6C003F (or 0x6C003F) is known color: Tyrian Purple. HEX triplet: 6C, 00 and 3F. RGB value is (108,0,63). Sum of RGB (Red+Green+Blue) = 108+0+63=171 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.16% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 108 - color contains mainly: red. Hex color #6C003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C003F is #93FFC0. Grayscale: #272727. Windows color (decimal): -9699265 or 4128876. OLE color: 4128876.
HSL color Cylindrical-coordinate representation of color #6C003F: hue angle of 325º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C003F is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.42 | 0.58 |
| HSL | 325º | 1% | 0.21% | - |
| HSV(B) | 325º | 1% | 0.42% | - |
| XYZ | 7.08 | 3.55 | 5.01 | - |
| YUV | 39.47 | 141.28 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 0 | 63 | 0 | 1 | 0.42 | 0.58 | 325 | 1 | 0.21 |
| Hex | 6C | 0 | 3F | 0 | 64 | 2A | 3A | 145 | 64 | 15 |
| Octal | 154 | 0 | 77 | 0 | 144 | 52 | 72 | 505 | 144 | 25 |
| Binary | 1101100 | 0 | 111111 | 0 | 1100100 | 101010 | 111010 | 101000101 | 1100100 | 10101 |
Color Harmonies of #6C003F
Complementary color
Monochromatic Colors of #6C003F
Black with #6C003F
Text Example
Text Example
White with #6C003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C003F; }
p { color: rgb(108,0,63); }
H1.HeaderClassName
{
color: #6C003F;
}
.AnyTagClassName
{
color: #6C003F;
}
</style>
background-color css
<style>
a { background-color: #6C003F; }
a { background-color: rgb(108,0,63); }
div.DivClassName
{
background-color: #6C003F;
}
.BgClassName
{
background-color: #6C003F;
}
</style>
border-color css
<style>
span { border-color: #6C003F; }
span { border-color: rgb(108,0,63); }
td.TdClassName
{
border-color: #6C003F;
}
.TagClassName
{
border-color: #6C003F;
}
</style>