Shades of Han Purple #6425EF
Tints of Han Purple #6425EF
RGB
CMYK
RGB Variations
Color information
#6425EF (or 0x6425EF) is known color: Han Purple. HEX triplet: 64, 25 and EF. RGB value is (100,37,239). Sum of RGB (Red+Green+Blue) = 100+37+239=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #6425EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6425EF is #9BDA10. Grayscale: #4E4E4E. Windows color (decimal): -10213905 or 15672676. OLE color: 15672676.
HSL color Cylindrical-coordinate representation of color #6425EF: hue angle of 258.71º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6425EF is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 37 | 239 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.06 |
| HSL | 258.71º | 0.86% | 0.54% | - |
| HSV(B) | 258.71º | 0.85% | 0.94% | - |
| XYZ | 21.5 | 10.26 | 82.51 | - |
| YUV | 78.87 | 218.37 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 37 | 239 | 0.58 | 0.85 | 0 | 0.06 | 258.71 | 0.86 | 0.54 |
| Hex | 64 | 25 | EF | 3A | 55 | 0 | 6 | 103 | 56 | 36 |
| Octal | 144 | 45 | 357 | 72 | 125 | 0 | 6 | 403 | 126 | 66 |
| Binary | 1100100 | 100101 | 11101111 | 111010 | 1010101 | 0 | 110 | 100000011 | 1010110 | 110110 |
Color Harmonies of #6425EF
Complementary color
Monochromatic Colors of #6425EF
Black with #6425EF
Text Example
Text Example
White with #6425EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6425EF; }
p { color: rgb(100,37,239); }
H1.HeaderClassName
{
color: #6425EF;
}
.AnyTagClassName
{
color: #6425EF;
}
</style>
background-color css
<style>
a { background-color: #6425EF; }
a { background-color: rgb(100,37,239); }
div.DivClassName
{
background-color: #6425EF;
}
.BgClassName
{
background-color: #6425EF;
}
</style>
border-color css
<style>
span { border-color: #6425EF; }
span { border-color: rgb(100,37,239); }
td.TdClassName
{
border-color: #6425EF;
}
.TagClassName
{
border-color: #6425EF;
}
</style>