Html Css Color HEX #641FFD Han Purple

📋 copy color: '#641FFD'

red 100 ◦ green 31 ◦ blue 253

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

Shades of Han Purple #641FFD

Tints of Han Purple #641FFD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.07%

 BLUE value IS 253 (99.22% from 255) = 65.89%

R = 26.04%
G = 8.07%
B = 65.89%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#641FFD (or 0x641FFD) is known color: Han Purple. HEX triplet: 64, 1F and FD. RGB value is (100,31,253). Sum of RGB (Red+Green+Blue) = 100+31+253=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #641FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #641FFD is #9BE002. Grayscale: #4C4C4C. Windows color (decimal): -10215427 or 16588644. OLE color: 16588644.

HSL color Cylindrical-coordinate representation of color #641FFD: hue angle of 258.65º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641FFD is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 31 253 -
CMYK 0.60 0.88 0 0.01
HSL 258.65º 0.98% 0.56% -
HSV(B) 258.65º 0.88% 0.99% -
XYZ 23.48 10.78 93.77 -
YUV 76.94 227.36 144.45 -
System Red Green Blue C M Y K H S L
Decimal 100 31 253 0.60 0.88 0 0.01 258.65 0.98 0.56
Hex 64 1F FD 3C 58 0 1 103 62 38
Octal 144 37 375 74 130 0 1 403 142 70
Binary 1100100 11111 11111101 111100 1011000 0 1 100000011 1100010 111000

Color Harmonies of #641FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641FFD

Black with #641FFD

Text Example


Text Example

White with #641FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,31,253); }

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

background-color css

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

 a { background-color: rgb(100,31,253); }

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

border-color css

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

 span { border-color: rgb(100,31,253); }

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