Html Css Color HEX #6420F9 Han Purple

📋 copy color: '#6420F9'

red 100 ◦ green 32 ◦ blue 249

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

Shades of Han Purple #6420F9

Tints of Han Purple #6420F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 65.35%

R = 26.25%
G = 8.4%
B = 65.35%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6420F9 (or 0x6420F9) is known color: Han Purple. HEX triplet: 64, 20 and F9. RGB value is (100,32,249). Sum of RGB (Red+Green+Blue) = 100+32+249=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 249 (97.66% from 255 or 65.35% from 381); Max value from RGB is 249 - color contains mainly: blue. Hex color #6420F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6420F9 is #9BDF06. Grayscale: #4C4C4C. Windows color (decimal): -10215175 or 16326756. OLE color: 16326756.

HSL color Cylindrical-coordinate representation of color #6420F9: hue angle of 258.8º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6420F9 is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 32 249 -
CMYK 0.60 0.87 0 0.02
HSL 258.8º 0.95% 0.55% -
HSV(B) 258.8º 0.87% 0.98% -
XYZ 22.87 10.58 90.46 -
YUV 77.07 225.03 144.36 -
System Red Green Blue C M Y K H S L
Decimal 100 32 249 0.60 0.87 0 0.02 258.8 0.95 0.55
Hex 64 20 F9 3C 57 0 2 103 5F 37
Octal 144 40 371 74 127 0 2 403 137 67
Binary 1100100 100000 11111001 111100 1010111 0 10 100000011 1011111 110111

Color Harmonies of #6420F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6420F9

Black with #6420F9

Text Example


Text Example

White with #6420F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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