Shades of Han Purple #642FFC
Tints of Han Purple #642FFC
RGB
CMYK
RGB Variations
Color information
#642FFC (or 0x642FFC) is known color: Han Purple. HEX triplet: 64, 2F and FC. RGB value is (100,47,252). Sum of RGB (Red+Green+Blue) = 100+47+252=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #642FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642FFC is #9BD003. Grayscale: #555555. Windows color (decimal): -10211332 or 16527204. OLE color: 16527204.
HSL color Cylindrical-coordinate representation of color #642FFC: hue angle of 255.51º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #642FFC is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 47 | 252 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.01 |
| HSL | 255.51º | 0.97% | 0.59% | - |
| HSV(B) | 255.51º | 0.81% | 0.99% | - |
| XYZ | 23.84 | 11.77 | 93.11 | - |
| YUV | 86.22 | 221.56 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 47 | 252 | 0.60 | 0.81 | 0 | 0.01 | 255.51 | 0.97 | 0.59 |
| Hex | 64 | 2F | FC | 3C | 51 | 0 | 1 | 100 | 61 | 3B |
| Octal | 144 | 57 | 374 | 74 | 121 | 0 | 1 | 400 | 141 | 73 |
| Binary | 1100100 | 101111 | 11111100 | 111100 | 1010001 | 0 | 1 | 100000000 | 1100001 | 111011 |
Color Harmonies of #642FFC
Complementary color
Monochromatic Colors of #642FFC
Black with #642FFC
Text Example
Text Example
White with #642FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642FFC; }
p { color: rgb(100,47,252); }
H1.HeaderClassName
{
color: #642FFC;
}
.AnyTagClassName
{
color: #642FFC;
}
</style>
background-color css
<style>
a { background-color: #642FFC; }
a { background-color: rgb(100,47,252); }
div.DivClassName
{
background-color: #642FFC;
}
.BgClassName
{
background-color: #642FFC;
}
</style>
border-color css
<style>
span { border-color: #642FFC; }
span { border-color: rgb(100,47,252); }
td.TdClassName
{
border-color: #642FFC;
}
.TagClassName
{
border-color: #642FFC;
}
</style>