Shades of Tyrian Purple #6B005C
Tints of Tyrian Purple #6B005C
RGB
CMYK
RGB Variations
Color information
#6B005C (or 0x6B005C) is known color: Tyrian Purple. HEX triplet: 6B, 00 and 5C. RGB value is (107,0,92). Sum of RGB (Red+Green+Blue) = 107+0+92=199 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.77% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 107 - color contains mainly: red. Hex color #6B005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B005C is #94FFA3. Grayscale: #2A2A2A. Windows color (decimal): -9764772 or 6029419. OLE color: 6029419.
HSL color Cylindrical-coordinate representation of color #6B005C: hue angle of 308.41º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B005C is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.14 | 0.58 |
| HSL | 308.41º | 1% | 0.21% | - |
| HSV(B) | 308.41º | 1% | 0.42% | - |
| XYZ | 8 | 3.9 | 10.46 | - |
| YUV | 42.48 | 155.95 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 0 | 92 | 0 | 1 | 0.14 | 0.58 | 308.41 | 1 | 0.21 |
| Hex | 6B | 0 | 5C | 0 | 64 | E | 3A | 134 | 64 | 15 |
| Octal | 153 | 0 | 134 | 0 | 144 | 16 | 72 | 464 | 144 | 25 |
| Binary | 1101011 | 0 | 1011100 | 0 | 1100100 | 1110 | 111010 | 100110100 | 1100100 | 10101 |
Color Harmonies of #6B005C
Complementary color
Monochromatic Colors of #6B005C
Black with #6B005C
Text Example
Text Example
White with #6B005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B005C; }
p { color: rgb(107,0,92); }
H1.HeaderClassName
{
color: #6B005C;
}
.AnyTagClassName
{
color: #6B005C;
}
</style>
background-color css
<style>
a { background-color: #6B005C; }
a { background-color: rgb(107,0,92); }
div.DivClassName
{
background-color: #6B005C;
}
.BgClassName
{
background-color: #6B005C;
}
</style>
border-color css
<style>
span { border-color: #6B005C; }
span { border-color: rgb(107,0,92); }
td.TdClassName
{
border-color: #6B005C;
}
.TagClassName
{
border-color: #6B005C;
}
</style>