Shades of Han Purple #642AFE
Tints of Han Purple #642AFE
RGB
CMYK
RGB Variations
Color information
#642AFE (or 0x642AFE) is known color: Han Purple. HEX triplet: 64, 2A and FE. RGB value is (100,42,254). Sum of RGB (Red+Green+Blue) = 100+42+254=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #642AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642AFE is #9BD501. Grayscale: #525252. Windows color (decimal): -10212610 or 16656996. OLE color: 16656996.
HSL color Cylindrical-coordinate representation of color #642AFE: hue angle of 256.42º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #642AFE is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 42 | 254 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.00 |
| HSL | 256.42º | 0.99% | 0.58% | - |
| HSV(B) | 256.42º | 0.83% | 1% | - |
| XYZ | 23.97 | 11.52 | 94.73 | - |
| YUV | 83.51 | 224.22 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 254 | 0.61 | 0.83 | 0 | 0.00 | 256.42 | 0.99 | 0.58 |
| Hex | 64 | 2A | FE | 3D | 53 | 0 | 0 | 100 | 63 | 3A |
| Octal | 144 | 52 | 376 | 75 | 123 | 0 | 0 | 400 | 143 | 72 |
| Binary | 1100100 | 101010 | 11111110 | 111101 | 1010011 | 0 | 0 | 100000000 | 1100011 | 111010 |
Color Harmonies of #642AFE
Complementary color
Monochromatic Colors of #642AFE
Black with #642AFE
Text Example
Text Example
White with #642AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642AFE; }
p { color: rgb(100,42,254); }
H1.HeaderClassName
{
color: #642AFE;
}
.AnyTagClassName
{
color: #642AFE;
}
</style>
background-color css
<style>
a { background-color: #642AFE; }
a { background-color: rgb(100,42,254); }
div.DivClassName
{
background-color: #642AFE;
}
.BgClassName
{
background-color: #642AFE;
}
</style>
border-color css
<style>
span { border-color: #642AFE; }
span { border-color: rgb(100,42,254); }
td.TdClassName
{
border-color: #642AFE;
}
.TagClassName
{
border-color: #642AFE;
}
</style>