Shades of Tyrian Purple #6B103A
Tints of Tyrian Purple #6B103A
RGB
CMYK
RGB Variations
Color information
#6B103A (or 0x6B103A) is known color: Tyrian Purple. HEX triplet: 6B, 10 and 3A. RGB value is (107,16,58). Sum of RGB (Red+Green+Blue) = 107+16+58=181 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.12% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 107 - color contains mainly: red. Hex color #6B103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B103A is #94EFC5. Grayscale: #2F2F2F. Windows color (decimal): -9760710 or 3805291. OLE color: 3805291.
HSL color Cylindrical-coordinate representation of color #6B103A: hue angle of 332.31º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B103A is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 16 | 58 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.58 |
| HSL | 332.31º | 0.74% | 0.24% | - |
| HSV(B) | 332.31º | 0.85% | 0.42% | - |
| XYZ | 7.01 | 3.8 | 4.37 | - |
| YUV | 48 | 133.65 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 58 | 0 | 0.85 | 0.46 | 0.58 | 332.31 | 0.74 | 0.24 |
| Hex | 6B | 10 | 3A | 0 | 55 | 2E | 3A | 14C | 4A | 18 |
| Octal | 153 | 20 | 72 | 0 | 125 | 56 | 72 | 514 | 112 | 30 |
| Binary | 1101011 | 10000 | 111010 | 0 | 1010101 | 101110 | 111010 | 101001100 | 1001010 | 11000 |
Color Harmonies of #6B103A
Complementary color
Monochromatic Colors of #6B103A
Black with #6B103A
Text Example
Text Example
White with #6B103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B103A; }
p { color: rgb(107,16,58); }
H1.HeaderClassName
{
color: #6B103A;
}
.AnyTagClassName
{
color: #6B103A;
}
</style>
background-color css
<style>
a { background-color: #6B103A; }
a { background-color: rgb(107,16,58); }
div.DivClassName
{
background-color: #6B103A;
}
.BgClassName
{
background-color: #6B103A;
}
</style>
border-color css
<style>
span { border-color: #6B103A; }
span { border-color: rgb(107,16,58); }
td.TdClassName
{
border-color: #6B103A;
}
.TagClassName
{
border-color: #6B103A;
}
</style>