Shades of Tyrian Purple #6B032B
Tints of Tyrian Purple #6B032B
RGB
CMYK
RGB Variations
Color information
#6B032B (or 0x6B032B) is known color: Tyrian Purple. HEX triplet: 6B, 03 and 2B. RGB value is (107,3,43). Sum of RGB (Red+Green+Blue) = 107+3+43=153 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.93% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 107 - color contains mainly: red. Hex color #6B032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B032B is #94FCD4. Grayscale: #262626. Windows color (decimal): -9764053 or 2818923. OLE color: 2818923.
HSL color Cylindrical-coordinate representation of color #6B032B: hue angle of 336.92º 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 #6B032B is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 3 | 43 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.58 |
| HSL | 336.92º | 0.95% | 0.22% | - |
| HSV(B) | 336.92º | 0.97% | 0.42% | - |
| XYZ | 6.53 | 3.37 | 2.59 | - |
| YUV | 38.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 43 | 0 | 0.97 | 0.60 | 0.58 | 336.92 | 0.95 | 0.22 |
| Hex | 6B | 3 | 2B | 0 | 61 | 3C | 3A | 151 | 5F | 16 |
| Octal | 153 | 3 | 53 | 0 | 141 | 74 | 72 | 521 | 137 | 26 |
| Binary | 1101011 | 11 | 101011 | 0 | 1100001 | 111100 | 111010 | 101010001 | 1011111 | 10110 |
Color Harmonies of #6B032B
Complementary color
Monochromatic Colors of #6B032B
Black with #6B032B
Text Example
Text Example
White with #6B032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B032B; }
p { color: rgb(107,3,43); }
H1.HeaderClassName
{
color: #6B032B;
}
.AnyTagClassName
{
color: #6B032B;
}
</style>
background-color css
<style>
a { background-color: #6B032B; }
a { background-color: rgb(107,3,43); }
div.DivClassName
{
background-color: #6B032B;
}
.BgClassName
{
background-color: #6B032B;
}
</style>
border-color css
<style>
span { border-color: #6B032B; }
span { border-color: rgb(107,3,43); }
td.TdClassName
{
border-color: #6B032B;
}
.TagClassName
{
border-color: #6B032B;
}
</style>