Shades of Han Purple #642BFC
Tints of Han Purple #642BFC
RGB
CMYK
RGB Variations
Color information
#642BFC (or 0x642BFC) is known color: Han Purple. HEX triplet: 64, 2B and FC. RGB value is (100,43,252). Sum of RGB (Red+Green+Blue) = 100+43+252=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #642BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642BFC is #9BD403. Grayscale: #535353. Windows color (decimal): -10212356 or 16526180. OLE color: 16526180.
HSL color Cylindrical-coordinate representation of color #642BFC: hue angle of 256.36º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #642BFC is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 43 | 252 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.01 |
| HSL | 256.36º | 0.97% | 0.58% | - |
| HSV(B) | 256.36º | 0.83% | 0.99% | - |
| XYZ | 23.69 | 11.47 | 93.06 | - |
| YUV | 83.87 | 222.88 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 252 | 0.60 | 0.83 | 0 | 0.01 | 256.36 | 0.97 | 0.58 |
| Hex | 64 | 2B | FC | 3C | 53 | 0 | 1 | 100 | 61 | 3A |
| Octal | 144 | 53 | 374 | 74 | 123 | 0 | 1 | 400 | 141 | 72 |
| Binary | 1100100 | 101011 | 11111100 | 111100 | 1010011 | 0 | 1 | 100000000 | 1100001 | 111010 |
Color Harmonies of #642BFC
Complementary color
Monochromatic Colors of #642BFC
Black with #642BFC
Text Example
Text Example
White with #642BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642BFC; }
p { color: rgb(100,43,252); }
H1.HeaderClassName
{
color: #642BFC;
}
.AnyTagClassName
{
color: #642BFC;
}
</style>
background-color css
<style>
a { background-color: #642BFC; }
a { background-color: rgb(100,43,252); }
div.DivClassName
{
background-color: #642BFC;
}
.BgClassName
{
background-color: #642BFC;
}
</style>
border-color css
<style>
span { border-color: #642BFC; }
span { border-color: rgb(100,43,252); }
td.TdClassName
{
border-color: #642BFC;
}
.TagClassName
{
border-color: #642BFC;
}
</style>