Shades of Tyrian Purple #680253
Tints of Tyrian Purple #680253
RGB
CMYK
RGB Variations
Color information
#680253 (or 0x680253) is known color: Tyrian Purple. HEX triplet: 68, 02 and 53. RGB value is (104,2,83). Sum of RGB (Red+Green+Blue) = 104+2+83=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #680253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680253 is #97FDAC. Grayscale: #292929. Windows color (decimal): -9960877 or 5440104. OLE color: 5440104.
HSL color Cylindrical-coordinate representation of color #680253: hue angle of 312.35º 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 #680253 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 2 | 83 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.59 |
| HSL | 312.35º | 0.96% | 0.21% | - |
| HSV(B) | 312.35º | 0.98% | 0.41% | - |
| XYZ | 7.29 | 3.61 | 8.5 | - |
| YUV | 41.73 | 151.29 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 83 | 0 | 0.98 | 0.20 | 0.59 | 312.35 | 0.96 | 0.21 |
| Hex | 68 | 2 | 53 | 0 | 62 | 14 | 3B | 138 | 60 | 15 |
| Octal | 150 | 2 | 123 | 0 | 142 | 24 | 73 | 470 | 140 | 25 |
| Binary | 1101000 | 10 | 1010011 | 0 | 1100010 | 10100 | 111011 | 100111000 | 1100000 | 10101 |
Color Harmonies of #680253
Complementary color
Monochromatic Colors of #680253
Black with #680253
Text Example
Text Example
White with #680253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680253; }
p { color: rgb(104,2,83); }
H1.HeaderClassName
{
color: #680253;
}
.AnyTagClassName
{
color: #680253;
}
</style>
background-color css
<style>
a { background-color: #680253; }
a { background-color: rgb(104,2,83); }
div.DivClassName
{
background-color: #680253;
}
.BgClassName
{
background-color: #680253;
}
</style>
border-color css
<style>
span { border-color: #680253; }
span { border-color: rgb(104,2,83); }
td.TdClassName
{
border-color: #680253;
}
.TagClassName
{
border-color: #680253;
}
</style>