Html Css Color HEX #642EEF Han Purple

📋 copy color: '#642EEF'

red 100 ◦ green 46 ◦ blue 239

#642EEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #642EEF

Tints of Han Purple #642EEF

RGB

 RED value IS 100 (39.45% from 255) = 25.97%

 GREEN value IS 46 (18.36% from 255) = 11.95%

 BLUE value IS 239 (93.75% from 255) = 62.08%

R = 25.97%
G = 11.95%
B = 62.08%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#642EEF (or 0x642EEF) is known color: Han Purple. HEX triplet: 64, 2E and EF. RGB value is (100,46,239). Sum of RGB (Red+Green+Blue) = 100+46+239=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #642EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642EEF is #9BD110. Grayscale: #535353. Windows color (decimal): -10211601 or 15674980. OLE color: 15674980.

HSL color Cylindrical-coordinate representation of color #642EEF: hue angle of 256.79º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #642EEF is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 46 239 -
CMYK 0.58 0.81 0 0.06
HSL 256.79º 0.86% 0.56% -
HSV(B) 256.79º 0.81% 0.94% -
XYZ 21.81 10.9 82.61 -
YUV 84.15 215.39 139.31 -
System Red Green Blue C M Y K H S L
Decimal 100 46 239 0.58 0.81 0 0.06 256.79 0.86 0.56
Hex 64 2E EF 3A 51 0 6 101 56 38
Octal 144 56 357 72 121 0 6 401 126 70
Binary 1100100 101110 11101111 111010 1010001 0 110 100000001 1010110 111000

Color Harmonies of #642EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642EEF

Black with #642EEF

Text Example


Text Example

White with #642EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642EEF; }

 p { color: rgb(100,46,239); }

 H1.HeaderClassName
 {
   color: #642EEF;
 }
 .AnyTagClassName
 {
   color: #642EEF;
 }
</style>

background-color css

<style>
 a { background-color: #642EEF; }

 a { background-color: rgb(100,46,239); }

 div.DivClassName
 {
   background-color: #642EEF;
 }
 .BgClassName
 {
   background-color: #642EEF;
 }
</style>

border-color css

<style>
 span { border-color: #642EEF; }

 span { border-color: rgb(100,46,239); }

 td.TdClassName
 {
   border-color: #642EEF;
 }
 .TagClassName
 {
   border-color: #642EEF;
 }
</style>