Shades of Tyrian Purple #6B034C
Tints of Tyrian Purple #6B034C
RGB
CMYK
RGB Variations
Color information
#6B034C (or 0x6B034C) is known color: Tyrian Purple. HEX triplet: 6B, 03 and 4C. RGB value is (107,3,76). Sum of RGB (Red+Green+Blue) = 107+3+76=186 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.53% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 107 - color contains mainly: red. Hex color #6B034C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B034C is #94FCB3. Grayscale: #2A2A2A. Windows color (decimal): -9764020 or 4981611. OLE color: 4981611.
HSL color Cylindrical-coordinate representation of color #6B034C: hue angle of 317.88º 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 #6B034C is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 3 | 76 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.58 |
| HSL | 317.88º | 0.95% | 0.22% | - |
| HSV(B) | 317.88º | 0.97% | 0.42% | - |
| XYZ | 7.4 | 3.71 | 7.16 | - |
| YUV | 42.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 76 | 0 | 0.97 | 0.29 | 0.58 | 317.88 | 0.95 | 0.22 |
| Hex | 6B | 3 | 4C | 0 | 61 | 1D | 3A | 13E | 5F | 16 |
| Octal | 153 | 3 | 114 | 0 | 141 | 35 | 72 | 476 | 137 | 26 |
| Binary | 1101011 | 11 | 1001100 | 0 | 1100001 | 11101 | 111010 | 100111110 | 1011111 | 10110 |
Color Harmonies of #6B034C
Complementary color
Monochromatic Colors of #6B034C
Black with #6B034C
Text Example
Text Example
White with #6B034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B034C; }
p { color: rgb(107,3,76); }
H1.HeaderClassName
{
color: #6B034C;
}
.AnyTagClassName
{
color: #6B034C;
}
</style>
background-color css
<style>
a { background-color: #6B034C; }
a { background-color: rgb(107,3,76); }
div.DivClassName
{
background-color: #6B034C;
}
.BgClassName
{
background-color: #6B034C;
}
</style>
border-color css
<style>
span { border-color: #6B034C; }
span { border-color: rgb(107,3,76); }
td.TdClassName
{
border-color: #6B034C;
}
.TagClassName
{
border-color: #6B034C;
}
</style>