Shades of Tyrian Purple #6B032C
Tints of Tyrian Purple #6B032C
RGB
CMYK
RGB Variations
Color information
#6B032C (or 0x6B032C) is known color: Tyrian Purple. HEX triplet: 6B, 03 and 2C. RGB value is (107,3,44). Sum of RGB (Red+Green+Blue) = 107+3+44=154 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.48% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 107 - color contains mainly: red. Hex color #6B032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B032C is #94FCD3. Grayscale: #262626. Windows color (decimal): -9764052 or 2884459. OLE color: 2884459.
HSL color Cylindrical-coordinate representation of color #6B032C: hue angle of 336.35º 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 #6B032C is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 3 | 44 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.58 |
| HSL | 336.35º | 0.95% | 0.22% | - |
| HSV(B) | 336.35º | 0.97% | 0.42% | - |
| XYZ | 6.55 | 3.37 | 2.69 | - |
| YUV | 38.77 | 130.96 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 44 | 0 | 0.97 | 0.59 | 0.58 | 336.35 | 0.95 | 0.22 |
| Hex | 6B | 3 | 2C | 0 | 61 | 3B | 3A | 150 | 5F | 16 |
| Octal | 153 | 3 | 54 | 0 | 141 | 73 | 72 | 520 | 137 | 26 |
| Binary | 1101011 | 11 | 101100 | 0 | 1100001 | 111011 | 111010 | 101010000 | 1011111 | 10110 |
Color Harmonies of #6B032C
Complementary color
Monochromatic Colors of #6B032C
Black with #6B032C
Text Example
Text Example
White with #6B032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B032C; }
p { color: rgb(107,3,44); }
H1.HeaderClassName
{
color: #6B032C;
}
.AnyTagClassName
{
color: #6B032C;
}
</style>
background-color css
<style>
a { background-color: #6B032C; }
a { background-color: rgb(107,3,44); }
div.DivClassName
{
background-color: #6B032C;
}
.BgClassName
{
background-color: #6B032C;
}
</style>
border-color css
<style>
span { border-color: #6B032C; }
span { border-color: rgb(107,3,44); }
td.TdClassName
{
border-color: #6B032C;
}
.TagClassName
{
border-color: #6B032C;
}
</style>