Shades of Tyrian Purple #6B0150
Tints of Tyrian Purple #6B0150
RGB
CMYK
RGB Variations
Color information
#6B0150 (or 0x6B0150) is known color: Tyrian Purple. HEX triplet: 6B, 01 and 50. RGB value is (107,1,80). Sum of RGB (Red+Green+Blue) = 107+1+80=188 (24% of max value = 765). Red value is 107 (42.19% from 255 or 56.91% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0150 is #94FEAF. Grayscale: #292929. Windows color (decimal): -9764528 or 5243243. OLE color: 5243243.
HSL color Cylindrical-coordinate representation of color #6B0150: hue angle of 315.28º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B0150 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 1 | 80 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.58 |
| HSL | 315.28º | 0.98% | 0.21% | - |
| HSV(B) | 315.28º | 0.99% | 0.42% | - |
| XYZ | 7.52 | 3.73 | 7.91 | - |
| YUV | 41.7 | 149.62 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 1 | 80 | 0 | 0.99 | 0.25 | 0.58 | 315.28 | 0.98 | 0.21 |
| Hex | 6B | 1 | 50 | 0 | 63 | 19 | 3A | 13B | 62 | 15 |
| Octal | 153 | 1 | 120 | 0 | 143 | 31 | 72 | 473 | 142 | 25 |
| Binary | 1101011 | 1 | 1010000 | 0 | 1100011 | 11001 | 111010 | 100111011 | 1100010 | 10101 |
Color Harmonies of #6B0150
Complementary color
Monochromatic Colors of #6B0150
Black with #6B0150
Text Example
Text Example
White with #6B0150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0150; }
p { color: rgb(107,1,80); }
H1.HeaderClassName
{
color: #6B0150;
}
.AnyTagClassName
{
color: #6B0150;
}
</style>
background-color css
<style>
a { background-color: #6B0150; }
a { background-color: rgb(107,1,80); }
div.DivClassName
{
background-color: #6B0150;
}
.BgClassName
{
background-color: #6B0150;
}
</style>
border-color css
<style>
span { border-color: #6B0150; }
span { border-color: rgb(107,1,80); }
td.TdClassName
{
border-color: #6B0150;
}
.TagClassName
{
border-color: #6B0150;
}
</style>