Html Css Color HEX #642EE5 Han Purple

📋 copy color: '#642EE5'

red 100 ◦ green 46 ◦ blue 229

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

Shades of Han Purple #642EE5

Tints of Han Purple #642EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 61.07%

R = 26.67%
G = 12.27%
B = 61.07%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#642EE5 (or 0x642EE5) is known color: Han Purple. HEX triplet: 64, 2E and E5. RGB value is (100,46,229). Sum of RGB (Red+Green+Blue) = 100+46+229=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 229 (89.84% from 255 or 61.07% from 375); Max value from RGB is 229 - color contains mainly: blue. Hex color #642EE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642EE5 is #9BD11A. Grayscale: #525252. Windows color (decimal): -10211611 or 15019620. OLE color: 15019620.

HSL color Cylindrical-coordinate representation of color #642EE5: hue angle of 257.7º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #642EE5 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 100 46 229 -
CMYK 0.56 0.80 0 0.10
HSL 257.7º 0.78% 0.54% -
HSV(B) 257.7º 0.8% 0.9% -
XYZ 20.38 10.32 75.05 -
YUV 83.01 210.39 140.12 -
System Red Green Blue C M Y K H S L
Decimal 100 46 229 0.56 0.80 0 0.10 257.7 0.78 0.54
Hex 64 2E E5 38 50 0 A 102 4E 36
Octal 144 56 345 70 120 0 12 402 116 66
Binary 1100100 101110 11100101 111000 1010000 0 1010 100000010 1001110 110110

Color Harmonies of #642EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642EE5

Black with #642EE5

Text Example


Text Example

White with #642EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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