Html Css Color HEX #6428EA Han Purple

📋 copy color: '#6428EA'

red 100 ◦ green 40 ◦ blue 234

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

Shades of Han Purple #6428EA

Tints of Han Purple #6428EA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.7%

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

R = 26.74%
G = 10.7%
B = 62.57%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6428EA (or 0x6428EA) is known color: Han Purple. HEX triplet: 64, 28 and EA. RGB value is (100,40,234). Sum of RGB (Red+Green+Blue) = 100+40+234=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #6428EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6428EA is #9BD715. Grayscale: #4F4F4F. Windows color (decimal): -10213142 or 15345764. OLE color: 15345764.

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

Color convert

RGB 100 40 234 -
CMYK 0.57 0.83 0 0.08
HSL 258.56º 0.82% 0.54% -
HSV(B) 258.56º 0.83% 0.92% -
XYZ 20.87 10.17 78.7 -
YUV 80.06 214.88 142.23 -
System Red Green Blue C M Y K H S L
Decimal 100 40 234 0.57 0.83 0 0.08 258.56 0.82 0.54
Hex 64 28 EA 39 53 0 8 103 52 36
Octal 144 50 352 71 123 0 10 403 122 66
Binary 1100100 101000 11101010 111001 1010011 0 1000 100000011 1010010 110110

Color Harmonies of #6428EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6428EA

Black with #6428EA

Text Example


Text Example

White with #6428EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6428EA; }

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

 H1.HeaderClassName
 {
   color: #6428EA;
 }
 .AnyTagClassName
 {
   color: #6428EA;
 }
</style>

background-color css

<style>
 a { background-color: #6428EA; }

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

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

border-color css

<style>
 span { border-color: #6428EA; }

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

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