Html Css Color HEX #642FE5 Han Purple

📋 copy color: '#642FE5'

red 100 ◦ green 47 ◦ blue 229

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

Shades of Han Purple #642FE5

Tints of Han Purple #642FE5

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.5%

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

R = 26.6%
G = 12.5%
B = 60.9%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#642FE5 (or 0x642FE5) is known color: Han Purple. HEX triplet: 64, 2F and E5. RGB value is (100,47,229). Sum of RGB (Red+Green+Blue) = 100+47+229=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 229 (89.84% from 255 or 60.90% from 376); Max value from RGB is 229 - color contains mainly: blue. Hex color #642FE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642FE5 is #9BD01A. Grayscale: #525252. Windows color (decimal): -10211355 or 15019876. OLE color: 15019876.

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

Color convert

RGB 100 47 229 -
CMYK 0.56 0.79 0 0.10
HSL 257.47º 0.78% 0.54% -
HSV(B) 257.47º 0.79% 0.9% -
XYZ 20.41 10.4 75.06 -
YUV 83.6 210.06 139.7 -
System Red Green Blue C M Y K H S L
Decimal 100 47 229 0.56 0.79 0 0.10 257.47 0.78 0.54
Hex 64 2F E5 38 4F 0 A 101 4E 36
Octal 144 57 345 70 117 0 12 401 116 66
Binary 1100100 101111 11100101 111000 1001111 0 1010 100000001 1001110 110110

Color Harmonies of #642FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642FE5

Black with #642FE5

Text Example


Text Example

White with #642FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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