Shades of Tyrian Purple #6C023D
Tints of Tyrian Purple #6C023D
RGB
CMYK
RGB Variations
Color information
#6C023D (or 0x6C023D) is known color: Tyrian Purple. HEX triplet: 6C, 02 and 3D. RGB value is (108,2,61). Sum of RGB (Red+Green+Blue) = 108+2+61=171 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.16% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 108 - color contains mainly: red. Hex color #6C023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C023D is #93FDC2. Grayscale: #282828. Windows color (decimal): -9698755 or 3998316. OLE color: 3998316.
HSL color Cylindrical-coordinate representation of color #6C023D: hue angle of 326.6º 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 #6C023D is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 2 | 61 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.58 |
| HSL | 326.6º | 0.96% | 0.22% | - |
| HSV(B) | 326.6º | 0.98% | 0.42% | - |
| XYZ | 7.05 | 3.57 | 4.73 | - |
| YUV | 40.42 | 139.62 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 61 | 0 | 0.98 | 0.44 | 0.58 | 326.6 | 0.96 | 0.22 |
| Hex | 6C | 2 | 3D | 0 | 62 | 2C | 3A | 147 | 60 | 16 |
| Octal | 154 | 2 | 75 | 0 | 142 | 54 | 72 | 507 | 140 | 26 |
| Binary | 1101100 | 10 | 111101 | 0 | 1100010 | 101100 | 111010 | 101000111 | 1100000 | 10110 |
Color Harmonies of #6C023D
Complementary color
Monochromatic Colors of #6C023D
Black with #6C023D
Text Example
Text Example
White with #6C023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C023D; }
p { color: rgb(108,2,61); }
H1.HeaderClassName
{
color: #6C023D;
}
.AnyTagClassName
{
color: #6C023D;
}
</style>
background-color css
<style>
a { background-color: #6C023D; }
a { background-color: rgb(108,2,61); }
div.DivClassName
{
background-color: #6C023D;
}
.BgClassName
{
background-color: #6C023D;
}
</style>
border-color css
<style>
span { border-color: #6C023D; }
span { border-color: rgb(108,2,61); }
td.TdClassName
{
border-color: #6C023D;
}
.TagClassName
{
border-color: #6C023D;
}
</style>