Html Css Color HEX #642BE5 Han Purple

📋 copy color: '#642BE5'

red 100 ◦ green 43 ◦ blue 229

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

Shades of Han Purple #642BE5

Tints of Han Purple #642BE5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.56%

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

R = 26.88%
G = 11.56%
B = 61.56%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#642BE5 (or 0x642BE5) is known color: Han Purple. HEX triplet: 64, 2B and E5. RGB value is (100,43,229). Sum of RGB (Red+Green+Blue) = 100+43+229=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 43 (17.19% from 255 or 11.56% from 372); Blue value is 229 (89.84% from 255 or 61.56% from 372); Max value from RGB is 229 - color contains mainly: blue. Hex color #642BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642BE5 is #9BD41A. Grayscale: #505050. Windows color (decimal): -10212379 or 15018852. OLE color: 15018852.

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

Color convert

RGB 100 43 229 -
CMYK 0.56 0.81 0 0.10
HSL 258.39º 0.78% 0.53% -
HSV(B) 258.39º 0.81% 0.9% -
XYZ 20.26 10.09 75.01 -
YUV 81.25 211.38 141.38 -
System Red Green Blue C M Y K H S L
Decimal 100 43 229 0.56 0.81 0 0.10 258.39 0.78 0.53
Hex 64 2B E5 38 51 0 A 102 4E 35
Octal 144 53 345 70 121 0 12 402 116 65
Binary 1100100 101011 11100101 111000 1010001 0 1010 100000010 1001110 110101

Color Harmonies of #642BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642BE5

Black with #642BE5

Text Example


Text Example

White with #642BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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