Shades of Tyrian Purple #6B032F
Tints of Tyrian Purple #6B032F
RGB
CMYK
RGB Variations
Color information
#6B032F (or 0x6B032F) is known color: Tyrian Purple. HEX triplet: 6B, 03 and 2F. RGB value is (107,3,47). Sum of RGB (Red+Green+Blue) = 107+3+47=157 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.15% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 107 - color contains mainly: red. Hex color #6B032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B032F is #94FCD0. Grayscale: #272727. Windows color (decimal): -9764049 or 3081067. OLE color: 3081067.
HSL color Cylindrical-coordinate representation of color #6B032F: hue angle of 334.62º 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 #6B032F is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 3 | 47 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.58 |
| HSL | 334.62º | 0.95% | 0.22% | - |
| HSV(B) | 334.62º | 0.97% | 0.42% | - |
| XYZ | 6.61 | 3.4 | 3 | - |
| YUV | 39.11 | 132.46 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 47 | 0 | 0.97 | 0.56 | 0.58 | 334.62 | 0.95 | 0.22 |
| Hex | 6B | 3 | 2F | 0 | 61 | 38 | 3A | 14F | 5F | 16 |
| Octal | 153 | 3 | 57 | 0 | 141 | 70 | 72 | 517 | 137 | 26 |
| Binary | 1101011 | 11 | 101111 | 0 | 1100001 | 111000 | 111010 | 101001111 | 1011111 | 10110 |
Color Harmonies of #6B032F
Complementary color
Monochromatic Colors of #6B032F
Black with #6B032F
Text Example
Text Example
White with #6B032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B032F; }
p { color: rgb(107,3,47); }
H1.HeaderClassName
{
color: #6B032F;
}
.AnyTagClassName
{
color: #6B032F;
}
</style>
background-color css
<style>
a { background-color: #6B032F; }
a { background-color: rgb(107,3,47); }
div.DivClassName
{
background-color: #6B032F;
}
.BgClassName
{
background-color: #6B032F;
}
</style>
border-color css
<style>
span { border-color: #6B032F; }
span { border-color: rgb(107,3,47); }
td.TdClassName
{
border-color: #6B032F;
}
.TagClassName
{
border-color: #6B032F;
}
</style>