Shades of Han Purple #682FF6
Tints of Han Purple #682FF6
RGB
CMYK
RGB Variations
Color information
#682FF6 (or 0x682FF6) is known color: Han Purple. HEX triplet: 68, 2F and F6. RGB value is (104,47,246). Sum of RGB (Red+Green+Blue) = 104+47+246=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 246 (96.48% from 255 or 61.96% from 397); Max value from RGB is 246 - color contains mainly: blue. Hex color #682FF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682FF6 is #97D009. Grayscale: #555555. Windows color (decimal): -9949194 or 16133992. OLE color: 16133992.
HSL color Cylindrical-coordinate representation of color #682FF6: hue angle of 257.19º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #682FF6 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 47 | 246 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.04 |
| HSL | 257.19º | 0.92% | 0.57% | - |
| HSV(B) | 257.19º | 0.81% | 0.96% | - |
| XYZ | 23.36 | 11.63 | 88.2 | - |
| YUV | 86.73 | 217.88 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 246 | 0.58 | 0.81 | 0 | 0.04 | 257.19 | 0.92 | 0.57 |
| Hex | 68 | 2F | F6 | 3A | 51 | 0 | 4 | 101 | 5C | 39 |
| Octal | 150 | 57 | 366 | 72 | 121 | 0 | 4 | 401 | 134 | 71 |
| Binary | 1101000 | 101111 | 11110110 | 111010 | 1010001 | 0 | 100 | 100000001 | 1011100 | 111001 |
Color Harmonies of #682FF6
Complementary color
Monochromatic Colors of #682FF6
Black with #682FF6
Text Example
Text Example
White with #682FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682FF6; }
p { color: rgb(104,47,246); }
H1.HeaderClassName
{
color: #682FF6;
}
.AnyTagClassName
{
color: #682FF6;
}
</style>
background-color css
<style>
a { background-color: #682FF6; }
a { background-color: rgb(104,47,246); }
div.DivClassName
{
background-color: #682FF6;
}
.BgClassName
{
background-color: #682FF6;
}
</style>
border-color css
<style>
span { border-color: #682FF6; }
span { border-color: rgb(104,47,246); }
td.TdClassName
{
border-color: #682FF6;
}
.TagClassName
{
border-color: #682FF6;
}
</style>