Html Css Color HEX #642AEA Han Purple

📋 copy color: '#642AEA'

red 100 ◦ green 42 ◦ blue 234

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

Shades of Han Purple #642AEA

Tints of Han Purple #642AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.23%

R = 26.6%
G = 11.17%
B = 62.23%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#642AEA (or 0x642AEA) is known color: Han Purple. HEX triplet: 64, 2A and EA. RGB value is (100,42,234). Sum of RGB (Red+Green+Blue) = 100+42+234=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #642AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #642AEA is #9BD515. Grayscale: #505050. Windows color (decimal): -10212630 or 15346276. OLE color: 15346276.

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

Color convert

RGB 100 42 234 -
CMYK 0.57 0.82 0 0.08
HSL 258.13º 0.82% 0.54% -
HSV(B) 258.13º 0.82% 0.92% -
XYZ 20.93 10.31 78.73 -
YUV 81.23 214.22 141.39 -
System Red Green Blue C M Y K H S L
Decimal 100 42 234 0.57 0.82 0 0.08 258.13 0.82 0.54
Hex 64 2A EA 39 52 0 8 102 52 36
Octal 144 52 352 71 122 0 10 402 122 66
Binary 1100100 101010 11101010 111001 1010010 0 1000 100000010 1010010 110110

Color Harmonies of #642AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642AEA

Black with #642AEA

Text Example


Text Example

White with #642AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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