Shades of Tyrian Purple #6C024D
Tints of Tyrian Purple #6C024D
RGB
CMYK
RGB Variations
Color information
#6C024D (or 0x6C024D) is known color: Tyrian Purple. HEX triplet: 6C, 02 and 4D. RGB value is (108,2,77). Sum of RGB (Red+Green+Blue) = 108+2+77=187 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.75% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 108 - color contains mainly: red. Hex color #6C024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C024D is #93FDB2. Grayscale: #2A2A2A. Windows color (decimal): -9698739 or 5046892. OLE color: 5046892.
HSL color Cylindrical-coordinate representation of color #6C024D: hue angle of 317.55º 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 #6C024D is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 2 | 77 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.58 |
| HSL | 317.55º | 0.96% | 0.22% | - |
| HSV(B) | 317.55º | 0.98% | 0.42% | - |
| XYZ | 7.55 | 3.77 | 7.35 | - |
| YUV | 42.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 77 | 0 | 0.98 | 0.29 | 0.58 | 317.55 | 0.96 | 0.22 |
| Hex | 6C | 2 | 4D | 0 | 62 | 1D | 3A | 13E | 60 | 16 |
| Octal | 154 | 2 | 115 | 0 | 142 | 35 | 72 | 476 | 140 | 26 |
| Binary | 1101100 | 10 | 1001101 | 0 | 1100010 | 11101 | 111010 | 100111110 | 1100000 | 10110 |
Color Harmonies of #6C024D
Complementary color
Monochromatic Colors of #6C024D
Black with #6C024D
Text Example
Text Example
White with #6C024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C024D; }
p { color: rgb(108,2,77); }
H1.HeaderClassName
{
color: #6C024D;
}
.AnyTagClassName
{
color: #6C024D;
}
</style>
background-color css
<style>
a { background-color: #6C024D; }
a { background-color: rgb(108,2,77); }
div.DivClassName
{
background-color: #6C024D;
}
.BgClassName
{
background-color: #6C024D;
}
</style>
border-color css
<style>
span { border-color: #6C024D; }
span { border-color: rgb(108,2,77); }
td.TdClassName
{
border-color: #6C024D;
}
.TagClassName
{
border-color: #6C024D;
}
</style>