Shades of Tyrian Purple #6B024C
Tints of Tyrian Purple #6B024C
RGB
CMYK
RGB Variations
Color information
#6B024C (or 0x6B024C) is known color: Tyrian Purple. HEX triplet: 6B, 02 and 4C. RGB value is (107,2,76). Sum of RGB (Red+Green+Blue) = 107+2+76=185 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.84% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 107 - color contains mainly: red. Hex color #6B024C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B024C is #94FDB3. Grayscale: #292929. Windows color (decimal): -9764276 or 4981355. OLE color: 4981355.
HSL color Cylindrical-coordinate representation of color #6B024C: hue angle of 317.71º 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 #6B024C is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 2 | 76 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.58 |
| HSL | 317.71º | 0.96% | 0.21% | - |
| HSV(B) | 317.71º | 0.98% | 0.42% | - |
| XYZ | 7.39 | 3.69 | 7.16 | - |
| YUV | 41.83 | 147.29 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 2 | 76 | 0 | 0.98 | 0.29 | 0.58 | 317.71 | 0.96 | 0.21 |
| Hex | 6B | 2 | 4C | 0 | 62 | 1D | 3A | 13E | 60 | 15 |
| Octal | 153 | 2 | 114 | 0 | 142 | 35 | 72 | 476 | 140 | 25 |
| Binary | 1101011 | 10 | 1001100 | 0 | 1100010 | 11101 | 111010 | 100111110 | 1100000 | 10101 |
Color Harmonies of #6B024C
Complementary color
Monochromatic Colors of #6B024C
Black with #6B024C
Text Example
Text Example
White with #6B024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B024C; }
p { color: rgb(107,2,76); }
H1.HeaderClassName
{
color: #6B024C;
}
.AnyTagClassName
{
color: #6B024C;
}
</style>
background-color css
<style>
a { background-color: #6B024C; }
a { background-color: rgb(107,2,76); }
div.DivClassName
{
background-color: #6B024C;
}
.BgClassName
{
background-color: #6B024C;
}
</style>
border-color css
<style>
span { border-color: #6B024C; }
span { border-color: rgb(107,2,76); }
td.TdClassName
{
border-color: #6B024C;
}
.TagClassName
{
border-color: #6B024C;
}
</style>