Html Css Color HEX #6420F3 Han Purple

📋 copy color: '#6420F3'

red 100 ◦ green 32 ◦ blue 243

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

Shades of Han Purple #6420F3

Tints of Han Purple #6420F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 64.8%

R = 26.67%
G = 8.53%
B = 64.8%

CMYK

 C value IS 0.59

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6420F3 (or 0x6420F3) is known color: Han Purple. HEX triplet: 64, 20 and F3. RGB value is (100,32,243). Sum of RGB (Red+Green+Blue) = 100+32+243=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 243 (95.31% from 255 or 64.8% from 375); Max value from RGB is 243 - color contains mainly: blue. Hex color #6420F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6420F3 is #9BDF0C. Grayscale: #4B4B4B. Windows color (decimal): -10215181 or 15933540. OLE color: 15933540.

HSL color Cylindrical-coordinate representation of color #6420F3: hue angle of 259.34º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6420F3 is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 32 243 -
CMYK 0.59 0.87 0 0.05
HSL 259.34º 0.9% 0.54% -
HSV(B) 259.34º 0.87% 0.95% -
XYZ 21.95 10.21 85.61 -
YUV 76.39 222.03 144.84 -
System Red Green Blue C M Y K H S L
Decimal 100 32 243 0.59 0.87 0 0.05 259.34 0.9 0.54
Hex 64 20 F3 3B 57 0 5 103 5A 36
Octal 144 40 363 73 127 0 5 403 132 66
Binary 1100100 100000 11110011 111011 1010111 0 101 100000011 1011010 110110

Color Harmonies of #6420F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6420F3

Black with #6420F3

Text Example


Text Example

White with #6420F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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