Html Css Color HEX #641AEF Han Purple

📋 copy color: '#641AEF'

red 100 ◦ green 26 ◦ blue 239

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

Shades of Han Purple #641AEF

Tints of Han Purple #641AEF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.12%

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

R = 27.4%
G = 7.12%
B = 65.48%

CMYK

 C value IS 0.58

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#641AEF (or 0x641AEF) is known color: Han Purple. HEX triplet: 64, 1A and EF. RGB value is (100,26,239). Sum of RGB (Red+Green+Blue) = 100+26+239=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 239 (93.75% from 255 or 65.48% from 365); Max value from RGB is 239 - color contains mainly: blue. Hex color #641AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641AEF is #9BE510. Grayscale: #474747. Windows color (decimal): -10216721 or 15669860. OLE color: 15669860.

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

Color convert

RGB 100 26 239 -
CMYK 0.58 0.89 0 0.06
HSL 260.85º 0.87% 0.52% -
HSV(B) 260.85º 0.89% 0.94% -
XYZ 21.2 9.68 82.41 -
YUV 72.41 222.02 147.68 -
System Red Green Blue C M Y K H S L
Decimal 100 26 239 0.58 0.89 0 0.06 260.85 0.87 0.52
Hex 64 1A EF 3A 59 0 6 105 57 34
Octal 144 32 357 72 131 0 6 405 127 64
Binary 1100100 11010 11101111 111010 1011001 0 110 100000101 1010111 110100

Color Harmonies of #641AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641AEF

Black with #641AEF

Text Example


Text Example

White with #641AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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