Shades of Han Purple #682CF9
Tints of Han Purple #682CF9
RGB
CMYK
RGB Variations
Color information
#682CF9 (or 0x682CF9) is known color: Han Purple. HEX triplet: 68, 2C and F9. RGB value is (104,44,249). Sum of RGB (Red+Green+Blue) = 104+44+249=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 249 (97.66% from 255 or 62.72% from 397); Max value from RGB is 249 - color contains mainly: blue. Hex color #682CF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682CF9 is #97D306. Grayscale: #545454. Windows color (decimal): -9949959 or 16329832. OLE color: 16329832.
HSL color Cylindrical-coordinate representation of color #682CF9: hue angle of 257.56º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #682CF9 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 44 | 249 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.02 |
| HSL | 257.56º | 0.94% | 0.57% | - |
| HSV(B) | 257.56º | 0.82% | 0.98% | - |
| XYZ | 23.71 | 11.58 | 90.61 | - |
| YUV | 85.31 | 220.38 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 249 | 0.58 | 0.82 | 0 | 0.02 | 257.56 | 0.94 | 0.57 |
| Hex | 68 | 2C | F9 | 3A | 52 | 0 | 2 | 102 | 5E | 39 |
| Octal | 150 | 54 | 371 | 72 | 122 | 0 | 2 | 402 | 136 | 71 |
| Binary | 1101000 | 101100 | 11111001 | 111010 | 1010010 | 0 | 10 | 100000010 | 1011110 | 111001 |
Color Harmonies of #682CF9
Complementary color
Monochromatic Colors of #682CF9
Black with #682CF9
Text Example
Text Example
White with #682CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682CF9; }
p { color: rgb(104,44,249); }
H1.HeaderClassName
{
color: #682CF9;
}
.AnyTagClassName
{
color: #682CF9;
}
</style>
background-color css
<style>
a { background-color: #682CF9; }
a { background-color: rgb(104,44,249); }
div.DivClassName
{
background-color: #682CF9;
}
.BgClassName
{
background-color: #682CF9;
}
</style>
border-color css
<style>
span { border-color: #682CF9; }
span { border-color: rgb(104,44,249); }
td.TdClassName
{
border-color: #682CF9;
}
.TagClassName
{
border-color: #682CF9;
}
</style>