Html Css Color HEX #642BFE Han Purple

📋 copy color: '#642BFE'

red 100 ◦ green 43 ◦ blue 254

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

Shades of Han Purple #642BFE

Tints of Han Purple #642BFE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.83%

 BLUE value IS 254 (99.61% from 255) = 63.98%

R = 25.19%
G = 10.83%
B = 63.98%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#642BFE (or 0x642BFE) is known color: Han Purple. HEX triplet: 64, 2B and FE. RGB value is (100,43,254). Sum of RGB (Red+Green+Blue) = 100+43+254=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #642BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642BFE is #9BD401. Grayscale: #535353. Windows color (decimal): -10212354 or 16657252. OLE color: 16657252.

HSL color Cylindrical-coordinate representation of color #642BFE: hue angle of 256.21º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #642BFE is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 43 254 -
CMYK 0.61 0.83 0 0.00
HSL 256.21º 0.99% 0.58% -
HSV(B) 256.21º 0.83% 1% -
XYZ 24.01 11.59 94.74 -
YUV 84.1 223.88 139.34 -
System Red Green Blue C M Y K H S L
Decimal 100 43 254 0.61 0.83 0 0.00 256.21 0.99 0.58
Hex 64 2B FE 3D 53 0 0 100 63 3A
Octal 144 53 376 75 123 0 0 400 143 72
Binary 1100100 101011 11111110 111101 1010011 0 0 100000000 1100011 111010

Color Harmonies of #642BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642BFE

Black with #642BFE

Text Example


Text Example

White with #642BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,43,254); }

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

background-color css

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

 a { background-color: rgb(100,43,254); }

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

border-color css

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

 span { border-color: rgb(100,43,254); }

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