Shades of Han Purple #642BED
Tints of Han Purple #642BED
RGB
CMYK
RGB Variations
Color information
#642BED (or 0x642BED) is known color: Han Purple. HEX triplet: 64, 2B and ED. RGB value is (100,43,237). Sum of RGB (Red+Green+Blue) = 100+43+237=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #642BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642BED is #9BD412. Grayscale: #515151. Windows color (decimal): -10212371 or 15543140. OLE color: 15543140.
HSL color Cylindrical-coordinate representation of color #642BED: hue angle of 257.63º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #642BED is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 43 | 237 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.07 |
| HSL | 257.63º | 0.84% | 0.55% | - |
| HSV(B) | 257.63º | 0.82% | 0.93% | - |
| XYZ | 21.41 | 10.55 | 81.03 | - |
| YUV | 82.16 | 215.38 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 237 | 0.58 | 0.82 | 0 | 0.07 | 257.63 | 0.84 | 0.55 |
| Hex | 64 | 2B | ED | 3A | 52 | 0 | 7 | 102 | 54 | 37 |
| Octal | 144 | 53 | 355 | 72 | 122 | 0 | 7 | 402 | 124 | 67 |
| Binary | 1100100 | 101011 | 11101101 | 111010 | 1010010 | 0 | 111 | 100000010 | 1010100 | 110111 |
Color Harmonies of #642BED
Complementary color
Monochromatic Colors of #642BED
Black with #642BED
Text Example
Text Example
White with #642BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642BED; }
p { color: rgb(100,43,237); }
H1.HeaderClassName
{
color: #642BED;
}
.AnyTagClassName
{
color: #642BED;
}
</style>
background-color css
<style>
a { background-color: #642BED; }
a { background-color: rgb(100,43,237); }
div.DivClassName
{
background-color: #642BED;
}
.BgClassName
{
background-color: #642BED;
}
</style>
border-color css
<style>
span { border-color: #642BED; }
span { border-color: rgb(100,43,237); }
td.TdClassName
{
border-color: #642BED;
}
.TagClassName
{
border-color: #642BED;
}
</style>