Shades of Tyrian Purple #6B053E
Tints of Tyrian Purple #6B053E
RGB
CMYK
RGB Variations
Color information
#6B053E (or 0x6B053E) is known color: Tyrian Purple. HEX triplet: 6B, 05 and 3E. RGB value is (107,5,62). Sum of RGB (Red+Green+Blue) = 107+5+62=174 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.49% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 107 - color contains mainly: red. Hex color #6B053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B053E is #94FAC1. Grayscale: #292929. Windows color (decimal): -9763522 or 4064619. OLE color: 4064619.
HSL color Cylindrical-coordinate representation of color #6B053E: hue angle of 326.47º 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 #6B053E is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
RGB | 107 | 5 | 62 | - |
CMYK | 0 | 0.95 | 0.42 | 0.58 |
HSL | 326.47º | 0.91% | 0.22% | - |
HSV(B) | 326.47º | 0.95% | 0.42% | - |
XYZ | 6.99 | 3.58 | 4.88 | - |
YUV | 42 | 139.29 | 174.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 5 | 62 | 0 | 0.95 | 0.42 | 0.58 | 326.47 | 0.91 | 0.22 |
Hex | 6B | 5 | 3E | 0 | 5F | 2A | 3A | 146 | 5B | 16 |
Octal | 153 | 5 | 76 | 0 | 137 | 52 | 72 | 506 | 133 | 26 |
Binary | 1101011 | 101 | 111110 | 0 | 1011111 | 101010 | 111010 | 101000110 | 1011011 | 10110 |
Color Harmonies of #6B053E
Complementary color
Monochromatic Colors of #6B053E
Black with #6B053E
Text Example
Text Example
White with #6B053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B053E; }
p { color: rgb(107,5,62); }
H1.HeaderClassName
{
color: #6B053E;
}
.AnyTagClassName
{
color: #6B053E;
}
</style>
background-color css
<style>
a { background-color: #6B053E; }
a { background-color: rgb(107,5,62); }
div.DivClassName
{
background-color: #6B053E;
}
.BgClassName
{
background-color: #6B053E;
}
</style>
border-color css
<style>
span { border-color: #6B053E; }
span { border-color: rgb(107,5,62); }
td.TdClassName
{
border-color: #6B053E;
}
.TagClassName
{
border-color: #6B053E;
}
</style>