Shades of Tyrian Purple #6C0333
Tints of Tyrian Purple #6C0333
RGB
CMYK
RGB Variations
Color information
#6C0333 (or 0x6C0333) is known color: Tyrian Purple. HEX triplet: 6C, 03 and 33. RGB value is (108,3,51). Sum of RGB (Red+Green+Blue) = 108+3+51=162 (21% of max value = 765). Red value is 108 (42.58% from 255 or 66.67% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0333 is #93FCCC. Grayscale: #272727. Windows color (decimal): -9698509 or 3343212. OLE color: 3343212.
HSL color Cylindrical-coordinate representation of color #6C0333: hue angle of 332.57º 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 #6C0333 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 3 | 51 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.58 |
| HSL | 332.57º | 0.95% | 0.22% | - |
| HSV(B) | 332.57º | 0.97% | 0.42% | - |
| XYZ | 6.81 | 3.49 | 3.45 | - |
| YUV | 39.87 | 134.29 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 3 | 51 | 0 | 0.97 | 0.53 | 0.58 | 332.57 | 0.95 | 0.22 |
| Hex | 6C | 3 | 33 | 0 | 61 | 35 | 3A | 14D | 5F | 16 |
| Octal | 154 | 3 | 63 | 0 | 141 | 65 | 72 | 515 | 137 | 26 |
| Binary | 1101100 | 11 | 110011 | 0 | 1100001 | 110101 | 111010 | 101001101 | 1011111 | 10110 |
Color Harmonies of #6C0333
Complementary color
Monochromatic Colors of #6C0333
Black with #6C0333
Text Example
Text Example
White with #6C0333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0333; }
p { color: rgb(108,3,51); }
H1.HeaderClassName
{
color: #6C0333;
}
.AnyTagClassName
{
color: #6C0333;
}
</style>
background-color css
<style>
a { background-color: #6C0333; }
a { background-color: rgb(108,3,51); }
div.DivClassName
{
background-color: #6C0333;
}
.BgClassName
{
background-color: #6C0333;
}
</style>
border-color css
<style>
span { border-color: #6C0333; }
span { border-color: rgb(108,3,51); }
td.TdClassName
{
border-color: #6C0333;
}
.TagClassName
{
border-color: #6C0333;
}
</style>