Shades of Tyrian Purple #6C0350
Tints of Tyrian Purple #6C0350
RGB
CMYK
RGB Variations
Color information
#6C0350 (or 0x6C0350) is known color: Tyrian Purple. HEX triplet: 6C, 03 and 50. RGB value is (108,3,80). Sum of RGB (Red+Green+Blue) = 108+3+80=191 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.54% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0350 is #93FCAF. Grayscale: #2A2A2A. Windows color (decimal): -9698480 or 5243756. OLE color: 5243756.
HSL color Cylindrical-coordinate representation of color #6C0350: hue angle of 316º 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 #6C0350 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 3 | 80 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.58 |
| HSL | 316º | 0.95% | 0.22% | - |
| HSV(B) | 316º | 0.97% | 0.42% | - |
| XYZ | 7.66 | 3.83 | 7.93 | - |
| YUV | 43.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 80 | 0 | 0.97 | 0.26 | 0.58 | 316 | 0.95 | 0.22 |
| Hex | 6C | 3 | 50 | 0 | 61 | 1A | 3A | 13C | 5F | 16 |
| Octal | 154 | 3 | 120 | 0 | 141 | 32 | 72 | 474 | 137 | 26 |
| Binary | 1101100 | 11 | 1010000 | 0 | 1100001 | 11010 | 111010 | 100111100 | 1011111 | 10110 |
Color Harmonies of #6C0350
Complementary color
Monochromatic Colors of #6C0350
Black with #6C0350
Text Example
Text Example
White with #6C0350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0350; }
p { color: rgb(108,3,80); }
H1.HeaderClassName
{
color: #6C0350;
}
.AnyTagClassName
{
color: #6C0350;
}
</style>
background-color css
<style>
a { background-color: #6C0350; }
a { background-color: rgb(108,3,80); }
div.DivClassName
{
background-color: #6C0350;
}
.BgClassName
{
background-color: #6C0350;
}
</style>
border-color css
<style>
span { border-color: #6C0350; }
span { border-color: rgb(108,3,80); }
td.TdClassName
{
border-color: #6C0350;
}
.TagClassName
{
border-color: #6C0350;
}
</style>