Shades of Tyrian Purple #6C0B3F
Tints of Tyrian Purple #6C0B3F
RGB
CMYK
RGB Variations
Color information
#6C0B3F (or 0x6C0B3F) is known color: Tyrian Purple. HEX triplet: 6C, 0B and 3F. RGB value is (108,11,63). Sum of RGB (Red+Green+Blue) = 108+11+63=182 (24% of max value = 765). Red value is 108 (42.58% from 255 or 59.34% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0B3F is #93F4C0. Grayscale: #2D2D2D. Windows color (decimal): -9696449 or 4131692. OLE color: 4131692.
HSL color Cylindrical-coordinate representation of color #6C0B3F: hue angle of 327.84º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0B3F is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 11 | 63 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.58 |
| HSL | 327.84º | 0.82% | 0.23% | - |
| HSV(B) | 327.84º | 0.9% | 0.42% | - |
| XYZ | 7.2 | 3.79 | 5.05 | - |
| YUV | 45.93 | 137.64 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 11 | 63 | 0 | 0.90 | 0.42 | 0.58 | 327.84 | 0.82 | 0.23 |
| Hex | 6C | B | 3F | 0 | 5A | 2A | 3A | 148 | 52 | 17 |
| Octal | 154 | 13 | 77 | 0 | 132 | 52 | 72 | 510 | 122 | 27 |
| Binary | 1101100 | 1011 | 111111 | 0 | 1011010 | 101010 | 111010 | 101001000 | 1010010 | 10111 |
Color Harmonies of #6C0B3F
Complementary color
Monochromatic Colors of #6C0B3F
Black with #6C0B3F
Text Example
Text Example
White with #6C0B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0B3F; }
p { color: rgb(108,11,63); }
H1.HeaderClassName
{
color: #6C0B3F;
}
.AnyTagClassName
{
color: #6C0B3F;
}
</style>
background-color css
<style>
a { background-color: #6C0B3F; }
a { background-color: rgb(108,11,63); }
div.DivClassName
{
background-color: #6C0B3F;
}
.BgClassName
{
background-color: #6C0B3F;
}
</style>
border-color css
<style>
span { border-color: #6C0B3F; }
span { border-color: rgb(108,11,63); }
td.TdClassName
{
border-color: #6C0B3F;
}
.TagClassName
{
border-color: #6C0B3F;
}
</style>