Shades of Tyrian Purple #680C30
Tints of Tyrian Purple #680C30
RGB
CMYK
RGB Variations
Color information
#680C30 (or 0x680C30) is known color: Tyrian Purple. HEX triplet: 68, 0C and 30. RGB value is (104,12,48). Sum of RGB (Red+Green+Blue) = 104+12+48=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #680C30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C30 is #97F3CF. Grayscale: #2B2B2B. Windows color (decimal): -9958352 or 3148904. OLE color: 3148904.
HSL color Cylindrical-coordinate representation of color #680C30: hue angle of 336.52º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680C30 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 12 | 48 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.59 |
| HSL | 336.52º | 0.79% | 0.23% | - |
| HSV(B) | 336.52º | 0.88% | 0.41% | - |
| XYZ | 6.37 | 3.42 | 3.12 | - |
| YUV | 43.61 | 130.48 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 12 | 48 | 0 | 0.88 | 0.54 | 0.59 | 336.52 | 0.79 | 0.23 |
| Hex | 68 | C | 30 | 0 | 58 | 36 | 3B | 151 | 4F | 17 |
| Octal | 150 | 14 | 60 | 0 | 130 | 66 | 73 | 521 | 117 | 27 |
| Binary | 1101000 | 1100 | 110000 | 0 | 1011000 | 110110 | 111011 | 101010001 | 1001111 | 10111 |
Color Harmonies of #680C30
Complementary color
Monochromatic Colors of #680C30
Black with #680C30
Text Example
Text Example
White with #680C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680C30; }
p { color: rgb(104,12,48); }
H1.HeaderClassName
{
color: #680C30;
}
.AnyTagClassName
{
color: #680C30;
}
</style>
background-color css
<style>
a { background-color: #680C30; }
a { background-color: rgb(104,12,48); }
div.DivClassName
{
background-color: #680C30;
}
.BgClassName
{
background-color: #680C30;
}
</style>
border-color css
<style>
span { border-color: #680C30; }
span { border-color: rgb(104,12,48); }
td.TdClassName
{
border-color: #680C30;
}
.TagClassName
{
border-color: #680C30;
}
</style>