Shades of Han Purple #681BEF
Tints of Han Purple #681BEF
RGB
CMYK
RGB Variations
Color information
#681BEF (or 0x681BEF) is known color: Han Purple. HEX triplet: 68, 1B and EF. RGB value is (104,27,239). Sum of RGB (Red+Green+Blue) = 104+27+239=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #681BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681BEF is #97E410. Grayscale: #494949. Windows color (decimal): -9954321 or 15670120. OLE color: 15670120.
HSL color Cylindrical-coordinate representation of color #681BEF: hue angle of 261.79º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #681BEF is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 27 | 239 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.06 |
| HSL | 261.79º | 0.87% | 0.52% | - |
| HSV(B) | 261.79º | 0.89% | 0.94% | - |
| XYZ | 21.68 | 9.96 | 82.44 | - |
| YUV | 74.19 | 221.01 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 239 | 0.56 | 0.89 | 0 | 0.06 | 261.79 | 0.87 | 0.52 |
| Hex | 68 | 1B | EF | 38 | 59 | 0 | 6 | 106 | 57 | 34 |
| Octal | 150 | 33 | 357 | 70 | 131 | 0 | 6 | 406 | 127 | 64 |
| Binary | 1101000 | 11011 | 11101111 | 111000 | 1011001 | 0 | 110 | 100000110 | 1010111 | 110100 |
Color Harmonies of #681BEF
Complementary color
Monochromatic Colors of #681BEF
Black with #681BEF
Text Example
Text Example
White with #681BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681BEF; }
p { color: rgb(104,27,239); }
H1.HeaderClassName
{
color: #681BEF;
}
.AnyTagClassName
{
color: #681BEF;
}
</style>
background-color css
<style>
a { background-color: #681BEF; }
a { background-color: rgb(104,27,239); }
div.DivClassName
{
background-color: #681BEF;
}
.BgClassName
{
background-color: #681BEF;
}
</style>
border-color css
<style>
span { border-color: #681BEF; }
span { border-color: rgb(104,27,239); }
td.TdClassName
{
border-color: #681BEF;
}
.TagClassName
{
border-color: #681BEF;
}
</style>