Html Css Color HEX #641DEE Han Purple

📋 copy color: '#641DEE'

red 100 ◦ green 29 ◦ blue 238

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

Shades of Han Purple #641DEE

Tints of Han Purple #641DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.9%

 BLUE value IS 238 (93.36% from 255) = 64.85%

R = 27.25%
G = 7.9%
B = 64.85%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#641DEE (or 0x641DEE) is known color: Han Purple. HEX triplet: 64, 1D and EE. RGB value is (100,29,238). Sum of RGB (Red+Green+Blue) = 100+29+238=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #641DEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641DEE is #9BE211. Grayscale: #494949. Windows color (decimal): -10215954 or 15605092. OLE color: 15605092.

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

Color convert

RGB 100 29 238 -
CMYK 0.58 0.88 0 0.07
HSL 260.38º 0.86% 0.52% -
HSV(B) 260.38º 0.88% 0.93% -
XYZ 21.13 9.76 81.66 -
YUV 74.06 220.52 146.51 -
System Red Green Blue C M Y K H S L
Decimal 100 29 238 0.58 0.88 0 0.07 260.38 0.86 0.52
Hex 64 1D EE 3A 58 0 7 104 56 34
Octal 144 35 356 72 130 0 7 404 126 64
Binary 1100100 11101 11101110 111010 1011000 0 111 100000100 1010110 110100

Color Harmonies of #641DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641DEE

Black with #641DEE

Text Example


Text Example

White with #641DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,29,238); }

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

background-color css

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

 a { background-color: rgb(100,29,238); }

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

border-color css

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

 span { border-color: rgb(100,29,238); }

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