Shades of Tyrian Purple #680128
Tints of Tyrian Purple #680128
RGB
CMYK
RGB Variations
Color information
#680128 (or 0x680128) is known color: Tyrian Purple. HEX triplet: 68, 01 and 28. RGB value is (104,1,40). Sum of RGB (Red+Green+Blue) = 104+1+40=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #680128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680128 is #97FED7. Grayscale: #242424. Windows color (decimal): -9961176 or 2621800. OLE color: 2621800.
HSL color Cylindrical-coordinate representation of color #680128: hue angle of 337.28º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680128 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.59 |
| HSL | 337.28º | 0.98% | 0.21% | - |
| HSV(B) | 337.28º | 0.99% | 0.41% | - |
| XYZ | 6.1 | 3.12 | 2.29 | - |
| YUV | 36.24 | 130.12 | 176.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 40 | 0 | 0.99 | 0.62 | 0.59 | 337.28 | 0.98 | 0.21 |
| Hex | 68 | 1 | 28 | 0 | 63 | 3E | 3B | 151 | 62 | 15 |
| Octal | 150 | 1 | 50 | 0 | 143 | 76 | 73 | 521 | 142 | 25 |
| Binary | 1101000 | 1 | 101000 | 0 | 1100011 | 111110 | 111011 | 101010001 | 1100010 | 10101 |
Color Harmonies of #680128
Complementary color
Monochromatic Colors of #680128
Black with #680128
Text Example
Text Example
White with #680128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680128; }
p { color: rgb(104,1,40); }
H1.HeaderClassName
{
color: #680128;
}
.AnyTagClassName
{
color: #680128;
}
</style>
background-color css
<style>
a { background-color: #680128; }
a { background-color: rgb(104,1,40); }
div.DivClassName
{
background-color: #680128;
}
.BgClassName
{
background-color: #680128;
}
</style>
border-color css
<style>
span { border-color: #680128; }
span { border-color: rgb(104,1,40); }
td.TdClassName
{
border-color: #680128;
}
.TagClassName
{
border-color: #680128;
}
</style>