Shades of Han Purple #642EFB
Tints of Han Purple #642EFB
RGB
CMYK
RGB Variations
Color information
#642EFB (or 0x642EFB) is known color: Han Purple. HEX triplet: 64, 2E and FB. RGB value is (100,46,251). Sum of RGB (Red+Green+Blue) = 100+46+251=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #642EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642EFB is #9BD104. Grayscale: #545454. Windows color (decimal): -10211589 or 16461412. OLE color: 16461412.
HSL color Cylindrical-coordinate representation of color #642EFB: hue angle of 255.8º degrees, saturation: 0.96, 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 #642EFB is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 46 | 251 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.02 |
| HSL | 255.8º | 0.96% | 0.58% | - |
| HSV(B) | 255.8º | 0.82% | 0.98% | - |
| XYZ | 23.65 | 11.63 | 92.27 | - |
| YUV | 85.52 | 221.39 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 251 | 0.60 | 0.82 | 0 | 0.02 | 255.8 | 0.96 | 0.58 |
| Hex | 64 | 2E | FB | 3C | 52 | 0 | 2 | 100 | 60 | 3A |
| Octal | 144 | 56 | 373 | 74 | 122 | 0 | 2 | 400 | 140 | 72 |
| Binary | 1100100 | 101110 | 11111011 | 111100 | 1010010 | 0 | 10 | 100000000 | 1100000 | 111010 |
Color Harmonies of #642EFB
Complementary color
Monochromatic Colors of #642EFB
Black with #642EFB
Text Example
Text Example
White with #642EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642EFB; }
p { color: rgb(100,46,251); }
H1.HeaderClassName
{
color: #642EFB;
}
.AnyTagClassName
{
color: #642EFB;
}
</style>
background-color css
<style>
a { background-color: #642EFB; }
a { background-color: rgb(100,46,251); }
div.DivClassName
{
background-color: #642EFB;
}
.BgClassName
{
background-color: #642EFB;
}
</style>
border-color css
<style>
span { border-color: #642EFB; }
span { border-color: rgb(100,46,251); }
td.TdClassName
{
border-color: #642EFB;
}
.TagClassName
{
border-color: #642EFB;
}
</style>