Shades of Tyrian Purple #6B0F52
Tints of Tyrian Purple #6B0F52
RGB
CMYK
RGB Variations
Color information
#6B0F52 (or 0x6B0F52) is known color: Tyrian Purple. HEX triplet: 6B, 0F and 52. RGB value is (107,15,82). Sum of RGB (Red+Green+Blue) = 107+15+82=204 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.45% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0F52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0F52 is #94F0AD. Grayscale: #313131. Windows color (decimal): -9760942 or 5377899. OLE color: 5377899.
HSL color Cylindrical-coordinate representation of color #6B0F52: hue angle of 316.3º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B0F52 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 15 | 82 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.58 |
| HSL | 316.3º | 0.75% | 0.24% | - |
| HSV(B) | 316.3º | 0.86% | 0.42% | - |
| XYZ | 7.76 | 4.08 | 8.36 | - |
| YUV | 50.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 15 | 82 | 0 | 0.86 | 0.23 | 0.58 | 316.3 | 0.75 | 0.24 |
| Hex | 6B | F | 52 | 0 | 56 | 17 | 3A | 13C | 4B | 18 |
| Octal | 153 | 17 | 122 | 0 | 126 | 27 | 72 | 474 | 113 | 30 |
| Binary | 1101011 | 1111 | 1010010 | 0 | 1010110 | 10111 | 111010 | 100111100 | 1001011 | 11000 |
Color Harmonies of #6B0F52
Complementary color
Monochromatic Colors of #6B0F52
Black with #6B0F52
Text Example
Text Example
White with #6B0F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0F52; }
p { color: rgb(107,15,82); }
H1.HeaderClassName
{
color: #6B0F52;
}
.AnyTagClassName
{
color: #6B0F52;
}
</style>
background-color css
<style>
a { background-color: #6B0F52; }
a { background-color: rgb(107,15,82); }
div.DivClassName
{
background-color: #6B0F52;
}
.BgClassName
{
background-color: #6B0F52;
}
</style>
border-color css
<style>
span { border-color: #6B0F52; }
span { border-color: rgb(107,15,82); }
td.TdClassName
{
border-color: #6B0F52;
}
.TagClassName
{
border-color: #6B0F52;
}
</style>