Shades of Tyrian Purple #6C0130
Tints of Tyrian Purple #6C0130
RGB
CMYK
RGB Variations
Color information
#6C0130 (or 0x6C0130) is known color: Tyrian Purple. HEX triplet: 6C, 01 and 30. RGB value is (108,1,48). Sum of RGB (Red+Green+Blue) = 108+1+48=157 (20% of max value = 765). Red value is 108 (42.58% from 255 or 68.79% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0130 is #93FECF. Grayscale: #262626. Windows color (decimal): -9699024 or 3146092. OLE color: 3146092.
HSL color Cylindrical-coordinate representation of color #6C0130: hue angle of 333.64º 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 #6C0130 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 1 | 48 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.58 |
| HSL | 333.64º | 0.98% | 0.21% | - |
| HSV(B) | 333.64º | 0.99% | 0.42% | - |
| XYZ | 6.73 | 3.42 | 3.1 | - |
| YUV | 38.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 1 | 48 | 0 | 0.99 | 0.56 | 0.58 | 333.64 | 0.98 | 0.21 |
| Hex | 6C | 1 | 30 | 0 | 63 | 38 | 3A | 14E | 62 | 15 |
| Octal | 154 | 1 | 60 | 0 | 143 | 70 | 72 | 516 | 142 | 25 |
| Binary | 1101100 | 1 | 110000 | 0 | 1100011 | 111000 | 111010 | 101001110 | 1100010 | 10101 |
Color Harmonies of #6C0130
Complementary color
Monochromatic Colors of #6C0130
Black with #6C0130
Text Example
Text Example
White with #6C0130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0130; }
p { color: rgb(108,1,48); }
H1.HeaderClassName
{
color: #6C0130;
}
.AnyTagClassName
{
color: #6C0130;
}
</style>
background-color css
<style>
a { background-color: #6C0130; }
a { background-color: rgb(108,1,48); }
div.DivClassName
{
background-color: #6C0130;
}
.BgClassName
{
background-color: #6C0130;
}
</style>
border-color css
<style>
span { border-color: #6C0130; }
span { border-color: rgb(108,1,48); }
td.TdClassName
{
border-color: #6C0130;
}
.TagClassName
{
border-color: #6C0130;
}
</style>