Shades of Han Purple #682EEF
Tints of Han Purple #682EEF
RGB
CMYK
RGB Variations
Color information
#682EEF (or 0x682EEF) is known color: Han Purple. HEX triplet: 68, 2E and EF. RGB value is (104,46,239). Sum of RGB (Red+Green+Blue) = 104+46+239=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #682EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682EEF is #97D110. Grayscale: #545454. Windows color (decimal): -9949457 or 15674984. OLE color: 15674984.
HSL color Cylindrical-coordinate representation of color #682EEF: hue angle of 258.03º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #682EEF is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 46 | 239 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.06 |
| HSL | 258.03º | 0.86% | 0.56% | - |
| HSV(B) | 258.03º | 0.81% | 0.94% | - |
| XYZ | 22.27 | 11.13 | 82.64 | - |
| YUV | 85.34 | 214.72 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 239 | 0.56 | 0.81 | 0 | 0.06 | 258.03 | 0.86 | 0.56 |
| Hex | 68 | 2E | EF | 38 | 51 | 0 | 6 | 102 | 56 | 38 |
| Octal | 150 | 56 | 357 | 70 | 121 | 0 | 6 | 402 | 126 | 70 |
| Binary | 1101000 | 101110 | 11101111 | 111000 | 1010001 | 0 | 110 | 100000010 | 1010110 | 111000 |
Color Harmonies of #682EEF
Complementary color
Monochromatic Colors of #682EEF
Black with #682EEF
Text Example
Text Example
White with #682EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682EEF; }
p { color: rgb(104,46,239); }
H1.HeaderClassName
{
color: #682EEF;
}
.AnyTagClassName
{
color: #682EEF;
}
</style>
background-color css
<style>
a { background-color: #682EEF; }
a { background-color: rgb(104,46,239); }
div.DivClassName
{
background-color: #682EEF;
}
.BgClassName
{
background-color: #682EEF;
}
</style>
border-color css
<style>
span { border-color: #682EEF; }
span { border-color: rgb(104,46,239); }
td.TdClassName
{
border-color: #682EEF;
}
.TagClassName
{
border-color: #682EEF;
}
</style>