Shades of Tyrian Purple #6B0231
Tints of Tyrian Purple #6B0231
RGB
CMYK
RGB Variations
Color information
#6B0231 (or 0x6B0231) is known color: Tyrian Purple. HEX triplet: 6B, 02 and 31. RGB value is (107,2,49). Sum of RGB (Red+Green+Blue) = 107+2+49=158 (20% of max value = 765). Red value is 107 (42.19% from 255 or 67.72% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0231 is #94FDCE. Grayscale: #262626. Windows color (decimal): -9764303 or 3211883. OLE color: 3211883.
HSL color Cylindrical-coordinate representation of color #6B0231: hue angle of 333.14º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B0231 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 2 | 49 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.58 |
| HSL | 333.14º | 0.96% | 0.21% | - |
| HSV(B) | 333.14º | 0.98% | 0.42% | - |
| XYZ | 6.64 | 3.39 | 3.21 | - |
| YUV | 38.75 | 133.79 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 49 | 0 | 0.98 | 0.54 | 0.58 | 333.14 | 0.96 | 0.21 |
| Hex | 6B | 2 | 31 | 0 | 62 | 36 | 3A | 14D | 60 | 15 |
| Octal | 153 | 2 | 61 | 0 | 142 | 66 | 72 | 515 | 140 | 25 |
| Binary | 1101011 | 10 | 110001 | 0 | 1100010 | 110110 | 111010 | 101001101 | 1100000 | 10101 |
Color Harmonies of #6B0231
Complementary color
Monochromatic Colors of #6B0231
Black with #6B0231
Text Example
Text Example
White with #6B0231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0231; }
p { color: rgb(107,2,49); }
H1.HeaderClassName
{
color: #6B0231;
}
.AnyTagClassName
{
color: #6B0231;
}
</style>
background-color css
<style>
a { background-color: #6B0231; }
a { background-color: rgb(107,2,49); }
div.DivClassName
{
background-color: #6B0231;
}
.BgClassName
{
background-color: #6B0231;
}
</style>
border-color css
<style>
span { border-color: #6B0231; }
span { border-color: rgb(107,2,49); }
td.TdClassName
{
border-color: #6B0231;
}
.TagClassName
{
border-color: #6B0231;
}
</style>