Shades of Tyrian Purple #6C0152
Tints of Tyrian Purple #6C0152
RGB
CMYK
RGB Variations
Color information
#6C0152 (or 0x6C0152) is known color: Tyrian Purple. HEX triplet: 6C, 01 and 52. RGB value is (108,1,82). Sum of RGB (Red+Green+Blue) = 108+1+82=191 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.54% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0152 is #93FEAD. Grayscale: #2A2A2A. Windows color (decimal): -9698990 or 5374316. OLE color: 5374316.
HSL color Cylindrical-coordinate representation of color #6C0152: hue angle of 314.58º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C0152 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 1 | 82 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.58 |
| HSL | 314.58º | 0.98% | 0.21% | - |
| HSV(B) | 314.58º | 0.99% | 0.42% | - |
| XYZ | 7.72 | 3.82 | 8.31 | - |
| YUV | 42.23 | 150.45 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 82 | 0 | 0.99 | 0.24 | 0.58 | 314.58 | 0.98 | 0.21 |
| Hex | 6C | 1 | 52 | 0 | 63 | 18 | 3A | 13B | 62 | 15 |
| Octal | 154 | 1 | 122 | 0 | 143 | 30 | 72 | 473 | 142 | 25 |
| Binary | 1101100 | 1 | 1010010 | 0 | 1100011 | 11000 | 111010 | 100111011 | 1100010 | 10101 |
Color Harmonies of #6C0152
Complementary color
Monochromatic Colors of #6C0152
Black with #6C0152
Text Example
Text Example
White with #6C0152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0152; }
p { color: rgb(108,1,82); }
H1.HeaderClassName
{
color: #6C0152;
}
.AnyTagClassName
{
color: #6C0152;
}
</style>
background-color css
<style>
a { background-color: #6C0152; }
a { background-color: rgb(108,1,82); }
div.DivClassName
{
background-color: #6C0152;
}
.BgClassName
{
background-color: #6C0152;
}
</style>
border-color css
<style>
span { border-color: #6C0152; }
span { border-color: rgb(108,1,82); }
td.TdClassName
{
border-color: #6C0152;
}
.TagClassName
{
border-color: #6C0152;
}
</style>