Shades of Tyrian Purple #6B0332
Tints of Tyrian Purple #6B0332
RGB
CMYK
RGB Variations
Color information
#6B0332 (or 0x6B0332) is known color: Tyrian Purple. HEX triplet: 6B, 03 and 32. RGB value is (107,3,50). Sum of RGB (Red+Green+Blue) = 107+3+50=160 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.88% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0332 is #94FCCD. Grayscale: #272727. Windows color (decimal): -9764046 or 3277675. OLE color: 3277675.
HSL color Cylindrical-coordinate representation of color #6B0332: hue angle of 332.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 #6B0332 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 3 | 50 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.58 |
| HSL | 332.88º | 0.95% | 0.22% | - |
| HSV(B) | 332.88º | 0.97% | 0.42% | - |
| XYZ | 6.67 | 3.42 | 3.33 | - |
| YUV | 39.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 50 | 0 | 0.97 | 0.53 | 0.58 | 332.88 | 0.95 | 0.22 |
| Hex | 6B | 3 | 32 | 0 | 61 | 35 | 3A | 14D | 5F | 16 |
| Octal | 153 | 3 | 62 | 0 | 141 | 65 | 72 | 515 | 137 | 26 |
| Binary | 1101011 | 11 | 110010 | 0 | 1100001 | 110101 | 111010 | 101001101 | 1011111 | 10110 |
Color Harmonies of #6B0332
Complementary color
Monochromatic Colors of #6B0332
Black with #6B0332
Text Example
Text Example
White with #6B0332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0332; }
p { color: rgb(107,3,50); }
H1.HeaderClassName
{
color: #6B0332;
}
.AnyTagClassName
{
color: #6B0332;
}
</style>
background-color css
<style>
a { background-color: #6B0332; }
a { background-color: rgb(107,3,50); }
div.DivClassName
{
background-color: #6B0332;
}
.BgClassName
{
background-color: #6B0332;
}
</style>
border-color css
<style>
span { border-color: #6B0332; }
span { border-color: rgb(107,3,50); }
td.TdClassName
{
border-color: #6B0332;
}
.TagClassName
{
border-color: #6B0332;
}
</style>