Shades of Han Purple #642FFE
Tints of Han Purple #642FFE
RGB
CMYK
RGB Variations
Color information
#642FFE (or 0x642FFE) is known color: Han Purple. HEX triplet: 64, 2F and FE. RGB value is (100,47,254). Sum of RGB (Red+Green+Blue) = 100+47+254=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #642FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642FFE is #9BD001. Grayscale: #555555. Windows color (decimal): -10211330 or 16658276. OLE color: 16658276.
HSL color Cylindrical-coordinate representation of color #642FFE: hue angle of 255.36º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #642FFE is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 47 | 254 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.00 |
| HSL | 255.36º | 0.99% | 0.59% | - |
| HSV(B) | 255.36º | 0.81% | 1% | - |
| XYZ | 24.16 | 11.9 | 94.79 | - |
| YUV | 86.45 | 222.56 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 47 | 254 | 0.61 | 0.81 | 0 | 0.00 | 255.36 | 0.99 | 0.59 |
| Hex | 64 | 2F | FE | 3D | 51 | 0 | 0 | FF | 63 | 3B |
| Octal | 144 | 57 | 376 | 75 | 121 | 0 | 0 | 377 | 143 | 73 |
| Binary | 1100100 | 101111 | 11111110 | 111101 | 1010001 | 0 | 0 | 11111111 | 1100011 | 111011 |
Color Harmonies of #642FFE
Complementary color
Monochromatic Colors of #642FFE
Black with #642FFE
Text Example
Text Example
White with #642FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642FFE; }
p { color: rgb(100,47,254); }
H1.HeaderClassName
{
color: #642FFE;
}
.AnyTagClassName
{
color: #642FFE;
}
</style>
background-color css
<style>
a { background-color: #642FFE; }
a { background-color: rgb(100,47,254); }
div.DivClassName
{
background-color: #642FFE;
}
.BgClassName
{
background-color: #642FFE;
}
</style>
border-color css
<style>
span { border-color: #642FFE; }
span { border-color: rgb(100,47,254); }
td.TdClassName
{
border-color: #642FFE;
}
.TagClassName
{
border-color: #642FFE;
}
</style>