Shades of Han Purple #681CED
Tints of Han Purple #681CED
RGB
CMYK
RGB Variations
Color information
#681CED (or 0x681CED) is known color: Han Purple. HEX triplet: 68, 1C and ED. RGB value is (104,28,237). Sum of RGB (Red+Green+Blue) = 104+28+237=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #681CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681CED is #97E312. Grayscale: #494949. Windows color (decimal): -9954067 or 15539304. OLE color: 15539304.
HSL color Cylindrical-coordinate representation of color #681CED: hue angle of 261.82º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681CED is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 28 | 237 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.07 |
| HSL | 261.82º | 0.85% | 0.52% | - |
| HSV(B) | 261.82º | 0.88% | 0.93% | - |
| XYZ | 21.41 | 9.89 | 80.9 | - |
| YUV | 74.55 | 219.68 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 28 | 237 | 0.56 | 0.88 | 0 | 0.07 | 261.82 | 0.85 | 0.52 |
| Hex | 68 | 1C | ED | 38 | 58 | 0 | 7 | 106 | 55 | 34 |
| Octal | 150 | 34 | 355 | 70 | 130 | 0 | 7 | 406 | 125 | 64 |
| Binary | 1101000 | 11100 | 11101101 | 111000 | 1011000 | 0 | 111 | 100000110 | 1010101 | 110100 |
Color Harmonies of #681CED
Complementary color
Monochromatic Colors of #681CED
Black with #681CED
Text Example
Text Example
White with #681CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681CED; }
p { color: rgb(104,28,237); }
H1.HeaderClassName
{
color: #681CED;
}
.AnyTagClassName
{
color: #681CED;
}
</style>
background-color css
<style>
a { background-color: #681CED; }
a { background-color: rgb(104,28,237); }
div.DivClassName
{
background-color: #681CED;
}
.BgClassName
{
background-color: #681CED;
}
</style>
border-color css
<style>
span { border-color: #681CED; }
span { border-color: rgb(104,28,237); }
td.TdClassName
{
border-color: #681CED;
}
.TagClassName
{
border-color: #681CED;
}
</style>