Html Css Color HEX #642EFD Han Purple

📋 copy color: '#642EFD'

red 100 ◦ green 46 ◦ blue 253

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

Shades of Han Purple #642EFD

Tints of Han Purple #642EFD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.53%

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

R = 25.06%
G = 11.53%
B = 63.41%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#642EFD (or 0x642EFD) is known color: Han Purple. HEX triplet: 64, 2E and FD. RGB value is (100,46,253). Sum of RGB (Red+Green+Blue) = 100+46+253=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #642EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642EFD is #9BD102. Grayscale: #545454. Windows color (decimal): -10211587 or 16592484. OLE color: 16592484.

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

Color convert

RGB 100 46 253 -
CMYK 0.60 0.82 0 0.01
HSL 255.65º 0.98% 0.59% -
HSV(B) 255.65º 0.82% 0.99% -
XYZ 23.96 11.76 93.93 -
YUV 85.74 222.39 138.17 -
System Red Green Blue C M Y K H S L
Decimal 100 46 253 0.60 0.82 0 0.01 255.65 0.98 0.59
Hex 64 2E FD 3C 52 0 1 100 62 3B
Octal 144 56 375 74 122 0 1 400 142 73
Binary 1100100 101110 11111101 111100 1010010 0 1 100000000 1100010 111011

Color Harmonies of #642EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642EFD

Black with #642EFD

Text Example


Text Example

White with #642EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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