Shades of Purple #681084
Tints of Purple #681084
RGB
CMYK
RGB Variations
Color information
#681084 (or 0x681084) is known color: Purple. HEX triplet: 68, 10 and 84. RGB value is (104,16,132). Sum of RGB (Red+Green+Blue) = 104+16+132=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #681084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681084 is #97EF7B. Grayscale: #373737. Windows color (decimal): -9957244 or 8654952. OLE color: 8654952.
HSL color Cylindrical-coordinate representation of color #681084: hue angle of 285.52º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681084 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 16 | 132 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.48 |
| HSL | 285.52º | 0.78% | 0.29% | - |
| HSV(B) | 285.52º | 0.88% | 0.52% | - |
| XYZ | 10.06 | 4.98 | 22.26 | - |
| YUV | 55.54 | 171.15 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 16 | 132 | 0.21 | 0.88 | 0 | 0.48 | 285.52 | 0.78 | 0.29 |
| Hex | 68 | 10 | 84 | 15 | 58 | 0 | 30 | 11E | 4E | 1D |
| Octal | 150 | 20 | 204 | 25 | 130 | 0 | 60 | 436 | 116 | 35 |
| Binary | 1101000 | 10000 | 10000100 | 10101 | 1011000 | 0 | 110000 | 100011110 | 1001110 | 11101 |
Color Harmonies of #681084
Complementary color
Monochromatic Colors of #681084
Black with #681084
Text Example
Text Example
White with #681084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681084; }
p { color: rgb(104,16,132); }
H1.HeaderClassName
{
color: #681084;
}
.AnyTagClassName
{
color: #681084;
}
</style>
background-color css
<style>
a { background-color: #681084; }
a { background-color: rgb(104,16,132); }
div.DivClassName
{
background-color: #681084;
}
.BgClassName
{
background-color: #681084;
}
</style>
border-color css
<style>
span { border-color: #681084; }
span { border-color: rgb(104,16,132); }
td.TdClassName
{
border-color: #681084;
}
.TagClassName
{
border-color: #681084;
}
</style>