Shades of Tyrian Purple #6B054A
Tints of Tyrian Purple #6B054A
RGB
CMYK
RGB Variations
Color information
#6B054A (or 0x6B054A) is known color: Tyrian Purple. HEX triplet: 6B, 05 and 4A. RGB value is (107,5,74). Sum of RGB (Red+Green+Blue) = 107+5+74=186 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.53% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 107 - color contains mainly: red. Hex color #6B054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B054A is #94FAB5. Grayscale: #2B2B2B. Windows color (decimal): -9763510 or 4851051. OLE color: 4851051.
HSL color Cylindrical-coordinate representation of color #6B054A: hue angle of 319.41º 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 #6B054A is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 5 | 74 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.58 |
| HSL | 319.41º | 0.91% | 0.22% | - |
| HSV(B) | 319.41º | 0.95% | 0.42% | - |
| XYZ | 7.35 | 3.73 | 6.81 | - |
| YUV | 43.36 | 145.29 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 74 | 0 | 0.95 | 0.31 | 0.58 | 319.41 | 0.91 | 0.22 |
| Hex | 6B | 5 | 4A | 0 | 5F | 1F | 3A | 13F | 5B | 16 |
| Octal | 153 | 5 | 112 | 0 | 137 | 37 | 72 | 477 | 133 | 26 |
| Binary | 1101011 | 101 | 1001010 | 0 | 1011111 | 11111 | 111010 | 100111111 | 1011011 | 10110 |
Color Harmonies of #6B054A
Complementary color
Monochromatic Colors of #6B054A
Black with #6B054A
Text Example
Text Example
White with #6B054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B054A; }
p { color: rgb(107,5,74); }
H1.HeaderClassName
{
color: #6B054A;
}
.AnyTagClassName
{
color: #6B054A;
}
</style>
background-color css
<style>
a { background-color: #6B054A; }
a { background-color: rgb(107,5,74); }
div.DivClassName
{
background-color: #6B054A;
}
.BgClassName
{
background-color: #6B054A;
}
</style>
border-color css
<style>
span { border-color: #6B054A; }
span { border-color: rgb(107,5,74); }
td.TdClassName
{
border-color: #6B054A;
}
.TagClassName
{
border-color: #6B054A;
}
</style>