Html Css Color HEX #642AE5 Han Purple

📋 copy color: '#642AE5'

red 100 ◦ green 42 ◦ blue 229

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

Shades of Han Purple #642AE5

Tints of Han Purple #642AE5

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.32%

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

R = 26.95%
G = 11.32%
B = 61.73%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#642AE5 (or 0x642AE5) is known color: Han Purple. HEX triplet: 64, 2A and E5. RGB value is (100,42,229). Sum of RGB (Red+Green+Blue) = 100+42+229=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 229 (89.84% from 255 or 61.73% from 371); Max value from RGB is 229 - color contains mainly: blue. Hex color #642AE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642AE5 is #9BD51A. Grayscale: #4F4F4F. Windows color (decimal): -10212635 or 15018596. OLE color: 15018596.

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

Color convert

RGB 100 42 229 -
CMYK 0.56 0.82 0 0.10
HSL 258.61º 0.78% 0.53% -
HSV(B) 258.61º 0.82% 0.9% -
XYZ 20.23 10.02 75 -
YUV 80.66 211.72 141.79 -
System Red Green Blue C M Y K H S L
Decimal 100 42 229 0.56 0.82 0 0.10 258.61 0.78 0.53
Hex 64 2A E5 38 52 0 A 103 4E 35
Octal 144 52 345 70 122 0 12 403 116 65
Binary 1100100 101010 11100101 111000 1010010 0 1010 100000011 1001110 110101

Color Harmonies of #642AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642AE5

Black with #642AE5

Text Example


Text Example

White with #642AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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