Shades of Tyrian Purple #6C022F
Tints of Tyrian Purple #6C022F
RGB
CMYK
RGB Variations
Color information
#6C022F (or 0x6C022F) is known color: Tyrian Purple. HEX triplet: 6C, 02 and 2F. RGB value is (108,2,47). Sum of RGB (Red+Green+Blue) = 108+2+47=157 (20% of max value = 765). Red value is 108 (42.58% from 255 or 68.79% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 108 - color contains mainly: red. Hex color #6C022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C022F is #93FDD0. Grayscale: #262626. Windows color (decimal): -9698769 or 3080812. OLE color: 3080812.
HSL color Cylindrical-coordinate representation of color #6C022F: hue angle of 334.53º 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 #6C022F is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 2 | 47 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.58 |
| HSL | 334.53º | 0.96% | 0.22% | - |
| HSV(B) | 334.53º | 0.98% | 0.42% | - |
| XYZ | 6.72 | 3.44 | 3 | - |
| YUV | 38.82 | 132.62 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 47 | 0 | 0.98 | 0.56 | 0.58 | 334.53 | 0.96 | 0.22 |
| Hex | 6C | 2 | 2F | 0 | 62 | 38 | 3A | 14F | 60 | 16 |
| Octal | 154 | 2 | 57 | 0 | 142 | 70 | 72 | 517 | 140 | 26 |
| Binary | 1101100 | 10 | 101111 | 0 | 1100010 | 111000 | 111010 | 101001111 | 1100000 | 10110 |
Color Harmonies of #6C022F
Complementary color
Monochromatic Colors of #6C022F
Black with #6C022F
Text Example
Text Example
White with #6C022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C022F; }
p { color: rgb(108,2,47); }
H1.HeaderClassName
{
color: #6C022F;
}
.AnyTagClassName
{
color: #6C022F;
}
</style>
background-color css
<style>
a { background-color: #6C022F; }
a { background-color: rgb(108,2,47); }
div.DivClassName
{
background-color: #6C022F;
}
.BgClassName
{
background-color: #6C022F;
}
</style>
border-color css
<style>
span { border-color: #6C022F; }
span { border-color: rgb(108,2,47); }
td.TdClassName
{
border-color: #6C022F;
}
.TagClassName
{
border-color: #6C022F;
}
</style>