Shades of Han Purple #682AF6
Tints of Han Purple #682AF6
RGB
CMYK
RGB Variations
Color information
#682AF6 (or 0x682AF6) is known color: Han Purple. HEX triplet: 68, 2A and F6. RGB value is (104,42,246). Sum of RGB (Red+Green+Blue) = 104+42+246=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 246 (96.48% from 255 or 62.76% from 392); Max value from RGB is 246 - color contains mainly: blue. Hex color #682AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682AF6 is #97D509. Grayscale: #535353. Windows color (decimal): -9950474 or 16132712. OLE color: 16132712.
HSL color Cylindrical-coordinate representation of color #682AF6: hue angle of 258.24º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #682AF6 is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 42 | 246 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.04 |
| HSL | 258.24º | 0.92% | 0.56% | - |
| HSV(B) | 258.24º | 0.83% | 0.96% | - |
| XYZ | 23.17 | 11.25 | 88.14 | - |
| YUV | 83.79 | 219.54 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 246 | 0.58 | 0.83 | 0 | 0.04 | 258.24 | 0.92 | 0.56 |
| Hex | 68 | 2A | F6 | 3A | 53 | 0 | 4 | 102 | 5C | 38 |
| Octal | 150 | 52 | 366 | 72 | 123 | 0 | 4 | 402 | 134 | 70 |
| Binary | 1101000 | 101010 | 11110110 | 111010 | 1010011 | 0 | 100 | 100000010 | 1011100 | 111000 |
Color Harmonies of #682AF6
Complementary color
Monochromatic Colors of #682AF6
Black with #682AF6
Text Example
Text Example
White with #682AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682AF6; }
p { color: rgb(104,42,246); }
H1.HeaderClassName
{
color: #682AF6;
}
.AnyTagClassName
{
color: #682AF6;
}
</style>
background-color css
<style>
a { background-color: #682AF6; }
a { background-color: rgb(104,42,246); }
div.DivClassName
{
background-color: #682AF6;
}
.BgClassName
{
background-color: #682AF6;
}
</style>
border-color css
<style>
span { border-color: #682AF6; }
span { border-color: rgb(104,42,246); }
td.TdClassName
{
border-color: #682AF6;
}
.TagClassName
{
border-color: #682AF6;
}
</style>