Shades of Han Purple #682AF9
Tints of Han Purple #682AF9
RGB
CMYK
RGB Variations
Color information
#682AF9 (or 0x682AF9) is known color: Han Purple. HEX triplet: 68, 2A and F9. RGB value is (104,42,249). Sum of RGB (Red+Green+Blue) = 104+42+249=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 249 (97.66% from 255 or 63.04% from 395); Max value from RGB is 249 - color contains mainly: blue. Hex color #682AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682AF9 is #97D506. Grayscale: #535353. Windows color (decimal): -9950471 or 16329320. OLE color: 16329320.
HSL color Cylindrical-coordinate representation of color #682AF9: hue angle of 257.97º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #682AF9 is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 42 | 249 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.02 |
| HSL | 257.97º | 0.95% | 0.57% | - |
| HSV(B) | 257.97º | 0.83% | 0.98% | - |
| XYZ | 23.64 | 11.44 | 90.58 | - |
| YUV | 84.14 | 221.04 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 249 | 0.58 | 0.83 | 0 | 0.02 | 257.97 | 0.95 | 0.57 |
| Hex | 68 | 2A | F9 | 3A | 53 | 0 | 2 | 102 | 5F | 39 |
| Octal | 150 | 52 | 371 | 72 | 123 | 0 | 2 | 402 | 137 | 71 |
| Binary | 1101000 | 101010 | 11111001 | 111010 | 1010011 | 0 | 10 | 100000010 | 1011111 | 111001 |
Color Harmonies of #682AF9
Complementary color
Monochromatic Colors of #682AF9
Black with #682AF9
Text Example
Text Example
White with #682AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682AF9; }
p { color: rgb(104,42,249); }
H1.HeaderClassName
{
color: #682AF9;
}
.AnyTagClassName
{
color: #682AF9;
}
</style>
background-color css
<style>
a { background-color: #682AF9; }
a { background-color: rgb(104,42,249); }
div.DivClassName
{
background-color: #682AF9;
}
.BgClassName
{
background-color: #682AF9;
}
</style>
border-color css
<style>
span { border-color: #682AF9; }
span { border-color: rgb(104,42,249); }
td.TdClassName
{
border-color: #682AF9;
}
.TagClassName
{
border-color: #682AF9;
}
</style>