Shades of Tyrian Purple #6B033D
Tints of Tyrian Purple #6B033D
RGB
CMYK
RGB Variations
Color information
#6B033D (or 0x6B033D) is known color: Tyrian Purple. HEX triplet: 6B, 03 and 3D. RGB value is (107,3,61). Sum of RGB (Red+Green+Blue) = 107+3+61=171 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.57% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 107 - color contains mainly: red. Hex color #6B033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B033D is #94FCC2. Grayscale: #282828. Windows color (decimal): -9764035 or 3998571. OLE color: 3998571.
HSL color Cylindrical-coordinate representation of color #6B033D: hue angle of 326.54º 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 #6B033D is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 3 | 61 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.58 |
| HSL | 326.54º | 0.95% | 0.22% | - |
| HSV(B) | 326.54º | 0.97% | 0.42% | - |
| XYZ | 6.94 | 3.53 | 4.73 | - |
| YUV | 40.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 3 | 61 | 0 | 0.97 | 0.43 | 0.58 | 326.54 | 0.95 | 0.22 |
| Hex | 6B | 3 | 3D | 0 | 61 | 2B | 3A | 147 | 5F | 16 |
| Octal | 153 | 3 | 75 | 0 | 141 | 53 | 72 | 507 | 137 | 26 |
| Binary | 1101011 | 11 | 111101 | 0 | 1100001 | 101011 | 111010 | 101000111 | 1011111 | 10110 |
Color Harmonies of #6B033D
Complementary color
Monochromatic Colors of #6B033D
Black with #6B033D
Text Example
Text Example
White with #6B033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B033D; }
p { color: rgb(107,3,61); }
H1.HeaderClassName
{
color: #6B033D;
}
.AnyTagClassName
{
color: #6B033D;
}
</style>
background-color css
<style>
a { background-color: #6B033D; }
a { background-color: rgb(107,3,61); }
div.DivClassName
{
background-color: #6B033D;
}
.BgClassName
{
background-color: #6B033D;
}
</style>
border-color css
<style>
span { border-color: #6B033D; }
span { border-color: rgb(107,3,61); }
td.TdClassName
{
border-color: #6B033D;
}
.TagClassName
{
border-color: #6B033D;
}
</style>