Shades of Tyrian Purple #6B0239
Tints of Tyrian Purple #6B0239
RGB
CMYK
RGB Variations
Color information
#6B0239 (or 0x6B0239) is known color: Tyrian Purple. HEX triplet: 6B, 02 and 39. RGB value is (107,2,57). Sum of RGB (Red+Green+Blue) = 107+2+57=166 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.46% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0239 is #94FDC6. Grayscale: #272727. Windows color (decimal): -9764295 or 3736171. OLE color: 3736171.
HSL color Cylindrical-coordinate representation of color #6B0239: hue angle of 328.57º 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 #6B0239 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 2 | 57 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.58 |
| HSL | 328.57º | 0.96% | 0.21% | - |
| HSV(B) | 328.57º | 0.98% | 0.42% | - |
| XYZ | 6.82 | 3.46 | 4.18 | - |
| YUV | 39.67 | 137.79 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 57 | 0 | 0.98 | 0.47 | 0.58 | 328.57 | 0.96 | 0.21 |
| Hex | 6B | 2 | 39 | 0 | 62 | 2F | 3A | 149 | 60 | 15 |
| Octal | 153 | 2 | 71 | 0 | 142 | 57 | 72 | 511 | 140 | 25 |
| Binary | 1101011 | 10 | 111001 | 0 | 1100010 | 101111 | 111010 | 101001001 | 1100000 | 10101 |
Color Harmonies of #6B0239
Complementary color
Monochromatic Colors of #6B0239
Black with #6B0239
Text Example
Text Example
White with #6B0239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0239; }
p { color: rgb(107,2,57); }
H1.HeaderClassName
{
color: #6B0239;
}
.AnyTagClassName
{
color: #6B0239;
}
</style>
background-color css
<style>
a { background-color: #6B0239; }
a { background-color: rgb(107,2,57); }
div.DivClassName
{
background-color: #6B0239;
}
.BgClassName
{
background-color: #6B0239;
}
</style>
border-color css
<style>
span { border-color: #6B0239; }
span { border-color: rgb(107,2,57); }
td.TdClassName
{
border-color: #6B0239;
}
.TagClassName
{
border-color: #6B0239;
}
</style>