Html Css Color HEX #642AFF Han Purple

📋 copy color: '#642AFF'

red 100 ◦ green 42 ◦ blue 255

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

Shades of Han Purple #642AFF

Tints of Han Purple #642AFF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.58%

 BLUE value IS 255 (100% from 255) = 64.23%

R = 25.19%
G = 10.58%
B = 64.23%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#642AFF (or 0x642AFF) is known color: Han Purple. HEX triplet: 64, 2A and FF. RGB value is (100,42,255). Sum of RGB (Red+Green+Blue) = 100+42+255=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 255 (100% from 255 or 64.23% from 397); Max value from RGB is 255 - color contains mainly: blue. Hex color #642AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642AFF is #9BD500. Grayscale: #525252. Windows color (decimal): -10212609 or 16722532. OLE color: 16722532.

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

Color convert

RGB 100 42 255 -
CMYK 0.61 0.84 0 0
HSL 256.34º 1% 0.58% -
HSV(B) 256.34º 0.84% 1% -
XYZ 24.13 11.59 95.57 -
YUV 83.62 224.72 139.68 -
System Red Green Blue C M Y K H S L
Decimal 100 42 255 0.61 0.84 0 0 256.34 1 0.58
Hex 64 2A FF 3D 54 0 0 100 64 3A
Octal 144 52 377 75 124 0 0 400 144 72
Binary 1100100 101010 11111111 111101 1010100 0 0 100000000 1100100 111010

Color Harmonies of #642AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642AFF

Black with #642AFF

Text Example


Text Example

White with #642AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,42,255); }

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

background-color css

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

 a { background-color: rgb(100,42,255); }

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

border-color css

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

 span { border-color: rgb(100,42,255); }

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