Html Css Color HEX #641CEF Han Purple

📋 copy color: '#641CEF'

red 100 ◦ green 28 ◦ blue 239

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

Shades of Han Purple #641CEF

Tints of Han Purple #641CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 65.12%

R = 27.25%
G = 7.63%
B = 65.12%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#641CEF (or 0x641CEF) is known color: Han Purple. HEX triplet: 64, 1C and EF. RGB value is (100,28,239). Sum of RGB (Red+Green+Blue) = 100+28+239=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #641CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641CEF is #9BE310. Grayscale: #484848. Windows color (decimal): -10216209 or 15670372. OLE color: 15670372.

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

Color convert

RGB 100 28 239 -
CMYK 0.58 0.88 0 0.06
HSL 260.47º 0.87% 0.52% -
HSV(B) 260.47º 0.88% 0.94% -
XYZ 21.25 9.77 82.43 -
YUV 73.58 221.35 146.84 -
System Red Green Blue C M Y K H S L
Decimal 100 28 239 0.58 0.88 0 0.06 260.47 0.87 0.52
Hex 64 1C EF 3A 58 0 6 104 57 34
Octal 144 34 357 72 130 0 6 404 127 64
Binary 1100100 11100 11101111 111010 1011000 0 110 100000100 1010111 110100

Color Harmonies of #641CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641CEF

Black with #641CEF

Text Example


Text Example

White with #641CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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