Shades of Tyrian Purple #6B0355
Tints of Tyrian Purple #6B0355
RGB
CMYK
RGB Variations
Color information
#6B0355 (or 0x6B0355) is known color: Tyrian Purple. HEX triplet: 6B, 03 and 55. RGB value is (107,3,85). Sum of RGB (Red+Green+Blue) = 107+3+85=195 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.87% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0355 is #94FCAA. Grayscale: #2B2B2B. Windows color (decimal): -9764011 or 5571435. OLE color: 5571435.
HSL color Cylindrical-coordinate representation of color #6B0355: hue angle of 312.69º 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 #6B0355 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 3 | 85 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.58 |
| HSL | 312.69º | 0.95% | 0.22% | - |
| HSV(B) | 312.69º | 0.97% | 0.42% | - |
| XYZ | 7.74 | 3.85 | 8.93 | - |
| YUV | 43.44 | 151.46 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 85 | 0 | 0.97 | 0.21 | 0.58 | 312.69 | 0.95 | 0.22 |
| Hex | 6B | 3 | 55 | 0 | 61 | 15 | 3A | 139 | 5F | 16 |
| Octal | 153 | 3 | 125 | 0 | 141 | 25 | 72 | 471 | 137 | 26 |
| Binary | 1101011 | 11 | 1010101 | 0 | 1100001 | 10101 | 111010 | 100111001 | 1011111 | 10110 |
Color Harmonies of #6B0355
Complementary color
Monochromatic Colors of #6B0355
Black with #6B0355
Text Example
Text Example
White with #6B0355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0355; }
p { color: rgb(107,3,85); }
H1.HeaderClassName
{
color: #6B0355;
}
.AnyTagClassName
{
color: #6B0355;
}
</style>
background-color css
<style>
a { background-color: #6B0355; }
a { background-color: rgb(107,3,85); }
div.DivClassName
{
background-color: #6B0355;
}
.BgClassName
{
background-color: #6B0355;
}
</style>
border-color css
<style>
span { border-color: #6B0355; }
span { border-color: rgb(107,3,85); }
td.TdClassName
{
border-color: #6B0355;
}
.TagClassName
{
border-color: #6B0355;
}
</style>