Shades of Purple #680364
Tints of Purple #680364
RGB
CMYK
RGB Variations
Color information
#680364 (or 0x680364) is known color: Purple. HEX triplet: 68, 03 and 64. RGB value is (104,3,100). Sum of RGB (Red+Green+Blue) = 104+3+100=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #680364 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680364 is #97FC9B. Grayscale: #2B2B2B. Windows color (decimal): -9960604 or 6554472. OLE color: 6554472.
HSL color Cylindrical-coordinate representation of color #680364: hue angle of 302.38º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680364 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 3 | 100 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.59 |
| HSL | 302.38º | 0.94% | 0.21% | - |
| HSV(B) | 302.38º | 0.97% | 0.41% | - |
| XYZ | 8.04 | 3.93 | 12.39 | - |
| YUV | 44.26 | 159.46 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 100 | 0 | 0.97 | 0.04 | 0.59 | 302.38 | 0.94 | 0.21 |
| Hex | 68 | 3 | 64 | 0 | 61 | 4 | 3B | 12E | 5E | 15 |
| Octal | 150 | 3 | 144 | 0 | 141 | 4 | 73 | 456 | 136 | 25 |
| Binary | 1101000 | 11 | 1100100 | 0 | 1100001 | 100 | 111011 | 100101110 | 1011110 | 10101 |
Color Harmonies of #680364
Complementary color
Monochromatic Colors of #680364
Black with #680364
Text Example
Text Example
White with #680364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680364; }
p { color: rgb(104,3,100); }
H1.HeaderClassName
{
color: #680364;
}
.AnyTagClassName
{
color: #680364;
}
</style>
background-color css
<style>
a { background-color: #680364; }
a { background-color: rgb(104,3,100); }
div.DivClassName
{
background-color: #680364;
}
.BgClassName
{
background-color: #680364;
}
</style>
border-color css
<style>
span { border-color: #680364; }
span { border-color: rgb(104,3,100); }
td.TdClassName
{
border-color: #680364;
}
.TagClassName
{
border-color: #680364;
}
</style>