Shades of Tyrian Purple #6B024A
Tints of Tyrian Purple #6B024A
RGB
CMYK
RGB Variations
Color information
#6B024A (or 0x6B024A) is known color: Tyrian Purple. HEX triplet: 6B, 02 and 4A. RGB value is (107,2,74). Sum of RGB (Red+Green+Blue) = 107+2+74=183 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.47% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 107 - color contains mainly: red. Hex color #6B024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B024A is #94FDB5. Grayscale: #292929. Windows color (decimal): -9764278 or 4850283. OLE color: 4850283.
HSL color Cylindrical-coordinate representation of color #6B024A: hue angle of 318.86º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B024A is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 2 | 74 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.58 |
| HSL | 318.86º | 0.96% | 0.21% | - |
| HSV(B) | 318.86º | 0.98% | 0.42% | - |
| XYZ | 7.32 | 3.66 | 6.8 | - |
| YUV | 41.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 74 | 0 | 0.98 | 0.31 | 0.58 | 318.86 | 0.96 | 0.21 |
| Hex | 6B | 2 | 4A | 0 | 62 | 1F | 3A | 13F | 60 | 15 |
| Octal | 153 | 2 | 112 | 0 | 142 | 37 | 72 | 477 | 140 | 25 |
| Binary | 1101011 | 10 | 1001010 | 0 | 1100010 | 11111 | 111010 | 100111111 | 1100000 | 10101 |
Color Harmonies of #6B024A
Complementary color
Monochromatic Colors of #6B024A
Black with #6B024A
Text Example
Text Example
White with #6B024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B024A; }
p { color: rgb(107,2,74); }
H1.HeaderClassName
{
color: #6B024A;
}
.AnyTagClassName
{
color: #6B024A;
}
</style>
background-color css
<style>
a { background-color: #6B024A; }
a { background-color: rgb(107,2,74); }
div.DivClassName
{
background-color: #6B024A;
}
.BgClassName
{
background-color: #6B024A;
}
</style>
border-color css
<style>
span { border-color: #6B024A; }
span { border-color: rgb(107,2,74); }
td.TdClassName
{
border-color: #6B024A;
}
.TagClassName
{
border-color: #6B024A;
}
</style>