Shades of Han Purple #682EED
Tints of Han Purple #682EED
RGB
CMYK
RGB Variations
Color information
#682EED (or 0x682EED) is known color: Han Purple. HEX triplet: 68, 2E and ED. RGB value is (104,46,237). Sum of RGB (Red+Green+Blue) = 104+46+237=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #682EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682EED is #97D112. Grayscale: #545454. Windows color (decimal): -9949459 or 15543912. OLE color: 15543912.
HSL color Cylindrical-coordinate representation of color #682EED: hue angle of 258.22º 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 #682EED is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 46 | 237 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.07 |
| HSL | 258.22º | 0.84% | 0.55% | - |
| HSV(B) | 258.22º | 0.81% | 0.93% | - |
| XYZ | 21.97 | 11.01 | 81.09 | - |
| YUV | 85.12 | 213.72 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 237 | 0.56 | 0.81 | 0 | 0.07 | 258.22 | 0.84 | 0.55 |
| Hex | 68 | 2E | ED | 38 | 51 | 0 | 7 | 102 | 54 | 37 |
| Octal | 150 | 56 | 355 | 70 | 121 | 0 | 7 | 402 | 124 | 67 |
| Binary | 1101000 | 101110 | 11101101 | 111000 | 1010001 | 0 | 111 | 100000010 | 1010100 | 110111 |
Color Harmonies of #682EED
Complementary color
Monochromatic Colors of #682EED
Black with #682EED
Text Example
Text Example
White with #682EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682EED; }
p { color: rgb(104,46,237); }
H1.HeaderClassName
{
color: #682EED;
}
.AnyTagClassName
{
color: #682EED;
}
</style>
background-color css
<style>
a { background-color: #682EED; }
a { background-color: rgb(104,46,237); }
div.DivClassName
{
background-color: #682EED;
}
.BgClassName
{
background-color: #682EED;
}
</style>
border-color css
<style>
span { border-color: #682EED; }
span { border-color: rgb(104,46,237); }
td.TdClassName
{
border-color: #682EED;
}
.TagClassName
{
border-color: #682EED;
}
</style>