Shades of Tyrian Purple #6B0356
Tints of Tyrian Purple #6B0356
RGB
CMYK
RGB Variations
Color information
#6B0356 (or 0x6B0356) is known color: Tyrian Purple. HEX triplet: 6B, 03 and 56. RGB value is (107,3,86). Sum of RGB (Red+Green+Blue) = 107+3+86=196 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.59% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0356 is #94FCA9. Grayscale: #2B2B2B. Windows color (decimal): -9764010 or 5636971. OLE color: 5636971.
HSL color Cylindrical-coordinate representation of color #6B0356: hue angle of 312.12º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B0356 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 3 | 86 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.58 |
| HSL | 312.12º | 0.95% | 0.22% | - |
| HSV(B) | 312.12º | 0.97% | 0.42% | - |
| XYZ | 7.78 | 3.86 | 9.14 | - |
| YUV | 43.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 86 | 0 | 0.97 | 0.20 | 0.58 | 312.12 | 0.95 | 0.22 |
| Hex | 6B | 3 | 56 | 0 | 61 | 14 | 3A | 138 | 5F | 16 |
| Octal | 153 | 3 | 126 | 0 | 141 | 24 | 72 | 470 | 137 | 26 |
| Binary | 1101011 | 11 | 1010110 | 0 | 1100001 | 10100 | 111010 | 100111000 | 1011111 | 10110 |
Color Harmonies of #6B0356
Complementary color
Monochromatic Colors of #6B0356
Black with #6B0356
Text Example
Text Example
White with #6B0356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0356; }
p { color: rgb(107,3,86); }
H1.HeaderClassName
{
color: #6B0356;
}
.AnyTagClassName
{
color: #6B0356;
}
</style>
background-color css
<style>
a { background-color: #6B0356; }
a { background-color: rgb(107,3,86); }
div.DivClassName
{
background-color: #6B0356;
}
.BgClassName
{
background-color: #6B0356;
}
</style>
border-color css
<style>
span { border-color: #6B0356; }
span { border-color: rgb(107,3,86); }
td.TdClassName
{
border-color: #6B0356;
}
.TagClassName
{
border-color: #6B0356;
}
</style>