Shades of Tyrian Purple #6B053D
Tints of Tyrian Purple #6B053D
RGB
CMYK
RGB Variations
Color information
#6B053D (or 0x6B053D) is known color: Tyrian Purple. HEX triplet: 6B, 05 and 3D. RGB value is (107,5,61). Sum of RGB (Red+Green+Blue) = 107+5+61=173 (22% of max value = 765). Red value is 107 (42.19% from 255 or 61.85% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 107 - color contains mainly: red. Hex color #6B053D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B053D is #94FAC2. Grayscale: #292929. Windows color (decimal): -9763523 or 3999083. OLE color: 3999083.
HSL color Cylindrical-coordinate representation of color #6B053D: hue angle of 327.06º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B053D is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 5 | 61 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.58 |
| HSL | 327.06º | 0.91% | 0.22% | - |
| HSV(B) | 327.06º | 0.95% | 0.42% | - |
| XYZ | 6.96 | 3.57 | 4.74 | - |
| YUV | 41.88 | 138.79 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 61 | 0 | 0.95 | 0.43 | 0.58 | 327.06 | 0.91 | 0.22 |
| Hex | 6B | 5 | 3D | 0 | 5F | 2B | 3A | 147 | 5B | 16 |
| Octal | 153 | 5 | 75 | 0 | 137 | 53 | 72 | 507 | 133 | 26 |
| Binary | 1101011 | 101 | 111101 | 0 | 1011111 | 101011 | 111010 | 101000111 | 1011011 | 10110 |
Color Harmonies of #6B053D
Complementary color
Monochromatic Colors of #6B053D
Black with #6B053D
Text Example
Text Example
White with #6B053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B053D; }
p { color: rgb(107,5,61); }
H1.HeaderClassName
{
color: #6B053D;
}
.AnyTagClassName
{
color: #6B053D;
}
</style>
background-color css
<style>
a { background-color: #6B053D; }
a { background-color: rgb(107,5,61); }
div.DivClassName
{
background-color: #6B053D;
}
.BgClassName
{
background-color: #6B053D;
}
</style>
border-color css
<style>
span { border-color: #6B053D; }
span { border-color: rgb(107,5,61); }
td.TdClassName
{
border-color: #6B053D;
}
.TagClassName
{
border-color: #6B053D;
}
</style>