Shades of Tyrian Purple #6C0248
Tints of Tyrian Purple #6C0248
RGB
CMYK
RGB Variations
Color information
#6C0248 (or 0x6C0248) is known color: Tyrian Purple. HEX triplet: 6C, 02 and 48. RGB value is (108,2,72). Sum of RGB (Red+Green+Blue) = 108+2+72=182 (24% of max value = 765). Red value is 108 (42.58% from 255 or 59.34% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0248 is #93FDB7. Grayscale: #292929. Windows color (decimal): -9698744 or 4719212. OLE color: 4719212.
HSL color Cylindrical-coordinate representation of color #6C0248: hue angle of 320.38º 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 #6C0248 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 2 | 72 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.58 |
| HSL | 320.38º | 0.96% | 0.22% | - |
| HSV(B) | 320.38º | 0.98% | 0.42% | - |
| XYZ | 7.38 | 3.7 | 6.46 | - |
| YUV | 41.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 2 | 72 | 0 | 0.98 | 0.33 | 0.58 | 320.38 | 0.96 | 0.22 |
| Hex | 6C | 2 | 48 | 0 | 62 | 21 | 3A | 140 | 60 | 16 |
| Octal | 154 | 2 | 110 | 0 | 142 | 41 | 72 | 500 | 140 | 26 |
| Binary | 1101100 | 10 | 1001000 | 0 | 1100010 | 100001 | 111010 | 101000000 | 1100000 | 10110 |
Color Harmonies of #6C0248
Complementary color
Monochromatic Colors of #6C0248
Black with #6C0248
Text Example
Text Example
White with #6C0248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0248; }
p { color: rgb(108,2,72); }
H1.HeaderClassName
{
color: #6C0248;
}
.AnyTagClassName
{
color: #6C0248;
}
</style>
background-color css
<style>
a { background-color: #6C0248; }
a { background-color: rgb(108,2,72); }
div.DivClassName
{
background-color: #6C0248;
}
.BgClassName
{
background-color: #6C0248;
}
</style>
border-color css
<style>
span { border-color: #6C0248; }
span { border-color: rgb(108,2,72); }
td.TdClassName
{
border-color: #6C0248;
}
.TagClassName
{
border-color: #6C0248;
}
</style>