Shades of Han Purple #642FEA
Tints of Han Purple #642FEA
RGB
CMYK
RGB Variations
Color information
#642FEA (or 0x642FEA) is known color: Han Purple. HEX triplet: 64, 2F and EA. RGB value is (100,47,234). Sum of RGB (Red+Green+Blue) = 100+47+234=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #642FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642FEA is #9BD015. Grayscale: #535353. Windows color (decimal): -10211350 or 15347556. OLE color: 15347556.
HSL color Cylindrical-coordinate representation of color #642FEA: hue angle of 257.01º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #642FEA is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 47 | 234 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.08 |
| HSL | 257.01º | 0.82% | 0.55% | - |
| HSV(B) | 257.01º | 0.8% | 0.92% | - |
| XYZ | 21.12 | 10.68 | 78.79 | - |
| YUV | 84.17 | 212.56 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 47 | 234 | 0.57 | 0.80 | 0 | 0.08 | 257.01 | 0.82 | 0.55 |
| Hex | 64 | 2F | EA | 39 | 50 | 0 | 8 | 101 | 52 | 37 |
| Octal | 144 | 57 | 352 | 71 | 120 | 0 | 10 | 401 | 122 | 67 |
| Binary | 1100100 | 101111 | 11101010 | 111001 | 1010000 | 0 | 1000 | 100000001 | 1010010 | 110111 |
Color Harmonies of #642FEA
Complementary color
Monochromatic Colors of #642FEA
Black with #642FEA
Text Example
Text Example
White with #642FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642FEA; }
p { color: rgb(100,47,234); }
H1.HeaderClassName
{
color: #642FEA;
}
.AnyTagClassName
{
color: #642FEA;
}
</style>
background-color css
<style>
a { background-color: #642FEA; }
a { background-color: rgb(100,47,234); }
div.DivClassName
{
background-color: #642FEA;
}
.BgClassName
{
background-color: #642FEA;
}
</style>
border-color css
<style>
span { border-color: #642FEA; }
span { border-color: rgb(100,47,234); }
td.TdClassName
{
border-color: #642FEA;
}
.TagClassName
{
border-color: #642FEA;
}
</style>