Shades of Han Purple #681BED
Tints of Han Purple #681BED
RGB
CMYK
RGB Variations
Color information
#681BED (or 0x681BED) is known color: Han Purple. HEX triplet: 68, 1B and ED. RGB value is (104,27,237). Sum of RGB (Red+Green+Blue) = 104+27+237=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #681BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681BED is #97E412. Grayscale: #494949. Windows color (decimal): -9954323 or 15539048. OLE color: 15539048.
HSL color Cylindrical-coordinate representation of color #681BED: hue angle of 262º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #681BED is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 27 | 237 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.07 |
| HSL | 262º | 0.85% | 0.52% | - |
| HSV(B) | 262º | 0.89% | 0.93% | - |
| XYZ | 21.39 | 9.84 | 80.89 | - |
| YUV | 73.96 | 220.01 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 237 | 0.56 | 0.89 | 0 | 0.07 | 262 | 0.85 | 0.52 |
| Hex | 68 | 1B | ED | 38 | 59 | 0 | 7 | 106 | 55 | 34 |
| Octal | 150 | 33 | 355 | 70 | 131 | 0 | 7 | 406 | 125 | 64 |
| Binary | 1101000 | 11011 | 11101101 | 111000 | 1011001 | 0 | 111 | 100000110 | 1010101 | 110100 |
Color Harmonies of #681BED
Complementary color
Monochromatic Colors of #681BED
Black with #681BED
Text Example
Text Example
White with #681BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681BED; }
p { color: rgb(104,27,237); }
H1.HeaderClassName
{
color: #681BED;
}
.AnyTagClassName
{
color: #681BED;
}
</style>
background-color css
<style>
a { background-color: #681BED; }
a { background-color: rgb(104,27,237); }
div.DivClassName
{
background-color: #681BED;
}
.BgClassName
{
background-color: #681BED;
}
</style>
border-color css
<style>
span { border-color: #681BED; }
span { border-color: rgb(104,27,237); }
td.TdClassName
{
border-color: #681BED;
}
.TagClassName
{
border-color: #681BED;
}
</style>