Shades of Purple #680073
Tints of Purple #680073
RGB
CMYK
RGB Variations
Color information
#680073 (or 0x680073) is known color: Purple. HEX triplet: 68, 00 and 73. RGB value is (104,0,115). Sum of RGB (Red+Green+Blue) = 104+0+115=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #680073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680073 is #97FF8C. Grayscale: #2B2B2B. Windows color (decimal): -9961357 or 7536744. OLE color: 7536744.
HSL color Cylindrical-coordinate representation of color #680073: hue angle of 294.26º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680073 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 0 | 115 | - |
| CMYK | 0.10 | 1 | 0 | 0.55 |
| HSL | 294.26º | 1% | 0.23% | - |
| HSV(B) | 294.26º | 1% | 0.45% | - |
| XYZ | 8.8 | 4.18 | 16.56 | - |
| YUV | 44.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 115 | 0.10 | 1 | 0 | 0.55 | 294.26 | 1 | 0.23 |
| Hex | 68 | 0 | 73 | A | 64 | 0 | 37 | 126 | 64 | 17 |
| Octal | 150 | 0 | 163 | 12 | 144 | 0 | 67 | 446 | 144 | 27 |
| Binary | 1101000 | 0 | 1110011 | 1010 | 1100100 | 0 | 110111 | 100100110 | 1100100 | 10111 |
Color Harmonies of #680073
Complementary color
Monochromatic Colors of #680073
Black with #680073
Text Example
Text Example
White with #680073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680073; }
p { color: rgb(104,0,115); }
H1.HeaderClassName
{
color: #680073;
}
.AnyTagClassName
{
color: #680073;
}
</style>
background-color css
<style>
a { background-color: #680073; }
a { background-color: rgb(104,0,115); }
div.DivClassName
{
background-color: #680073;
}
.BgClassName
{
background-color: #680073;
}
</style>
border-color css
<style>
span { border-color: #680073; }
span { border-color: rgb(104,0,115); }
td.TdClassName
{
border-color: #680073;
}
.TagClassName
{
border-color: #680073;
}
</style>