Shades of Han Purple #642AFD
Tints of Han Purple #642AFD
RGB
CMYK
RGB Variations
Color information
#642AFD (or 0x642AFD) is known color: Han Purple. HEX triplet: 64, 2A and FD. RGB value is (100,42,253). Sum of RGB (Red+Green+Blue) = 100+42+253=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #642AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642AFD is #9BD502. Grayscale: #525252. Windows color (decimal): -10212611 or 16591460. OLE color: 16591460.
HSL color Cylindrical-coordinate representation of color #642AFD: hue angle of 256.49º degrees, saturation: 0.98, 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 #642AFD is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 42 | 253 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.01 |
| HSL | 256.49º | 0.98% | 0.58% | - |
| HSV(B) | 256.49º | 0.83% | 0.99% | - |
| XYZ | 23.81 | 11.46 | 93.88 | - |
| YUV | 83.4 | 223.72 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 42 | 253 | 0.60 | 0.83 | 0 | 0.01 | 256.49 | 0.98 | 0.58 |
| Hex | 64 | 2A | FD | 3C | 53 | 0 | 1 | 100 | 62 | 3A |
| Octal | 144 | 52 | 375 | 74 | 123 | 0 | 1 | 400 | 142 | 72 |
| Binary | 1100100 | 101010 | 11111101 | 111100 | 1010011 | 0 | 1 | 100000000 | 1100010 | 111010 |
Color Harmonies of #642AFD
Complementary color
Monochromatic Colors of #642AFD
Black with #642AFD
Text Example
Text Example
White with #642AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642AFD; }
p { color: rgb(100,42,253); }
H1.HeaderClassName
{
color: #642AFD;
}
.AnyTagClassName
{
color: #642AFD;
}
</style>
background-color css
<style>
a { background-color: #642AFD; }
a { background-color: rgb(100,42,253); }
div.DivClassName
{
background-color: #642AFD;
}
.BgClassName
{
background-color: #642AFD;
}
</style>
border-color css
<style>
span { border-color: #642AFD; }
span { border-color: rgb(100,42,253); }
td.TdClassName
{
border-color: #642AFD;
}
.TagClassName
{
border-color: #642AFD;
}
</style>