Shades of Han Purple #641DEA
Tints of Han Purple #641DEA
RGB
CMYK
RGB Variations
Color information
#641DEA (or 0x641DEA) is known color: Han Purple. HEX triplet: 64, 1D and EA. RGB value is (100,29,234). Sum of RGB (Red+Green+Blue) = 100+29+234=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #641DEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641DEA is #9BE215. Grayscale: #484848. Windows color (decimal): -10215958 or 15342948. OLE color: 15342948.
HSL color Cylindrical-coordinate representation of color #641DEA: hue angle of 260.78º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641DEA is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 29 | 234 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.08 |
| HSL | 260.78º | 0.83% | 0.52% | - |
| HSV(B) | 260.78º | 0.88% | 0.92% | - |
| XYZ | 20.55 | 9.53 | 78.6 | - |
| YUV | 73.6 | 218.52 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 234 | 0.57 | 0.88 | 0 | 0.08 | 260.78 | 0.83 | 0.52 |
| Hex | 64 | 1D | EA | 39 | 58 | 0 | 8 | 105 | 53 | 34 |
| Octal | 144 | 35 | 352 | 71 | 130 | 0 | 10 | 405 | 123 | 64 |
| Binary | 1100100 | 11101 | 11101010 | 111001 | 1011000 | 0 | 1000 | 100000101 | 1010011 | 110100 |
Color Harmonies of #641DEA
Complementary color
Monochromatic Colors of #641DEA
Black with #641DEA
Text Example
Text Example
White with #641DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641DEA; }
p { color: rgb(100,29,234); }
H1.HeaderClassName
{
color: #641DEA;
}
.AnyTagClassName
{
color: #641DEA;
}
</style>
background-color css
<style>
a { background-color: #641DEA; }
a { background-color: rgb(100,29,234); }
div.DivClassName
{
background-color: #641DEA;
}
.BgClassName
{
background-color: #641DEA;
}
</style>
border-color css
<style>
span { border-color: #641DEA; }
span { border-color: rgb(100,29,234); }
td.TdClassName
{
border-color: #641DEA;
}
.TagClassName
{
border-color: #641DEA;
}
</style>