Shades of Tyrian Purple #6D034B
Tints of Tyrian Purple #6D034B
RGB
CMYK
RGB Variations
Color information
#6D034B (or 0x6D034B) is known color: Tyrian Purple. HEX triplet: 6D, 03 and 4B. RGB value is (109,3,75). Sum of RGB (Red+Green+Blue) = 109+3+75=187 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.29% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 109 - color contains mainly: red. Hex color #6D034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D034B is #92FCB4. Grayscale: #2A2A2A. Windows color (decimal): -9632949 or 4916077. OLE color: 4916077.
HSL color Cylindrical-coordinate representation of color #6D034B: hue angle of 319.25º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D034B is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 3 | 75 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.57 |
| HSL | 319.25º | 0.95% | 0.22% | - |
| HSV(B) | 319.25º | 0.97% | 0.43% | - |
| XYZ | 7.61 | 3.82 | 6.99 | - |
| YUV | 42.9 | 146.12 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 3 | 75 | 0 | 0.97 | 0.31 | 0.57 | 319.25 | 0.95 | 0.22 |
| Hex | 6D | 3 | 4B | 0 | 61 | 1F | 39 | 13F | 5F | 16 |
| Octal | 155 | 3 | 113 | 0 | 141 | 37 | 71 | 477 | 137 | 26 |
| Binary | 1101101 | 11 | 1001011 | 0 | 1100001 | 11111 | 111001 | 100111111 | 1011111 | 10110 |
Color Harmonies of #6D034B
Complementary color
Monochromatic Colors of #6D034B
Black with #6D034B
Text Example
Text Example
White with #6D034B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D034B; }
p { color: rgb(109,3,75); }
H1.HeaderClassName
{
color: #6D034B;
}
.AnyTagClassName
{
color: #6D034B;
}
</style>
background-color css
<style>
a { background-color: #6D034B; }
a { background-color: rgb(109,3,75); }
div.DivClassName
{
background-color: #6D034B;
}
.BgClassName
{
background-color: #6D034B;
}
</style>
border-color css
<style>
span { border-color: #6D034B; }
span { border-color: rgb(109,3,75); }
td.TdClassName
{
border-color: #6D034B;
}
.TagClassName
{
border-color: #6D034B;
}
</style>