Shades of Han Purple #681EED
Tints of Han Purple #681EED
RGB
CMYK
RGB Variations
Color information
#681EED (or 0x681EED) is known color: Han Purple. HEX triplet: 68, 1E and ED. RGB value is (104,30,237). Sum of RGB (Red+Green+Blue) = 104+30+237=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #681EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681EED is #97E112. Grayscale: #4A4A4A. Windows color (decimal): -9953555 or 15539816. OLE color: 15539816.
HSL color Cylindrical-coordinate representation of color #681EED: hue angle of 261.45º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #681EED is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 30 | 237 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.07 |
| HSL | 261.45º | 0.85% | 0.52% | - |
| HSV(B) | 261.45º | 0.87% | 0.93% | - |
| XYZ | 21.46 | 9.99 | 80.92 | - |
| YUV | 75.72 | 219.02 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 30 | 237 | 0.56 | 0.87 | 0 | 0.07 | 261.45 | 0.85 | 0.52 |
| Hex | 68 | 1E | ED | 38 | 57 | 0 | 7 | 105 | 55 | 34 |
| Octal | 150 | 36 | 355 | 70 | 127 | 0 | 7 | 405 | 125 | 64 |
| Binary | 1101000 | 11110 | 11101101 | 111000 | 1010111 | 0 | 111 | 100000101 | 1010101 | 110100 |
Color Harmonies of #681EED
Complementary color
Monochromatic Colors of #681EED
Black with #681EED
Text Example
Text Example
White with #681EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681EED; }
p { color: rgb(104,30,237); }
H1.HeaderClassName
{
color: #681EED;
}
.AnyTagClassName
{
color: #681EED;
}
</style>
background-color css
<style>
a { background-color: #681EED; }
a { background-color: rgb(104,30,237); }
div.DivClassName
{
background-color: #681EED;
}
.BgClassName
{
background-color: #681EED;
}
</style>
border-color css
<style>
span { border-color: #681EED; }
span { border-color: rgb(104,30,237); }
td.TdClassName
{
border-color: #681EED;
}
.TagClassName
{
border-color: #681EED;
}
</style>