Shades of Tyrian Purple #6C032E
Tints of Tyrian Purple #6C032E
RGB
CMYK
RGB Variations
Color information
#6C032E (or 0x6C032E) is known color: Tyrian Purple. HEX triplet: 6C, 03 and 2E. RGB value is (108,3,46). Sum of RGB (Red+Green+Blue) = 108+3+46=157 (20% of max value = 765). Red value is 108 (42.58% from 255 or 68.79% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 108 - color contains mainly: red. Hex color #6C032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C032E is #93FCD1. Grayscale: #272727. Windows color (decimal): -9698514 or 3015532. OLE color: 3015532.
HSL color Cylindrical-coordinate representation of color #6C032E: hue angle of 335.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 #6C032E is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 3 | 46 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.58 |
| HSL | 335.43º | 0.95% | 0.22% | - |
| HSV(B) | 335.43º | 0.97% | 0.42% | - |
| XYZ | 6.71 | 3.45 | 2.9 | - |
| YUV | 39.3 | 131.79 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 46 | 0 | 0.97 | 0.57 | 0.58 | 335.43 | 0.95 | 0.22 |
| Hex | 6C | 3 | 2E | 0 | 61 | 39 | 3A | 14F | 5F | 16 |
| Octal | 154 | 3 | 56 | 0 | 141 | 71 | 72 | 517 | 137 | 26 |
| Binary | 1101100 | 11 | 101110 | 0 | 1100001 | 111001 | 111010 | 101001111 | 1011111 | 10110 |
Color Harmonies of #6C032E
Complementary color
Monochromatic Colors of #6C032E
Black with #6C032E
Text Example
Text Example
White with #6C032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C032E; }
p { color: rgb(108,3,46); }
H1.HeaderClassName
{
color: #6C032E;
}
.AnyTagClassName
{
color: #6C032E;
}
</style>
background-color css
<style>
a { background-color: #6C032E; }
a { background-color: rgb(108,3,46); }
div.DivClassName
{
background-color: #6C032E;
}
.BgClassName
{
background-color: #6C032E;
}
</style>
border-color css
<style>
span { border-color: #6C032E; }
span { border-color: rgb(108,3,46); }
td.TdClassName
{
border-color: #6C032E;
}
.TagClassName
{
border-color: #6C032E;
}
</style>