Shades of Han Purple #6411E7
Tints of Han Purple #6411E7
RGB
CMYK
RGB Variations
Color information
#6411E7 (or 0x6411E7) is known color: Han Purple. HEX triplet: 64, 11 and E7. RGB value is (100,17,231). Sum of RGB (Red+Green+Blue) = 100+17+231=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 231 (90.62% from 255 or 66.38% from 348); Max value from RGB is 231 - color contains mainly: blue. Hex color #6411E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6411E7 is #9BEE18. Grayscale: #414141. Windows color (decimal): -10219033 or 15143268. OLE color: 15143268.
HSL color Cylindrical-coordinate representation of color #6411E7: hue angle of 263.27º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6411E7 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 17 | 231 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.09 |
| HSL | 263.27º | 0.86% | 0.49% | - |
| HSV(B) | 263.27º | 0.93% | 0.91% | - |
| XYZ | 19.88 | 8.88 | 76.27 | - |
| YUV | 66.21 | 221 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 231 | 0.57 | 0.93 | 0 | 0.09 | 263.27 | 0.86 | 0.49 |
| Hex | 64 | 11 | E7 | 39 | 5D | 0 | 9 | 107 | 56 | 31 |
| Octal | 144 | 21 | 347 | 71 | 135 | 0 | 11 | 407 | 126 | 61 |
| Binary | 1100100 | 10001 | 11100111 | 111001 | 1011101 | 0 | 1001 | 100000111 | 1010110 | 110001 |
Color Harmonies of #6411E7
Complementary color
Monochromatic Colors of #6411E7
Black with #6411E7
Text Example
Text Example
White with #6411E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6411E7; }
p { color: rgb(100,17,231); }
H1.HeaderClassName
{
color: #6411E7;
}
.AnyTagClassName
{
color: #6411E7;
}
</style>
background-color css
<style>
a { background-color: #6411E7; }
a { background-color: rgb(100,17,231); }
div.DivClassName
{
background-color: #6411E7;
}
.BgClassName
{
background-color: #6411E7;
}
</style>
border-color css
<style>
span { border-color: #6411E7; }
span { border-color: rgb(100,17,231); }
td.TdClassName
{
border-color: #6411E7;
}
.TagClassName
{
border-color: #6411E7;
}
</style>