Html Css Color HEX #641CF0 Han Purple

📋 copy color: '#641CF0'

red 100 ◦ green 28 ◦ blue 240

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

Shades of Han Purple #641CF0

Tints of Han Purple #641CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 65.22%

R = 27.17%
G = 7.61%
B = 65.22%

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

#641CF0 (or 0x641CF0) is known color: Han Purple. HEX triplet: 64, 1C and F0. RGB value is (100,28,240). Sum of RGB (Red+Green+Blue) = 100+28+240=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 240 (94.14% from 255 or 65.22% from 368); Max value from RGB is 240 - color contains mainly: blue. Hex color #641CF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641CF0 is #9BE30F. Grayscale: #484848. Windows color (decimal): -10216208 or 15735908. OLE color: 15735908.

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

Color convert

RGB 100 28 240 -
CMYK 0.58 0.88 0 0.06
HSL 260.38º 0.88% 0.53% -
HSV(B) 260.38º 0.88% 0.94% -
XYZ 21.4 9.83 83.21 -
YUV 73.7 221.85 146.76 -
System Red Green Blue C M Y K H S L
Decimal 100 28 240 0.58 0.88 0 0.06 260.38 0.88 0.53
Hex 64 1C F0 3A 58 0 6 104 58 35
Octal 144 34 360 72 130 0 6 404 130 65
Binary 1100100 11100 11110000 111010 1011000 0 110 100000100 1011000 110101

Color Harmonies of #641CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641CF0

Black with #641CF0

Text Example


Text Example

White with #641CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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