Html Css Color HEX #641CEE Han Purple

📋 copy color: '#641CEE'

red 100 ◦ green 28 ◦ blue 238

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

Shades of Han Purple #641CEE

Tints of Han Purple #641CEE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.65%

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

R = 27.32%
G = 7.65%
B = 65.03%

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

#641CEE (or 0x641CEE) is known color: Han Purple. HEX triplet: 64, 1C and EE. RGB value is (100,28,238). Sum of RGB (Red+Green+Blue) = 100+28+238=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #641CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641CEE is #9BE311. Grayscale: #484848. Windows color (decimal): -10216210 or 15604836. OLE color: 15604836.

HSL color Cylindrical-coordinate representation of color #641CEE: hue angle of 260.57º 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 #641CEE is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 28 238 -
CMYK 0.58 0.88 0 0.07
HSL 260.57º 0.86% 0.52% -
HSV(B) 260.57º 0.88% 0.93% -
XYZ 21.1 9.71 81.65 -
YUV 73.47 220.85 146.92 -
System Red Green Blue C M Y K H S L
Decimal 100 28 238 0.58 0.88 0 0.07 260.57 0.86 0.52
Hex 64 1C EE 3A 58 0 7 105 56 34
Octal 144 34 356 72 130 0 7 405 126 64
Binary 1100100 11100 11101110 111010 1011000 0 111 100000101 1010110 110100

Color Harmonies of #641CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641CEE

Black with #641CEE

Text Example


Text Example

White with #641CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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