Html Css Color HEX #642EED Han Purple

📋 copy color: '#642EED'

red 100 ◦ green 46 ◦ blue 237

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

Shades of Han Purple #642EED

Tints of Han Purple #642EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.88%

R = 26.11%
G = 12.01%
B = 61.88%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#642EED (or 0x642EED) is known color: Han Purple. HEX triplet: 64, 2E and ED. RGB value is (100,46,237). Sum of RGB (Red+Green+Blue) = 100+46+237=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 237 (92.97% from 255 or 61.88% from 383); Max value from RGB is 237 - color contains mainly: blue. Hex color #642EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642EED is #9BD112. Grayscale: #535353. Windows color (decimal): -10211603 or 15543908. OLE color: 15543908.

HSL color Cylindrical-coordinate representation of color #642EED: hue angle of 256.96º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #642EED is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 46 237 -
CMYK 0.58 0.81 0 0.07
HSL 256.96º 0.84% 0.55% -
HSV(B) 256.96º 0.81% 0.93% -
XYZ 21.52 10.78 81.07 -
YUV 83.92 214.39 139.47 -
System Red Green Blue C M Y K H S L
Decimal 100 46 237 0.58 0.81 0 0.07 256.96 0.84 0.55
Hex 64 2E ED 3A 51 0 7 101 54 37
Octal 144 56 355 72 121 0 7 401 124 67
Binary 1100100 101110 11101101 111010 1010001 0 111 100000001 1010100 110111

Color Harmonies of #642EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642EED

Black with #642EED

Text Example


Text Example

White with #642EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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