Shades of Tyrian Purple #6C022B
Tints of Tyrian Purple #6C022B
RGB
CMYK
RGB Variations
Color information
#6C022B (or 0x6C022B) is known color: Tyrian Purple. HEX triplet: 6C, 02 and 2B. RGB value is (108,2,43). Sum of RGB (Red+Green+Blue) = 108+2+43=153 (20% of max value = 765). Red value is 108 (42.58% from 255 or 70.59% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 108 - color contains mainly: red. Hex color #6C022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C022B is #93FDD4. Grayscale: #262626. Windows color (decimal): -9698773 or 2818668. OLE color: 2818668.
HSL color Cylindrical-coordinate representation of color #6C022B: hue angle of 336.79º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C022B is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 2 | 43 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.58 |
| HSL | 336.79º | 0.96% | 0.22% | - |
| HSV(B) | 336.79º | 0.98% | 0.42% | - |
| XYZ | 6.64 | 3.41 | 2.59 | - |
| YUV | 38.37 | 130.62 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 43 | 0 | 0.98 | 0.60 | 0.58 | 336.79 | 0.96 | 0.22 |
| Hex | 6C | 2 | 2B | 0 | 62 | 3C | 3A | 151 | 60 | 16 |
| Octal | 154 | 2 | 53 | 0 | 142 | 74 | 72 | 521 | 140 | 26 |
| Binary | 1101100 | 10 | 101011 | 0 | 1100010 | 111100 | 111010 | 101010001 | 1100000 | 10110 |
Color Harmonies of #6C022B
Complementary color
Monochromatic Colors of #6C022B
Black with #6C022B
Text Example
Text Example
White with #6C022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C022B; }
p { color: rgb(108,2,43); }
H1.HeaderClassName
{
color: #6C022B;
}
.AnyTagClassName
{
color: #6C022B;
}
</style>
background-color css
<style>
a { background-color: #6C022B; }
a { background-color: rgb(108,2,43); }
div.DivClassName
{
background-color: #6C022B;
}
.BgClassName
{
background-color: #6C022B;
}
</style>
border-color css
<style>
span { border-color: #6C022B; }
span { border-color: rgb(108,2,43); }
td.TdClassName
{
border-color: #6C022B;
}
.TagClassName
{
border-color: #6C022B;
}
</style>