Shades of Purple #681082
Tints of Purple #681082
RGB
CMYK
RGB Variations
Color information
#681082 (or 0x681082) is known color: Purple. HEX triplet: 68, 10 and 82. RGB value is (104,16,130). Sum of RGB (Red+Green+Blue) = 104+16+130=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #681082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681082 is #97EF7D. Grayscale: #363636. Windows color (decimal): -9957246 or 8523880. OLE color: 8523880.
HSL color Cylindrical-coordinate representation of color #681082: hue angle of 286.32º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681082 is Cyan = 0.2, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 16 | 130 | - |
| CMYK | 0.2 | 0.88 | 0 | 0.49 |
| HSL | 286.32º | 0.78% | 0.29% | - |
| HSV(B) | 286.32º | 0.88% | 0.51% | - |
| XYZ | 9.92 | 4.93 | 21.55 | - |
| YUV | 55.31 | 170.15 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 16 | 130 | 0.2 | 0.88 | 0 | 0.49 | 286.32 | 0.78 | 0.29 |
| Hex | 68 | 10 | 82 | 14 | 58 | 0 | 31 | 11E | 4E | 1D |
| Octal | 150 | 20 | 202 | 24 | 130 | 0 | 61 | 436 | 116 | 35 |
| Binary | 1101000 | 10000 | 10000010 | 10100 | 1011000 | 0 | 110001 | 100011110 | 1001110 | 11101 |
Color Harmonies of #681082
Complementary color
Monochromatic Colors of #681082
Black with #681082
Text Example
Text Example
White with #681082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681082; }
p { color: rgb(104,16,130); }
H1.HeaderClassName
{
color: #681082;
}
.AnyTagClassName
{
color: #681082;
}
</style>
background-color css
<style>
a { background-color: #681082; }
a { background-color: rgb(104,16,130); }
div.DivClassName
{
background-color: #681082;
}
.BgClassName
{
background-color: #681082;
}
</style>
border-color css
<style>
span { border-color: #681082; }
span { border-color: rgb(104,16,130); }
td.TdClassName
{
border-color: #681082;
}
.TagClassName
{
border-color: #681082;
}
</style>