Html Css Color HEX #641CFA Han Purple

📋 copy color: '#641CFA'

red 100 ◦ green 28 ◦ blue 250

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

Shades of Han Purple #641CFA

Tints of Han Purple #641CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 66.14%

R = 26.46%
G = 7.41%
B = 66.14%

CMYK

 C value IS 0.6

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#641CFA (or 0x641CFA) is known color: Han Purple. HEX triplet: 64, 1C and FA. RGB value is (100,28,250). Sum of RGB (Red+Green+Blue) = 100+28+250=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #641CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641CFA is #9BE305. Grayscale: #4A4A4A. Windows color (decimal): -10216198 or 16391268. OLE color: 16391268.

HSL color Cylindrical-coordinate representation of color #641CFA: hue angle of 259.46º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #641CFA is Cyan = 0.6, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 28 250 -
CMYK 0.6 0.89 0 0.02
HSL 259.46º 0.96% 0.55% -
HSV(B) 259.46º 0.89% 0.98% -
XYZ 22.93 10.44 91.25 -
YUV 74.84 226.85 145.95 -
System Red Green Blue C M Y K H S L
Decimal 100 28 250 0.6 0.89 0 0.02 259.46 0.96 0.55
Hex 64 1C FA 3C 59 0 2 103 60 37
Octal 144 34 372 74 131 0 2 403 140 67
Binary 1100100 11100 11111010 111100 1011001 0 10 100000011 1100000 110111

Color Harmonies of #641CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641CFA

Black with #641CFA

Text Example


Text Example

White with #641CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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