Shades of Tyrian Purple #6B054C
Tints of Tyrian Purple #6B054C
RGB
CMYK
RGB Variations
Color information
#6B054C (or 0x6B054C) is known color: Tyrian Purple. HEX triplet: 6B, 05 and 4C. RGB value is (107,5,76). Sum of RGB (Red+Green+Blue) = 107+5+76=188 (24% of max value = 765). Red value is 107 (42.19% from 255 or 56.91% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 107 - color contains mainly: red. Hex color #6B054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B054C is #94FAB3. Grayscale: #2B2B2B. Windows color (decimal): -9763508 or 4982123. OLE color: 4982123.
HSL color Cylindrical-coordinate representation of color #6B054C: hue angle of 318.24º 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 #6B054C is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 5 | 76 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.58 |
| HSL | 318.24º | 0.91% | 0.22% | - |
| HSV(B) | 318.24º | 0.95% | 0.42% | - |
| XYZ | 7.42 | 3.76 | 7.17 | - |
| YUV | 43.59 | 146.29 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 76 | 0 | 0.95 | 0.29 | 0.58 | 318.24 | 0.91 | 0.22 |
| Hex | 6B | 5 | 4C | 0 | 5F | 1D | 3A | 13E | 5B | 16 |
| Octal | 153 | 5 | 114 | 0 | 137 | 35 | 72 | 476 | 133 | 26 |
| Binary | 1101011 | 101 | 1001100 | 0 | 1011111 | 11101 | 111010 | 100111110 | 1011011 | 10110 |
Color Harmonies of #6B054C
Complementary color
Monochromatic Colors of #6B054C
Black with #6B054C
Text Example
Text Example
White with #6B054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B054C; }
p { color: rgb(107,5,76); }
H1.HeaderClassName
{
color: #6B054C;
}
.AnyTagClassName
{
color: #6B054C;
}
</style>
background-color css
<style>
a { background-color: #6B054C; }
a { background-color: rgb(107,5,76); }
div.DivClassName
{
background-color: #6B054C;
}
.BgClassName
{
background-color: #6B054C;
}
</style>
border-color css
<style>
span { border-color: #6B054C; }
span { border-color: rgb(107,5,76); }
td.TdClassName
{
border-color: #6B054C;
}
.TagClassName
{
border-color: #6B054C;
}
</style>