Shades of Han Purple #682DED
Tints of Han Purple #682DED
RGB
CMYK
RGB Variations
Color information
#682DED (or 0x682DED) is known color: Han Purple. HEX triplet: 68, 2D and ED. RGB value is (104,45,237). Sum of RGB (Red+Green+Blue) = 104+45+237=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #682DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682DED is #97D212. Grayscale: #535353. Windows color (decimal): -9949715 or 15543656. OLE color: 15543656.
HSL color Cylindrical-coordinate representation of color #682DED: hue angle of 258.44º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #682DED is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 45 | 237 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.07 |
| HSL | 258.44º | 0.84% | 0.55% | - |
| HSV(B) | 258.44º | 0.81% | 0.93% | - |
| XYZ | 21.93 | 10.93 | 81.08 | - |
| YUV | 84.53 | 214.05 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 237 | 0.56 | 0.81 | 0 | 0.07 | 258.44 | 0.84 | 0.55 |
| Hex | 68 | 2D | ED | 38 | 51 | 0 | 7 | 102 | 54 | 37 |
| Octal | 150 | 55 | 355 | 70 | 121 | 0 | 7 | 402 | 124 | 67 |
| Binary | 1101000 | 101101 | 11101101 | 111000 | 1010001 | 0 | 111 | 100000010 | 1010100 | 110111 |
Color Harmonies of #682DED
Complementary color
Monochromatic Colors of #682DED
Black with #682DED
Text Example
Text Example
White with #682DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682DED; }
p { color: rgb(104,45,237); }
H1.HeaderClassName
{
color: #682DED;
}
.AnyTagClassName
{
color: #682DED;
}
</style>
background-color css
<style>
a { background-color: #682DED; }
a { background-color: rgb(104,45,237); }
div.DivClassName
{
background-color: #682DED;
}
.BgClassName
{
background-color: #682DED;
}
</style>
border-color css
<style>
span { border-color: #682DED; }
span { border-color: rgb(104,45,237); }
td.TdClassName
{
border-color: #682DED;
}
.TagClassName
{
border-color: #682DED;
}
</style>