Shades of Han Purple #681FEA
Tints of Han Purple #681FEA
RGB
CMYK
RGB Variations
Color information
#681FEA (or 0x681FEA) is known color: Han Purple. HEX triplet: 68, 1F and EA. RGB value is (104,31,234). Sum of RGB (Red+Green+Blue) = 104+31+234=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #681FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #681FEA is #97E015. Grayscale: #4B4B4B. Windows color (decimal): -9953302 or 15343464. OLE color: 15343464.
HSL color Cylindrical-coordinate representation of color #681FEA: hue angle of 261.58º degrees, saturation: 0.83, 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 #681FEA is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 31 | 234 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.08 |
| HSL | 261.58º | 0.83% | 0.52% | - |
| HSV(B) | 261.58º | 0.87% | 0.92% | - |
| XYZ | 21.05 | 9.86 | 78.64 | - |
| YUV | 75.97 | 217.18 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 31 | 234 | 0.56 | 0.87 | 0 | 0.08 | 261.58 | 0.83 | 0.52 |
| Hex | 68 | 1F | EA | 38 | 57 | 0 | 8 | 106 | 53 | 34 |
| Octal | 150 | 37 | 352 | 70 | 127 | 0 | 10 | 406 | 123 | 64 |
| Binary | 1101000 | 11111 | 11101010 | 111000 | 1010111 | 0 | 1000 | 100000110 | 1010011 | 110100 |
Color Harmonies of #681FEA
Complementary color
Monochromatic Colors of #681FEA
Black with #681FEA
Text Example
Text Example
White with #681FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681FEA; }
p { color: rgb(104,31,234); }
H1.HeaderClassName
{
color: #681FEA;
}
.AnyTagClassName
{
color: #681FEA;
}
</style>
background-color css
<style>
a { background-color: #681FEA; }
a { background-color: rgb(104,31,234); }
div.DivClassName
{
background-color: #681FEA;
}
.BgClassName
{
background-color: #681FEA;
}
</style>
border-color css
<style>
span { border-color: #681FEA; }
span { border-color: rgb(104,31,234); }
td.TdClassName
{
border-color: #681FEA;
}
.TagClassName
{
border-color: #681FEA;
}
</style>