Shades of Han Purple #642DFA
Tints of Han Purple #642DFA
RGB
CMYK
RGB Variations
Color information
#642DFA (or 0x642DFA) is known color: Han Purple. HEX triplet: 64, 2D and FA. RGB value is (100,45,250). Sum of RGB (Red+Green+Blue) = 100+45+250=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #642DFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642DFA is #9BD205. Grayscale: #545454. Windows color (decimal): -10211846 or 16395620. OLE color: 16395620.
HSL color Cylindrical-coordinate representation of color #642DFA: hue angle of 256.1º 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 #642DFA is Cyan = 0.6, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 45 | 250 | - |
| CMYK | 0.6 | 0.82 | 0 | 0.02 |
| HSL | 256.1º | 0.95% | 0.58% | - |
| HSV(B) | 256.1º | 0.82% | 0.98% | - |
| XYZ | 23.45 | 11.49 | 91.42 | - |
| YUV | 84.82 | 221.22 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 250 | 0.6 | 0.82 | 0 | 0.02 | 256.1 | 0.95 | 0.58 |
| Hex | 64 | 2D | FA | 3C | 52 | 0 | 2 | 100 | 5F | 3A |
| Octal | 144 | 55 | 372 | 74 | 122 | 0 | 2 | 400 | 137 | 72 |
| Binary | 1100100 | 101101 | 11111010 | 111100 | 1010010 | 0 | 10 | 100000000 | 1011111 | 111010 |
Color Harmonies of #642DFA
Complementary color
Monochromatic Colors of #642DFA
Black with #642DFA
Text Example
Text Example
White with #642DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642DFA; }
p { color: rgb(100,45,250); }
H1.HeaderClassName
{
color: #642DFA;
}
.AnyTagClassName
{
color: #642DFA;
}
</style>
background-color css
<style>
a { background-color: #642DFA; }
a { background-color: rgb(100,45,250); }
div.DivClassName
{
background-color: #642DFA;
}
.BgClassName
{
background-color: #642DFA;
}
</style>
border-color css
<style>
span { border-color: #642DFA; }
span { border-color: rgb(100,45,250); }
td.TdClassName
{
border-color: #642DFA;
}
.TagClassName
{
border-color: #642DFA;
}
</style>