Shades of Han Purple #642BEF
Tints of Han Purple #642BEF
RGB
CMYK
RGB Variations
Color information
#642BEF (or 0x642BEF) is known color: Han Purple. HEX triplet: 64, 2B and EF. RGB value is (100,43,239). Sum of RGB (Red+Green+Blue) = 100+43+239=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #642BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642BEF is #9BD410. Grayscale: #515151. Windows color (decimal): -10212369 or 15674212. OLE color: 15674212.
HSL color Cylindrical-coordinate representation of color #642BEF: hue angle of 257.45º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #642BEF is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 43 | 239 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.06 |
| HSL | 257.45º | 0.86% | 0.55% | - |
| HSV(B) | 257.45º | 0.82% | 0.94% | - |
| XYZ | 21.7 | 10.67 | 82.58 | - |
| YUV | 82.39 | 216.38 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 239 | 0.58 | 0.82 | 0 | 0.06 | 257.45 | 0.86 | 0.55 |
| Hex | 64 | 2B | EF | 3A | 52 | 0 | 6 | 101 | 56 | 37 |
| Octal | 144 | 53 | 357 | 72 | 122 | 0 | 6 | 401 | 126 | 67 |
| Binary | 1100100 | 101011 | 11101111 | 111010 | 1010010 | 0 | 110 | 100000001 | 1010110 | 110111 |
Color Harmonies of #642BEF
Complementary color
Monochromatic Colors of #642BEF
Black with #642BEF
Text Example
Text Example
White with #642BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642BEF; }
p { color: rgb(100,43,239); }
H1.HeaderClassName
{
color: #642BEF;
}
.AnyTagClassName
{
color: #642BEF;
}
</style>
background-color css
<style>
a { background-color: #642BEF; }
a { background-color: rgb(100,43,239); }
div.DivClassName
{
background-color: #642BEF;
}
.BgClassName
{
background-color: #642BEF;
}
</style>
border-color css
<style>
span { border-color: #642BEF; }
span { border-color: rgb(100,43,239); }
td.TdClassName
{
border-color: #642BEF;
}
.TagClassName
{
border-color: #642BEF;
}
</style>