Html Css Color HEX #6428FA Han Purple

📋 copy color: '#6428FA'

red 100 ◦ green 40 ◦ blue 250

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

Shades of Han Purple #6428FA

Tints of Han Purple #6428FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.1%

R = 25.64%
G = 10.26%
B = 64.1%

CMYK

 C value IS 0.6

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6428FA (or 0x6428FA) is known color: Han Purple. HEX triplet: 64, 28 and FA. RGB value is (100,40,250). Sum of RGB (Red+Green+Blue) = 100+40+250=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #6428FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6428FA is #9BD705. Grayscale: #515151. Windows color (decimal): -10213126 or 16394340. OLE color: 16394340.

HSL color Cylindrical-coordinate representation of color #6428FA: hue angle of 257.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6428FA is Cyan = 0.6, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 40 250 -
CMYK 0.6 0.84 0 0.02
HSL 257.14º 0.95% 0.57% -
HSV(B) 257.14º 0.84% 0.98% -
XYZ 23.27 11.13 91.36 -
YUV 81.88 222.88 140.92 -
System Red Green Blue C M Y K H S L
Decimal 100 40 250 0.6 0.84 0 0.02 257.14 0.95 0.57
Hex 64 28 FA 3C 54 0 2 101 5F 39
Octal 144 50 372 74 124 0 2 401 137 71
Binary 1100100 101000 11111010 111100 1010100 0 10 100000001 1011111 111001

Color Harmonies of #6428FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6428FA

Black with #6428FA

Text Example


Text Example

White with #6428FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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