Shades of Tyrian Purple #6B0232
Tints of Tyrian Purple #6B0232
RGB
CMYK
RGB Variations
Color information
#6B0232 (or 0x6B0232) is known color: Tyrian Purple. HEX triplet: 6B, 02 and 32. RGB value is (107,2,50). Sum of RGB (Red+Green+Blue) = 107+2+50=159 (21% of max value = 765). Red value is 107 (42.19% from 255 or 67.30% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0232 is #94FDCD. Grayscale: #262626. Windows color (decimal): -9764302 or 3277419. OLE color: 3277419.
HSL color Cylindrical-coordinate representation of color #6B0232: hue angle of 332.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 #6B0232 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 2 | 50 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.58 |
| HSL | 332.57º | 0.96% | 0.21% | - |
| HSV(B) | 332.57º | 0.98% | 0.42% | - |
| XYZ | 6.66 | 3.4 | 3.32 | - |
| YUV | 38.87 | 134.29 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 50 | 0 | 0.98 | 0.53 | 0.58 | 332.57 | 0.96 | 0.21 |
| Hex | 6B | 2 | 32 | 0 | 62 | 35 | 3A | 14D | 60 | 15 |
| Octal | 153 | 2 | 62 | 0 | 142 | 65 | 72 | 515 | 140 | 25 |
| Binary | 1101011 | 10 | 110010 | 0 | 1100010 | 110101 | 111010 | 101001101 | 1100000 | 10101 |
Color Harmonies of #6B0232
Complementary color
Monochromatic Colors of #6B0232
Black with #6B0232
Text Example
Text Example
White with #6B0232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0232; }
p { color: rgb(107,2,50); }
H1.HeaderClassName
{
color: #6B0232;
}
.AnyTagClassName
{
color: #6B0232;
}
</style>
background-color css
<style>
a { background-color: #6B0232; }
a { background-color: rgb(107,2,50); }
div.DivClassName
{
background-color: #6B0232;
}
.BgClassName
{
background-color: #6B0232;
}
</style>
border-color css
<style>
span { border-color: #6B0232; }
span { border-color: rgb(107,2,50); }
td.TdClassName
{
border-color: #6B0232;
}
.TagClassName
{
border-color: #6B0232;
}
</style>