Html Css Color HEX #6420E2 Han Purple

📋 copy color: '#6420E2'

red 100 ◦ green 32 ◦ blue 226

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

Shades of Han Purple #6420E2

Tints of Han Purple #6420E2

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.94%

 BLUE value IS 226 (88.67% from 255) = 63.13%

R = 27.93%
G = 8.94%
B = 63.13%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6420E2 (or 0x6420E2) is known color: Han Purple. HEX triplet: 64, 20 and E2. RGB value is (100,32,226). Sum of RGB (Red+Green+Blue) = 100+32+226=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 226 (88.67% from 255 or 63.13% from 358); Max value from RGB is 226 - color contains mainly: blue. Hex color #6420E2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6420E2 is #9BDF1D. Grayscale: #494949. Windows color (decimal): -10215198 or 14819428. OLE color: 14819428.

HSL color Cylindrical-coordinate representation of color #6420E2: hue angle of 261.03º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6420E2 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 100 32 226 -
CMYK 0.56 0.86 0 0.11
HSL 261.03º 0.77% 0.51% -
HSV(B) 261.03º 0.86% 0.89% -
XYZ 19.5 9.23 72.71 -
YUV 74.45 213.53 146.23 -
System Red Green Blue C M Y K H S L
Decimal 100 32 226 0.56 0.86 0 0.11 261.03 0.77 0.51
Hex 64 20 E2 38 56 0 B 105 4D 33
Octal 144 40 342 70 126 0 13 405 115 63
Binary 1100100 100000 11100010 111000 1010110 0 1011 100000101 1001101 110011

Color Harmonies of #6420E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6420E2

Black with #6420E2

Text Example


Text Example

White with #6420E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6420E2; }

 p { color: rgb(100,32,226); }

 H1.HeaderClassName
 {
   color: #6420E2;
 }
 .AnyTagClassName
 {
   color: #6420E2;
 }
</style>

background-color css

<style>
 a { background-color: #6420E2; }

 a { background-color: rgb(100,32,226); }

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

border-color css

<style>
 span { border-color: #6420E2; }

 span { border-color: rgb(100,32,226); }

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