Shades of Han Purple #642DFD
Tints of Han Purple #642DFD
RGB
CMYK
RGB Variations
Color information
#642DFD (or 0x642DFD) is known color: Han Purple. HEX triplet: 64, 2D and FD. RGB value is (100,45,253). Sum of RGB (Red+Green+Blue) = 100+45+253=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #642DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642DFD is #9BD202. Grayscale: #545454. Windows color (decimal): -10211843 or 16592228. OLE color: 16592228.
HSL color Cylindrical-coordinate representation of color #642DFD: hue angle of 255.87º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #642DFD is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 45 | 253 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.01 |
| HSL | 255.87º | 0.98% | 0.58% | - |
| HSV(B) | 255.87º | 0.82% | 0.99% | - |
| XYZ | 23.92 | 11.68 | 93.92 | - |
| YUV | 85.16 | 222.72 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 253 | 0.60 | 0.82 | 0 | 0.01 | 255.87 | 0.98 | 0.58 |
| Hex | 64 | 2D | FD | 3C | 52 | 0 | 1 | 100 | 62 | 3A |
| Octal | 144 | 55 | 375 | 74 | 122 | 0 | 1 | 400 | 142 | 72 |
| Binary | 1100100 | 101101 | 11111101 | 111100 | 1010010 | 0 | 1 | 100000000 | 1100010 | 111010 |
Color Harmonies of #642DFD
Complementary color
Monochromatic Colors of #642DFD
Black with #642DFD
Text Example
Text Example
White with #642DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642DFD; }
p { color: rgb(100,45,253); }
H1.HeaderClassName
{
color: #642DFD;
}
.AnyTagClassName
{
color: #642DFD;
}
</style>
background-color css
<style>
a { background-color: #642DFD; }
a { background-color: rgb(100,45,253); }
div.DivClassName
{
background-color: #642DFD;
}
.BgClassName
{
background-color: #642DFD;
}
</style>
border-color css
<style>
span { border-color: #642DFD; }
span { border-color: rgb(100,45,253); }
td.TdClassName
{
border-color: #642DFD;
}
.TagClassName
{
border-color: #642DFD;
}
</style>