Html Css Color HEX #642DF9 Han Purple

📋 copy color: '#642DF9'

red 100 ◦ green 45 ◦ blue 249

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

Shades of Han Purple #642DF9

Tints of Han Purple #642DF9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.42%

 BLUE value IS 249 (97.66% from 255) = 63.2%

R = 25.38%
G = 11.42%
B = 63.2%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#642DF9 (or 0x642DF9) is known color: Han Purple. HEX triplet: 64, 2D and F9. RGB value is (100,45,249). Sum of RGB (Red+Green+Blue) = 100+45+249=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 249 (97.66% from 255 or 63.20% from 394); Max value from RGB is 249 - color contains mainly: blue. Hex color #642DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642DF9 is #9BD206. Grayscale: #535353. Windows color (decimal): -10211847 or 16330084. OLE color: 16330084.

HSL color Cylindrical-coordinate representation of color #642DF9: hue angle of 256.18º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #642DF9 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 45 249 -
CMYK 0.60 0.82 0 0.02
HSL 256.18º 0.94% 0.58% -
HSV(B) 256.18º 0.82% 0.98% -
XYZ 23.29 11.43 90.6 -
YUV 84.7 220.72 138.91 -
System Red Green Blue C M Y K H S L
Decimal 100 45 249 0.60 0.82 0 0.02 256.18 0.94 0.58
Hex 64 2D F9 3C 52 0 2 100 5E 3A
Octal 144 55 371 74 122 0 2 400 136 72
Binary 1100100 101101 11111001 111100 1010010 0 10 100000000 1011110 111010

Color Harmonies of #642DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642DF9

Black with #642DF9

Text Example


Text Example

White with #642DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642DF9; }

 p { color: rgb(100,45,249); }

 H1.HeaderClassName
 {
   color: #642DF9;
 }
 .AnyTagClassName
 {
   color: #642DF9;
 }
</style>

background-color css

<style>
 a { background-color: #642DF9; }

 a { background-color: rgb(100,45,249); }

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

border-color css

<style>
 span { border-color: #642DF9; }

 span { border-color: rgb(100,45,249); }

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