Shades of Han Purple #642EFA
Tints of Han Purple #642EFA
RGB
CMYK
RGB Variations
Color information
#642EFA (or 0x642EFA) is known color: Han Purple. HEX triplet: 64, 2E and FA. RGB value is (100,46,250). Sum of RGB (Red+Green+Blue) = 100+46+250=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #642EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642EFA is #9BD105. Grayscale: #545454. Windows color (decimal): -10211590 or 16395876. OLE color: 16395876.
HSL color Cylindrical-coordinate representation of color #642EFA: hue angle of 255.88º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #642EFA is Cyan = 0.6, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 46 | 250 | - |
| CMYK | 0.6 | 0.82 | 0 | 0.02 |
| HSL | 255.88º | 0.95% | 0.58% | - |
| HSV(B) | 255.88º | 0.82% | 0.98% | - |
| XYZ | 23.49 | 11.57 | 91.44 | - |
| YUV | 85.4 | 220.89 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 250 | 0.6 | 0.82 | 0 | 0.02 | 255.88 | 0.95 | 0.58 |
| Hex | 64 | 2E | FA | 3C | 52 | 0 | 2 | 100 | 5F | 3A |
| Octal | 144 | 56 | 372 | 74 | 122 | 0 | 2 | 400 | 137 | 72 |
| Binary | 1100100 | 101110 | 11111010 | 111100 | 1010010 | 0 | 10 | 100000000 | 1011111 | 111010 |
Color Harmonies of #642EFA
Complementary color
Monochromatic Colors of #642EFA
Black with #642EFA
Text Example
Text Example
White with #642EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642EFA; }
p { color: rgb(100,46,250); }
H1.HeaderClassName
{
color: #642EFA;
}
.AnyTagClassName
{
color: #642EFA;
}
</style>
background-color css
<style>
a { background-color: #642EFA; }
a { background-color: rgb(100,46,250); }
div.DivClassName
{
background-color: #642EFA;
}
.BgClassName
{
background-color: #642EFA;
}
</style>
border-color css
<style>
span { border-color: #642EFA; }
span { border-color: rgb(100,46,250); }
td.TdClassName
{
border-color: #642EFA;
}
.TagClassName
{
border-color: #642EFA;
}
</style>