Html Css Color HEX #642BE9 Han Purple

📋 copy color: '#642BE9'

red 100 ◦ green 43 ◦ blue 233

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

Shades of Han Purple #642BE9

Tints of Han Purple #642BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 61.97%

R = 26.6%
G = 11.44%
B = 61.97%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#642BE9 (or 0x642BE9) is known color: Han Purple. HEX triplet: 64, 2B and E9. RGB value is (100,43,233). Sum of RGB (Red+Green+Blue) = 100+43+233=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 233 (91.41% from 255 or 61.97% from 376); Max value from RGB is 233 - color contains mainly: blue. Hex color #642BE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642BE9 is #9BD416. Grayscale: #515151. Windows color (decimal): -10212375 or 15280996. OLE color: 15280996.

HSL color Cylindrical-coordinate representation of color #642BE9: hue angle of 258º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #642BE9 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 100 43 233 -
CMYK 0.57 0.82 0 0.09
HSL 258º 0.81% 0.54% -
HSV(B) 258º 0.82% 0.91% -
XYZ 20.83 10.32 77.99 -
YUV 81.7 213.38 141.05 -
System Red Green Blue C M Y K H S L
Decimal 100 43 233 0.57 0.82 0 0.09 258 0.81 0.54
Hex 64 2B E9 39 52 0 9 102 51 36
Octal 144 53 351 71 122 0 11 402 121 66
Binary 1100100 101011 11101001 111001 1010010 0 1001 100000010 1010001 110110

Color Harmonies of #642BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642BE9

Black with #642BE9

Text Example


Text Example

White with #642BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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