Shades of Tyrian Purple #6B022E
Tints of Tyrian Purple #6B022E
RGB
CMYK
RGB Variations
Color information
#6B022E (or 0x6B022E) is known color: Tyrian Purple. HEX triplet: 6B, 02 and 2E. RGB value is (107,2,46). Sum of RGB (Red+Green+Blue) = 107+2+46=155 (20% of max value = 765). Red value is 107 (42.19% from 255 or 69.03% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 107 - color contains mainly: red. Hex color #6B022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B022E is #94FDD1. Grayscale: #262626. Windows color (decimal): -9764306 or 3015275. OLE color: 3015275.
HSL color Cylindrical-coordinate representation of color #6B022E: hue angle of 334.86º 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 #6B022E is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 2 | 46 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.58 |
| HSL | 334.86º | 0.96% | 0.21% | - |
| HSV(B) | 334.86º | 0.98% | 0.42% | - |
| XYZ | 6.58 | 3.37 | 2.89 | - |
| YUV | 38.41 | 132.29 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 46 | 0 | 0.98 | 0.57 | 0.58 | 334.86 | 0.96 | 0.21 |
| Hex | 6B | 2 | 2E | 0 | 62 | 39 | 3A | 14F | 60 | 15 |
| Octal | 153 | 2 | 56 | 0 | 142 | 71 | 72 | 517 | 140 | 25 |
| Binary | 1101011 | 10 | 101110 | 0 | 1100010 | 111001 | 111010 | 101001111 | 1100000 | 10101 |
Color Harmonies of #6B022E
Complementary color
Monochromatic Colors of #6B022E
Black with #6B022E
Text Example
Text Example
White with #6B022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B022E; }
p { color: rgb(107,2,46); }
H1.HeaderClassName
{
color: #6B022E;
}
.AnyTagClassName
{
color: #6B022E;
}
</style>
background-color css
<style>
a { background-color: #6B022E; }
a { background-color: rgb(107,2,46); }
div.DivClassName
{
background-color: #6B022E;
}
.BgClassName
{
background-color: #6B022E;
}
</style>
border-color css
<style>
span { border-color: #6B022E; }
span { border-color: rgb(107,2,46); }
td.TdClassName
{
border-color: #6B022E;
}
.TagClassName
{
border-color: #6B022E;
}
</style>