Shades of Tyrian Purple #6D005C
Tints of Tyrian Purple #6D005C
RGB
CMYK
RGB Variations
Color information
#6D005C (or 0x6D005C) is known color: Tyrian Purple. HEX triplet: 6D, 00 and 5C. RGB value is (109,0,92). Sum of RGB (Red+Green+Blue) = 109+0+92=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D005C is #92FFA3. Grayscale: #2A2A2A. Windows color (decimal): -9633700 or 6029421. OLE color: 6029421.
HSL color Cylindrical-coordinate representation of color #6D005C: hue angle of 309.36º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D005C is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.16 | 0.57 |
| HSL | 309.36º | 1% | 0.21% | - |
| HSV(B) | 309.36º | 1% | 0.43% | - |
| XYZ | 8.24 | 4.02 | 10.47 | - |
| YUV | 43.08 | 155.61 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 0 | 92 | 0 | 1 | 0.16 | 0.57 | 309.36 | 1 | 0.21 |
| Hex | 6D | 0 | 5C | 0 | 64 | 10 | 39 | 135 | 64 | 15 |
| Octal | 155 | 0 | 134 | 0 | 144 | 20 | 71 | 465 | 144 | 25 |
| Binary | 1101101 | 0 | 1011100 | 0 | 1100100 | 10000 | 111001 | 100110101 | 1100100 | 10101 |
Color Harmonies of #6D005C
Complementary color
Monochromatic Colors of #6D005C
Black with #6D005C
Text Example
Text Example
White with #6D005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D005C; }
p { color: rgb(109,0,92); }
H1.HeaderClassName
{
color: #6D005C;
}
.AnyTagClassName
{
color: #6D005C;
}
</style>
background-color css
<style>
a { background-color: #6D005C; }
a { background-color: rgb(109,0,92); }
div.DivClassName
{
background-color: #6D005C;
}
.BgClassName
{
background-color: #6D005C;
}
</style>
border-color css
<style>
span { border-color: #6D005C; }
span { border-color: rgb(109,0,92); }
td.TdClassName
{
border-color: #6D005C;
}
.TagClassName
{
border-color: #6D005C;
}
</style>