Shades of Han Purple #642CFF
Tints of Han Purple #642CFF
RGB
CMYK
RGB Variations
Color information
#642CFF (or 0x642CFF) is known color: Han Purple. HEX triplet: 64, 2C and FF. RGB value is (100,44,255). Sum of RGB (Red+Green+Blue) = 100+44+255=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #642CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642CFF is #9BD300. Grayscale: #545454. Windows color (decimal): -10212097 or 16723044. OLE color: 16723044.
HSL color Cylindrical-coordinate representation of color #642CFF: hue angle of 255.92º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #642CFF is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 44 | 255 | - |
| CMYK | 0.61 | 0.83 | 0 | 0 |
| HSL | 255.92º | 1% | 0.59% | - |
| HSV(B) | 255.92º | 0.83% | 1% | - |
| XYZ | 24.21 | 11.73 | 95.6 | - |
| YUV | 84.8 | 224.05 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 255 | 0.61 | 0.83 | 0 | 0 | 255.92 | 1 | 0.59 |
| Hex | 64 | 2C | FF | 3D | 53 | 0 | 0 | 100 | 64 | 3B |
| Octal | 144 | 54 | 377 | 75 | 123 | 0 | 0 | 400 | 144 | 73 |
| Binary | 1100100 | 101100 | 11111111 | 111101 | 1010011 | 0 | 0 | 100000000 | 1100100 | 111011 |
Color Harmonies of #642CFF
Complementary color
Monochromatic Colors of #642CFF
Black with #642CFF
Text Example
Text Example
White with #642CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642CFF; }
p { color: rgb(100,44,255); }
H1.HeaderClassName
{
color: #642CFF;
}
.AnyTagClassName
{
color: #642CFF;
}
</style>
background-color css
<style>
a { background-color: #642CFF; }
a { background-color: rgb(100,44,255); }
div.DivClassName
{
background-color: #642CFF;
}
.BgClassName
{
background-color: #642CFF;
}
</style>
border-color css
<style>
span { border-color: #642CFF; }
span { border-color: rgb(100,44,255); }
td.TdClassName
{
border-color: #642CFF;
}
.TagClassName
{
border-color: #642CFF;
}
</style>