Html Css Color HEX #641EED Han Purple

📋 copy color: '#641EED'

red 100 ◦ green 30 ◦ blue 237

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

Shades of Han Purple #641EED

Tints of Han Purple #641EED

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.17%

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

R = 27.25%
G = 8.17%
B = 64.58%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#641EED (or 0x641EED) is known color: Han Purple. HEX triplet: 64, 1E and ED. RGB value is (100,30,237). Sum of RGB (Red+Green+Blue) = 100+30+237=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 237 (92.97% from 255 or 64.58% from 367); Max value from RGB is 237 - color contains mainly: blue. Hex color #641EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641EED is #9BE112. Grayscale: #494949. Windows color (decimal): -10215699 or 15539812. OLE color: 15539812.

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

Color convert

RGB 100 30 237 -
CMYK 0.58 0.87 0 0.07
HSL 260.29º 0.85% 0.52% -
HSV(B) 260.29º 0.87% 0.93% -
XYZ 21.01 9.75 80.9 -
YUV 74.53 219.69 146.17 -
System Red Green Blue C M Y K H S L
Decimal 100 30 237 0.58 0.87 0 0.07 260.29 0.85 0.52
Hex 64 1E ED 3A 57 0 7 104 55 34
Octal 144 36 355 72 127 0 7 404 125 64
Binary 1100100 11110 11101101 111010 1010111 0 111 100000100 1010101 110100

Color Harmonies of #641EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641EED

Black with #641EED

Text Example


Text Example

White with #641EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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