Shades of Tyrian Purple #6B053F
Tints of Tyrian Purple #6B053F
RGB
CMYK
RGB Variations
Color information
#6B053F (or 0x6B053F) is known color: Tyrian Purple. HEX triplet: 6B, 05 and 3F. RGB value is (107,5,63). Sum of RGB (Red+Green+Blue) = 107+5+63=175 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.14% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 107 - color contains mainly: red. Hex color #6B053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B053F is #94FAC0. Grayscale: #292929. Windows color (decimal): -9763521 or 4130155. OLE color: 4130155.
HSL color Cylindrical-coordinate representation of color #6B053F: hue angle of 325.88º 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 #6B053F is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 5 | 63 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.58 |
| HSL | 325.88º | 0.91% | 0.22% | - |
| HSV(B) | 325.88º | 0.95% | 0.42% | - |
| XYZ | 7.01 | 3.59 | 5.03 | - |
| YUV | 42.11 | 139.79 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 63 | 0 | 0.95 | 0.41 | 0.58 | 325.88 | 0.91 | 0.22 |
| Hex | 6B | 5 | 3F | 0 | 5F | 29 | 3A | 146 | 5B | 16 |
| Octal | 153 | 5 | 77 | 0 | 137 | 51 | 72 | 506 | 133 | 26 |
| Binary | 1101011 | 101 | 111111 | 0 | 1011111 | 101001 | 111010 | 101000110 | 1011011 | 10110 |
Color Harmonies of #6B053F
Complementary color
Monochromatic Colors of #6B053F
Black with #6B053F
Text Example
Text Example
White with #6B053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B053F; }
p { color: rgb(107,5,63); }
H1.HeaderClassName
{
color: #6B053F;
}
.AnyTagClassName
{
color: #6B053F;
}
</style>
background-color css
<style>
a { background-color: #6B053F; }
a { background-color: rgb(107,5,63); }
div.DivClassName
{
background-color: #6B053F;
}
.BgClassName
{
background-color: #6B053F;
}
</style>
border-color css
<style>
span { border-color: #6B053F; }
span { border-color: rgb(107,5,63); }
td.TdClassName
{
border-color: #6B053F;
}
.TagClassName
{
border-color: #6B053F;
}
</style>