Shades of Han Purple #642CFA
Tints of Han Purple #642CFA
RGB
CMYK
RGB Variations
Color information
#642CFA (or 0x642CFA) is known color: Han Purple. HEX triplet: 64, 2C and FA. RGB value is (100,44,250). Sum of RGB (Red+Green+Blue) = 100+44+250=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #642CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642CFA is #9BD305. Grayscale: #535353. Windows color (decimal): -10212102 or 16395364. OLE color: 16395364.
HSL color Cylindrical-coordinate representation of color #642CFA: hue angle of 256.31º 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 #642CFA is Cyan = 0.6, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 44 | 250 | - |
| CMYK | 0.6 | 0.82 | 0 | 0.02 |
| HSL | 256.31º | 0.95% | 0.58% | - |
| HSV(B) | 256.31º | 0.82% | 0.98% | - |
| XYZ | 23.41 | 11.41 | 91.41 | - |
| YUV | 84.23 | 221.55 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 250 | 0.6 | 0.82 | 0 | 0.02 | 256.31 | 0.95 | 0.58 |
| Hex | 64 | 2C | FA | 3C | 52 | 0 | 2 | 100 | 5F | 3A |
| Octal | 144 | 54 | 372 | 74 | 122 | 0 | 2 | 400 | 137 | 72 |
| Binary | 1100100 | 101100 | 11111010 | 111100 | 1010010 | 0 | 10 | 100000000 | 1011111 | 111010 |
Color Harmonies of #642CFA
Complementary color
Monochromatic Colors of #642CFA
Black with #642CFA
Text Example
Text Example
White with #642CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642CFA; }
p { color: rgb(100,44,250); }
H1.HeaderClassName
{
color: #642CFA;
}
.AnyTagClassName
{
color: #642CFA;
}
</style>
background-color css
<style>
a { background-color: #642CFA; }
a { background-color: rgb(100,44,250); }
div.DivClassName
{
background-color: #642CFA;
}
.BgClassName
{
background-color: #642CFA;
}
</style>
border-color css
<style>
span { border-color: #642CFA; }
span { border-color: rgb(100,44,250); }
td.TdClassName
{
border-color: #642CFA;
}
.TagClassName
{
border-color: #642CFA;
}
</style>