Shades of Han Purple #681FEB
Tints of Han Purple #681FEB
RGB
CMYK
RGB Variations
Color information
#681FEB (or 0x681FEB) is known color: Han Purple. HEX triplet: 68, 1F and EB. RGB value is (104,31,235). Sum of RGB (Red+Green+Blue) = 104+31+235=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 235 (92.19% from 255 or 63.51% from 370); Max value from RGB is 235 - color contains mainly: blue. Hex color #681FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681FEB is #97E014. Grayscale: #4B4B4B. Windows color (decimal): -9953301 or 15409000. OLE color: 15409000.
HSL color Cylindrical-coordinate representation of color #681FEB: hue angle of 261.47º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #681FEB is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 31 | 235 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.08 |
| HSL | 261.47º | 0.84% | 0.52% | - |
| HSV(B) | 261.47º | 0.87% | 0.92% | - |
| XYZ | 21.19 | 9.92 | 79.4 | - |
| YUV | 76.08 | 217.68 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 31 | 235 | 0.56 | 0.87 | 0 | 0.08 | 261.47 | 0.84 | 0.52 |
| Hex | 68 | 1F | EB | 38 | 57 | 0 | 8 | 105 | 54 | 34 |
| Octal | 150 | 37 | 353 | 70 | 127 | 0 | 10 | 405 | 124 | 64 |
| Binary | 1101000 | 11111 | 11101011 | 111000 | 1010111 | 0 | 1000 | 100000101 | 1010100 | 110100 |
Color Harmonies of #681FEB
Complementary color
Monochromatic Colors of #681FEB
Black with #681FEB
Text Example
Text Example
White with #681FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681FEB; }
p { color: rgb(104,31,235); }
H1.HeaderClassName
{
color: #681FEB;
}
.AnyTagClassName
{
color: #681FEB;
}
</style>
background-color css
<style>
a { background-color: #681FEB; }
a { background-color: rgb(104,31,235); }
div.DivClassName
{
background-color: #681FEB;
}
.BgClassName
{
background-color: #681FEB;
}
</style>
border-color css
<style>
span { border-color: #681FEB; }
span { border-color: rgb(104,31,235); }
td.TdClassName
{
border-color: #681FEB;
}
.TagClassName
{
border-color: #681FEB;
}
</style>