Shades of Han Purple #6425EC
Tints of Han Purple #6425EC
RGB
CMYK
RGB Variations
Color information
#6425EC (or 0x6425EC) is known color: Han Purple. HEX triplet: 64, 25 and EC. RGB value is (100,37,236). Sum of RGB (Red+Green+Blue) = 100+37+236=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #6425EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6425EC is #9BDA13. Grayscale: #4D4D4D. Windows color (decimal): -10213908 or 15476068. OLE color: 15476068.
HSL color Cylindrical-coordinate representation of color #6425EC: hue angle of 258.99º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6425EC is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 37 | 236 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.07 |
| HSL | 259º | 0.84% | 0.54% | - |
| HSV(B) | 259º | 0.84% | 0.93% | - |
| XYZ | 21.06 | 10.09 | 80.19 | - |
| YUV | 78.52 | 216.87 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 37 | 236 | 0.58 | 0.84 | 0 | 0.07 | 259 | 0.84 | 0.54 |
| Hex | 64 | 25 | EC | 3A | 54 | 0 | 7 | 103 | 54 | 36 |
| Octal | 144 | 45 | 354 | 72 | 124 | 0 | 7 | 403 | 124 | 66 |
| Binary | 1100100 | 100101 | 11101100 | 111010 | 1010100 | 0 | 111 | 100000011 | 1010100 | 110110 |
Color Harmonies of #6425EC
Complementary color
Monochromatic Colors of #6425EC
Black with #6425EC
Text Example
Text Example
White with #6425EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6425EC; }
p { color: rgb(100,37,236); }
H1.HeaderClassName
{
color: #6425EC;
}
.AnyTagClassName
{
color: #6425EC;
}
</style>
background-color css
<style>
a { background-color: #6425EC; }
a { background-color: rgb(100,37,236); }
div.DivClassName
{
background-color: #6425EC;
}
.BgClassName
{
background-color: #6425EC;
}
</style>
border-color css
<style>
span { border-color: #6425EC; }
span { border-color: rgb(100,37,236); }
td.TdClassName
{
border-color: #6425EC;
}
.TagClassName
{
border-color: #6425EC;
}
</style>