Shades of Tyrian Purple #6B022B
Tints of Tyrian Purple #6B022B
RGB
CMYK
RGB Variations
Color information
#6B022B (or 0x6B022B) is known color: Tyrian Purple. HEX triplet: 6B, 02 and 2B. RGB value is (107,2,43). Sum of RGB (Red+Green+Blue) = 107+2+43=152 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.39% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 107 - color contains mainly: red. Hex color #6B022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B022B is #94FDD4. Grayscale: #262626. Windows color (decimal): -9764309 or 2818667. OLE color: 2818667.
HSL color Cylindrical-coordinate representation of color #6B022B: hue angle of 336.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 #6B022B is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 2 | 43 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.58 |
| HSL | 336.57º | 0.96% | 0.21% | - |
| HSV(B) | 336.57º | 0.98% | 0.42% | - |
| XYZ | 6.52 | 3.34 | 2.59 | - |
| YUV | 38.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 43 | 0 | 0.98 | 0.60 | 0.58 | 336.57 | 0.96 | 0.21 |
| Hex | 6B | 2 | 2B | 0 | 62 | 3C | 3A | 151 | 60 | 15 |
| Octal | 153 | 2 | 53 | 0 | 142 | 74 | 72 | 521 | 140 | 25 |
| Binary | 1101011 | 10 | 101011 | 0 | 1100010 | 111100 | 111010 | 101010001 | 1100000 | 10101 |
Color Harmonies of #6B022B
Complementary color
Monochromatic Colors of #6B022B
Black with #6B022B
Text Example
Text Example
White with #6B022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B022B; }
p { color: rgb(107,2,43); }
H1.HeaderClassName
{
color: #6B022B;
}
.AnyTagClassName
{
color: #6B022B;
}
</style>
background-color css
<style>
a { background-color: #6B022B; }
a { background-color: rgb(107,2,43); }
div.DivClassName
{
background-color: #6B022B;
}
.BgClassName
{
background-color: #6B022B;
}
</style>
border-color css
<style>
span { border-color: #6B022B; }
span { border-color: rgb(107,2,43); }
td.TdClassName
{
border-color: #6B022B;
}
.TagClassName
{
border-color: #6B022B;
}
</style>