Shades of Han Purple #682BE8
Tints of Han Purple #682BE8
RGB
CMYK
RGB Variations
Color information
#682BE8 (or 0x682BE8) is known color: Han Purple. HEX triplet: 68, 2B and E8. RGB value is (104,43,232). Sum of RGB (Red+Green+Blue) = 104+43+232=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 232 (91.02% from 255 or 61.21% from 379); Max value from RGB is 232 - color contains mainly: blue. Hex color #682BE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #682BE8 is #97D417. Grayscale: #525252. Windows color (decimal): -9950232 or 15215464. OLE color: 15215464.
HSL color Cylindrical-coordinate representation of color #682BE8: hue angle of 259.37º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #682BE8 is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 43 | 232 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.09 |
| HSL | 259.37º | 0.8% | 0.54% | - |
| HSV(B) | 259.37º | 0.81% | 0.91% | - |
| XYZ | 21.14 | 10.5 | 77.26 | - |
| YUV | 82.79 | 212.21 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 232 | 0.55 | 0.81 | 0 | 0.09 | 259.37 | 0.8 | 0.54 |
| Hex | 68 | 2B | E8 | 37 | 51 | 0 | 9 | 103 | 50 | 36 |
| Octal | 150 | 53 | 350 | 67 | 121 | 0 | 11 | 403 | 120 | 66 |
| Binary | 1101000 | 101011 | 11101000 | 110111 | 1010001 | 0 | 1001 | 100000011 | 1010000 | 110110 |
Color Harmonies of #682BE8
Complementary color
Monochromatic Colors of #682BE8
Black with #682BE8
Text Example
Text Example
White with #682BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682BE8; }
p { color: rgb(104,43,232); }
H1.HeaderClassName
{
color: #682BE8;
}
.AnyTagClassName
{
color: #682BE8;
}
</style>
background-color css
<style>
a { background-color: #682BE8; }
a { background-color: rgb(104,43,232); }
div.DivClassName
{
background-color: #682BE8;
}
.BgClassName
{
background-color: #682BE8;
}
</style>
border-color css
<style>
span { border-color: #682BE8; }
span { border-color: rgb(104,43,232); }
td.TdClassName
{
border-color: #682BE8;
}
.TagClassName
{
border-color: #682BE8;
}
</style>