Shades of Han Purple #682FEF
Tints of Han Purple #682FEF
RGB
CMYK
RGB Variations
Color information
#682FEF (or 0x682FEF) is known color: Han Purple. HEX triplet: 68, 2F and EF. RGB value is (104,47,239). Sum of RGB (Red+Green+Blue) = 104+47+239=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 47 (18.75% from 255 or 12.05% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #682FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682FEF is #97D010. Grayscale: #555555. Windows color (decimal): -9949201 or 15675240. OLE color: 15675240.
HSL color Cylindrical-coordinate representation of color #682FEF: hue angle of 257.81º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #682FEF is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 47 | 239 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.06 |
| HSL | 257.81º | 0.86% | 0.56% | - |
| HSV(B) | 257.81º | 0.8% | 0.94% | - |
| XYZ | 22.31 | 11.21 | 82.65 | - |
| YUV | 85.93 | 214.38 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 239 | 0.56 | 0.80 | 0 | 0.06 | 257.81 | 0.86 | 0.56 |
| Hex | 68 | 2F | EF | 38 | 50 | 0 | 6 | 102 | 56 | 38 |
| Octal | 150 | 57 | 357 | 70 | 120 | 0 | 6 | 402 | 126 | 70 |
| Binary | 1101000 | 101111 | 11101111 | 111000 | 1010000 | 0 | 110 | 100000010 | 1010110 | 111000 |
Color Harmonies of #682FEF
Complementary color
Monochromatic Colors of #682FEF
Black with #682FEF
Text Example
Text Example
White with #682FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682FEF; }
p { color: rgb(104,47,239); }
H1.HeaderClassName
{
color: #682FEF;
}
.AnyTagClassName
{
color: #682FEF;
}
</style>
background-color css
<style>
a { background-color: #682FEF; }
a { background-color: rgb(104,47,239); }
div.DivClassName
{
background-color: #682FEF;
}
.BgClassName
{
background-color: #682FEF;
}
</style>
border-color css
<style>
span { border-color: #682FEF; }
span { border-color: rgb(104,47,239); }
td.TdClassName
{
border-color: #682FEF;
}
.TagClassName
{
border-color: #682FEF;
}
</style>