Shades of Han Purple #682EFA
Tints of Han Purple #682EFA
RGB
CMYK
RGB Variations
Color information
#682EFA (or 0x682EFA) is known color: Han Purple. HEX triplet: 68, 2E and FA. RGB value is (104,46,250). Sum of RGB (Red+Green+Blue) = 104+46+250=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #682EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682EFA is #97D105. Grayscale: #555555. Windows color (decimal): -9949446 or 16395880. OLE color: 16395880.
HSL color Cylindrical-coordinate representation of color #682EFA: hue angle of 257.06º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #682EFA is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 46 | 250 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.02 |
| HSL | 257.06º | 0.95% | 0.58% | - |
| HSV(B) | 257.06º | 0.82% | 0.98% | - |
| XYZ | 23.94 | 11.8 | 91.46 | - |
| YUV | 86.6 | 220.22 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 250 | 0.58 | 0.82 | 0 | 0.02 | 257.06 | 0.95 | 0.58 |
| Hex | 68 | 2E | FA | 3A | 52 | 0 | 2 | 101 | 5F | 3A |
| Octal | 150 | 56 | 372 | 72 | 122 | 0 | 2 | 401 | 137 | 72 |
| Binary | 1101000 | 101110 | 11111010 | 111010 | 1010010 | 0 | 10 | 100000001 | 1011111 | 111010 |
Color Harmonies of #682EFA
Complementary color
Monochromatic Colors of #682EFA
Black with #682EFA
Text Example
Text Example
White with #682EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682EFA; }
p { color: rgb(104,46,250); }
H1.HeaderClassName
{
color: #682EFA;
}
.AnyTagClassName
{
color: #682EFA;
}
</style>
background-color css
<style>
a { background-color: #682EFA; }
a { background-color: rgb(104,46,250); }
div.DivClassName
{
background-color: #682EFA;
}
.BgClassName
{
background-color: #682EFA;
}
</style>
border-color css
<style>
span { border-color: #682EFA; }
span { border-color: rgb(104,46,250); }
td.TdClassName
{
border-color: #682EFA;
}
.TagClassName
{
border-color: #682EFA;
}
</style>