Shades of Han Purple #682EF0
Tints of Han Purple #682EF0
RGB
CMYK
RGB Variations
Color information
#682EF0 (or 0x682EF0) is known color: Han Purple. HEX triplet: 68, 2E and F0. RGB value is (104,46,240). Sum of RGB (Red+Green+Blue) = 104+46+240=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 240 (94.14% from 255 or 61.54% from 390); Max value from RGB is 240 - color contains mainly: blue. Hex color #682EF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682EF0 is #97D10F. Grayscale: #545454. Windows color (decimal): -9949456 or 15740520. OLE color: 15740520.
HSL color Cylindrical-coordinate representation of color #682EF0: hue angle of 257.94º degrees, saturation: 0.87, 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 #682EF0 is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 46 | 240 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.06 |
| HSL | 257.94º | 0.87% | 0.56% | - |
| HSV(B) | 257.94º | 0.81% | 0.94% | - |
| XYZ | 22.41 | 11.19 | 83.42 | - |
| YUV | 85.46 | 215.22 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 240 | 0.57 | 0.81 | 0 | 0.06 | 257.94 | 0.87 | 0.56 |
| Hex | 68 | 2E | F0 | 39 | 51 | 0 | 6 | 102 | 57 | 38 |
| Octal | 150 | 56 | 360 | 71 | 121 | 0 | 6 | 402 | 127 | 70 |
| Binary | 1101000 | 101110 | 11110000 | 111001 | 1010001 | 0 | 110 | 100000010 | 1010111 | 111000 |
Color Harmonies of #682EF0
Complementary color
Monochromatic Colors of #682EF0
Black with #682EF0
Text Example
Text Example
White with #682EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682EF0; }
p { color: rgb(104,46,240); }
H1.HeaderClassName
{
color: #682EF0;
}
.AnyTagClassName
{
color: #682EF0;
}
</style>
background-color css
<style>
a { background-color: #682EF0; }
a { background-color: rgb(104,46,240); }
div.DivClassName
{
background-color: #682EF0;
}
.BgClassName
{
background-color: #682EF0;
}
</style>
border-color css
<style>
span { border-color: #682EF0; }
span { border-color: rgb(104,46,240); }
td.TdClassName
{
border-color: #682EF0;
}
.TagClassName
{
border-color: #682EF0;
}
</style>