Shades of Tyrian Purple #680233
Tints of Tyrian Purple #680233
RGB
CMYK
RGB Variations
Color information
#680233 (or 0x680233) is known color: Tyrian Purple. HEX triplet: 68, 02 and 33. RGB value is (104,2,51). Sum of RGB (Red+Green+Blue) = 104+2+51=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #680233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680233 is #97FDCC. Grayscale: #252525. Windows color (decimal): -9960909 or 3342952. OLE color: 3342952.
HSL color Cylindrical-coordinate representation of color #680233: hue angle of 331.18º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #680233 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 51 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.59 |
| HSL | 331.18º | 0.96% | 0.21% | - |
| HSV(B) | 331.18º | 0.98% | 0.41% | - |
| XYZ | 6.33 | 3.23 | 3.42 | - |
| YUV | 38.08 | 135.29 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 51 | 0 | 0.98 | 0.51 | 0.59 | 331.18 | 0.96 | 0.21 |
| Hex | 68 | 2 | 33 | 0 | 62 | 33 | 3B | 14B | 60 | 15 |
| Octal | 150 | 2 | 63 | 0 | 142 | 63 | 73 | 513 | 140 | 25 |
| Binary | 1101000 | 10 | 110011 | 0 | 1100010 | 110011 | 111011 | 101001011 | 1100000 | 10101 |
Color Harmonies of #680233
Complementary color
Monochromatic Colors of #680233
Black with #680233
Text Example
Text Example
White with #680233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680233; }
p { color: rgb(104,2,51); }
H1.HeaderClassName
{
color: #680233;
}
.AnyTagClassName
{
color: #680233;
}
</style>
background-color css
<style>
a { background-color: #680233; }
a { background-color: rgb(104,2,51); }
div.DivClassName
{
background-color: #680233;
}
.BgClassName
{
background-color: #680233;
}
</style>
border-color css
<style>
span { border-color: #680233; }
span { border-color: rgb(104,2,51); }
td.TdClassName
{
border-color: #680233;
}
.TagClassName
{
border-color: #680233;
}
</style>