Shades of Purple #680784
Tints of Purple #680784
RGB
CMYK
RGB Variations
Color information
#680784 (or 0x680784) is known color: Purple. HEX triplet: 68, 07 and 84. RGB value is (104,7,132). Sum of RGB (Red+Green+Blue) = 104+7+132=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #680784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680784 is #97F87B. Grayscale: #313131. Windows color (decimal): -9959548 or 8652648. OLE color: 8652648.
HSL color Cylindrical-coordinate representation of color #680784: hue angle of 286.56º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680784 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 7 | 132 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.48 |
| HSL | 286.56º | 0.9% | 0.27% | - |
| HSV(B) | 286.56º | 0.95% | 0.52% | - |
| XYZ | 9.95 | 4.76 | 22.22 | - |
| YUV | 50.25 | 174.14 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 7 | 132 | 0.21 | 0.95 | 0 | 0.48 | 286.56 | 0.9 | 0.27 |
| Hex | 68 | 7 | 84 | 15 | 5F | 0 | 30 | 11F | 5A | 1B |
| Octal | 150 | 7 | 204 | 25 | 137 | 0 | 60 | 437 | 132 | 33 |
| Binary | 1101000 | 111 | 10000100 | 10101 | 1011111 | 0 | 110000 | 100011111 | 1011010 | 11011 |
Color Harmonies of #680784
Complementary color
Monochromatic Colors of #680784
Black with #680784
Text Example
Text Example
White with #680784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #680784; }
p { color: rgb(104,7,132); }
H1.HeaderClassName
{
color: #680784;
}
.AnyTagClassName
{
color: #680784;
}
</style>
background-color css
<style>
a { background-color: #680784; }
a { background-color: rgb(104,7,132); }
div.DivClassName
{
background-color: #680784;
}
.BgClassName
{
background-color: #680784;
}
</style>
border-color css
<style>
span { border-color: #680784; }
span { border-color: rgb(104,7,132); }
td.TdClassName
{
border-color: #680784;
}
.TagClassName
{
border-color: #680784;
}
</style>