Shades of Tyrian Purple #6B034A
Tints of Tyrian Purple #6B034A
RGB
CMYK
RGB Variations
Color information
#6B034A (or 0x6B034A) is known color: Tyrian Purple. HEX triplet: 6B, 03 and 4A. RGB value is (107,3,74). Sum of RGB (Red+Green+Blue) = 107+3+74=184 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.15% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 107 - color contains mainly: red. Hex color #6B034A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B034A is #94FCB5. Grayscale: #2A2A2A. Windows color (decimal): -9764022 or 4850539. OLE color: 4850539.
HSL color Cylindrical-coordinate representation of color #6B034A: hue angle of 319.04º 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 #6B034A is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 3 | 74 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.58 |
| HSL | 319.04º | 0.95% | 0.22% | - |
| HSV(B) | 319.04º | 0.97% | 0.42% | - |
| XYZ | 7.33 | 3.69 | 6.8 | - |
| YUV | 42.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 74 | 0 | 0.97 | 0.31 | 0.58 | 319.04 | 0.95 | 0.22 |
| Hex | 6B | 3 | 4A | 0 | 61 | 1F | 3A | 13F | 5F | 16 |
| Octal | 153 | 3 | 112 | 0 | 141 | 37 | 72 | 477 | 137 | 26 |
| Binary | 1101011 | 11 | 1001010 | 0 | 1100001 | 11111 | 111010 | 100111111 | 1011111 | 10110 |
Color Harmonies of #6B034A
Complementary color
Monochromatic Colors of #6B034A
Black with #6B034A
Text Example
Text Example
White with #6B034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B034A; }
p { color: rgb(107,3,74); }
H1.HeaderClassName
{
color: #6B034A;
}
.AnyTagClassName
{
color: #6B034A;
}
</style>
background-color css
<style>
a { background-color: #6B034A; }
a { background-color: rgb(107,3,74); }
div.DivClassName
{
background-color: #6B034A;
}
.BgClassName
{
background-color: #6B034A;
}
</style>
border-color css
<style>
span { border-color: #6B034A; }
span { border-color: rgb(107,3,74); }
td.TdClassName
{
border-color: #6B034A;
}
.TagClassName
{
border-color: #6B034A;
}
</style>