Shades of Tyrian Purple #6D014B
Tints of Tyrian Purple #6D014B
RGB
CMYK
RGB Variations
Color information
#6D014B (or 0x6D014B) is known color: Tyrian Purple. HEX triplet: 6D, 01 and 4B. RGB value is (109,1,75). Sum of RGB (Red+Green+Blue) = 109+1+75=185 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.92% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 109 - color contains mainly: red. Hex color #6D014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D014B is #92FEB4. Grayscale: #292929. Windows color (decimal): -9633461 or 4915565. OLE color: 4915565.
HSL color Cylindrical-coordinate representation of color #6D014B: hue angle of 318.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D014B is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 1 | 75 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.57 |
| HSL | 318.89º | 0.98% | 0.22% | - |
| HSV(B) | 318.89º | 0.99% | 0.43% | - |
| XYZ | 7.59 | 3.78 | 6.99 | - |
| YUV | 41.73 | 146.78 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 1 | 75 | 0 | 0.99 | 0.31 | 0.57 | 318.89 | 0.98 | 0.22 |
| Hex | 6D | 1 | 4B | 0 | 63 | 1F | 39 | 13F | 62 | 16 |
| Octal | 155 | 1 | 113 | 0 | 143 | 37 | 71 | 477 | 142 | 26 |
| Binary | 1101101 | 1 | 1001011 | 0 | 1100011 | 11111 | 111001 | 100111111 | 1100010 | 10110 |
Color Harmonies of #6D014B
Complementary color
Monochromatic Colors of #6D014B
Black with #6D014B
Text Example
Text Example
White with #6D014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D014B; }
p { color: rgb(109,1,75); }
H1.HeaderClassName
{
color: #6D014B;
}
.AnyTagClassName
{
color: #6D014B;
}
</style>
background-color css
<style>
a { background-color: #6D014B; }
a { background-color: rgb(109,1,75); }
div.DivClassName
{
background-color: #6D014B;
}
.BgClassName
{
background-color: #6D014B;
}
</style>
border-color css
<style>
span { border-color: #6D014B; }
span { border-color: rgb(109,1,75); }
td.TdClassName
{
border-color: #6D014B;
}
.TagClassName
{
border-color: #6D014B;
}
</style>