Shades of Tyrian Purple #6C023E
Tints of Tyrian Purple #6C023E
RGB
CMYK
RGB Variations
Color information
#6C023E (or 0x6C023E) is known color: Tyrian Purple. HEX triplet: 6C, 02 and 3E. RGB value is (108,2,62). Sum of RGB (Red+Green+Blue) = 108+2+62=172 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.79% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 108 - color contains mainly: red. Hex color #6C023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C023E is #93FDC1. Grayscale: #282828. Windows color (decimal): -9698754 or 4063852. OLE color: 4063852.
HSL color Cylindrical-coordinate representation of color #6C023E: hue angle of 326.04º 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 #6C023E is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 2 | 62 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.58 |
| HSL | 326.04º | 0.96% | 0.22% | - |
| HSV(B) | 326.04º | 0.98% | 0.42% | - |
| XYZ | 7.08 | 3.58 | 4.88 | - |
| YUV | 40.53 | 140.12 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 62 | 0 | 0.98 | 0.43 | 0.58 | 326.04 | 0.96 | 0.22 |
| Hex | 6C | 2 | 3E | 0 | 62 | 2B | 3A | 146 | 60 | 16 |
| Octal | 154 | 2 | 76 | 0 | 142 | 53 | 72 | 506 | 140 | 26 |
| Binary | 1101100 | 10 | 111110 | 0 | 1100010 | 101011 | 111010 | 101000110 | 1100000 | 10110 |
Color Harmonies of #6C023E
Complementary color
Monochromatic Colors of #6C023E
Black with #6C023E
Text Example
Text Example
White with #6C023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C023E; }
p { color: rgb(108,2,62); }
H1.HeaderClassName
{
color: #6C023E;
}
.AnyTagClassName
{
color: #6C023E;
}
</style>
background-color css
<style>
a { background-color: #6C023E; }
a { background-color: rgb(108,2,62); }
div.DivClassName
{
background-color: #6C023E;
}
.BgClassName
{
background-color: #6C023E;
}
</style>
border-color css
<style>
span { border-color: #6C023E; }
span { border-color: rgb(108,2,62); }
td.TdClassName
{
border-color: #6C023E;
}
.TagClassName
{
border-color: #6C023E;
}
</style>