Shades of Tyrian Purple #6C022E
Tints of Tyrian Purple #6C022E
RGB
CMYK
RGB Variations
Color information
#6C022E (or 0x6C022E) is known color: Tyrian Purple. HEX triplet: 6C, 02 and 2E. RGB value is (108,2,46). Sum of RGB (Red+Green+Blue) = 108+2+46=156 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.23% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 108 - color contains mainly: red. Hex color #6C022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C022E is #93FDD1. Grayscale: #262626. Windows color (decimal): -9698770 or 3015276. OLE color: 3015276.
HSL color Cylindrical-coordinate representation of color #6C022E: hue angle of 335.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C022E is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 2 | 46 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.58 |
| HSL | 335.09º | 0.96% | 0.22% | - |
| HSV(B) | 335.09º | 0.98% | 0.42% | - |
| XYZ | 6.7 | 3.43 | 2.89 | - |
| YUV | 38.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 46 | 0 | 0.98 | 0.57 | 0.58 | 335.09 | 0.96 | 0.22 |
| Hex | 6C | 2 | 2E | 0 | 62 | 39 | 3A | 14F | 60 | 16 |
| Octal | 154 | 2 | 56 | 0 | 142 | 71 | 72 | 517 | 140 | 26 |
| Binary | 1101100 | 10 | 101110 | 0 | 1100010 | 111001 | 111010 | 101001111 | 1100000 | 10110 |
Color Harmonies of #6C022E
Complementary color
Monochromatic Colors of #6C022E
Black with #6C022E
Text Example
Text Example
White with #6C022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C022E; }
p { color: rgb(108,2,46); }
H1.HeaderClassName
{
color: #6C022E;
}
.AnyTagClassName
{
color: #6C022E;
}
</style>
background-color css
<style>
a { background-color: #6C022E; }
a { background-color: rgb(108,2,46); }
div.DivClassName
{
background-color: #6C022E;
}
.BgClassName
{
background-color: #6C022E;
}
</style>
border-color css
<style>
span { border-color: #6C022E; }
span { border-color: rgb(108,2,46); }
td.TdClassName
{
border-color: #6C022E;
}
.TagClassName
{
border-color: #6C022E;
}
</style>