Shades of Tyrian Purple #6B0257
Tints of Tyrian Purple #6B0257
RGB
CMYK
RGB Variations
Color information
#6B0257 (or 0x6B0257) is known color: Tyrian Purple. HEX triplet: 6B, 02 and 57. RGB value is (107,2,87). Sum of RGB (Red+Green+Blue) = 107+2+87=196 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.59% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0257 is #94FDA8. Grayscale: #2A2A2A. Windows color (decimal): -9764265 or 5702251. OLE color: 5702251.
HSL color Cylindrical-coordinate representation of color #6B0257: hue angle of 311.43º 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 #6B0257 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 2 | 87 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.58 |
| HSL | 311.43º | 0.96% | 0.21% | - |
| HSV(B) | 311.43º | 0.98% | 0.42% | - |
| XYZ | 7.81 | 3.86 | 9.35 | - |
| YUV | 43.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 87 | 0 | 0.98 | 0.19 | 0.58 | 311.43 | 0.96 | 0.21 |
| Hex | 6B | 2 | 57 | 0 | 62 | 13 | 3A | 137 | 60 | 15 |
| Octal | 153 | 2 | 127 | 0 | 142 | 23 | 72 | 467 | 140 | 25 |
| Binary | 1101011 | 10 | 1010111 | 0 | 1100010 | 10011 | 111010 | 100110111 | 1100000 | 10101 |
Color Harmonies of #6B0257
Complementary color
Monochromatic Colors of #6B0257
Black with #6B0257
Text Example
Text Example
White with #6B0257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0257; }
p { color: rgb(107,2,87); }
H1.HeaderClassName
{
color: #6B0257;
}
.AnyTagClassName
{
color: #6B0257;
}
</style>
background-color css
<style>
a { background-color: #6B0257; }
a { background-color: rgb(107,2,87); }
div.DivClassName
{
background-color: #6B0257;
}
.BgClassName
{
background-color: #6B0257;
}
</style>
border-color css
<style>
span { border-color: #6B0257; }
span { border-color: rgb(107,2,87); }
td.TdClassName
{
border-color: #6B0257;
}
.TagClassName
{
border-color: #6B0257;
}
</style>