Shades of Han Purple #6425EA
Tints of Han Purple #6425EA
RGB
CMYK
RGB Variations
Color information
#6425EA (or 0x6425EA) is known color: Han Purple. HEX triplet: 64, 25 and EA. RGB value is (100,37,234). Sum of RGB (Red+Green+Blue) = 100+37+234=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #6425EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6425EA is #9BDA15. Grayscale: #4D4D4D. Windows color (decimal): -10213910 or 15344996. OLE color: 15344996.
HSL color Cylindrical-coordinate representation of color #6425EA: hue angle of 259.19º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6425EA is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 37 | 234 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.08 |
| HSL | 259.19º | 0.82% | 0.53% | - |
| HSV(B) | 259.19º | 0.84% | 0.92% | - |
| XYZ | 20.77 | 9.97 | 78.67 | - |
| YUV | 78.3 | 215.87 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 37 | 234 | 0.57 | 0.84 | 0 | 0.08 | 259.19 | 0.82 | 0.53 |
| Hex | 64 | 25 | EA | 39 | 54 | 0 | 8 | 103 | 52 | 35 |
| Octal | 144 | 45 | 352 | 71 | 124 | 0 | 10 | 403 | 122 | 65 |
| Binary | 1100100 | 100101 | 11101010 | 111001 | 1010100 | 0 | 1000 | 100000011 | 1010010 | 110101 |
Color Harmonies of #6425EA
Complementary color
Monochromatic Colors of #6425EA
Black with #6425EA
Text Example
Text Example
White with #6425EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6425EA; }
p { color: rgb(100,37,234); }
H1.HeaderClassName
{
color: #6425EA;
}
.AnyTagClassName
{
color: #6425EA;
}
</style>
background-color css
<style>
a { background-color: #6425EA; }
a { background-color: rgb(100,37,234); }
div.DivClassName
{
background-color: #6425EA;
}
.BgClassName
{
background-color: #6425EA;
}
</style>
border-color css
<style>
span { border-color: #6425EA; }
span { border-color: rgb(100,37,234); }
td.TdClassName
{
border-color: #6425EA;
}
.TagClassName
{
border-color: #6425EA;
}
</style>