Html Css Color HEX #6420EB Han Purple

📋 copy color: '#6420EB'

red 100 ◦ green 32 ◦ blue 235

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

Shades of Han Purple #6420EB

Tints of Han Purple #6420EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.03%

R = 27.25%
G = 8.72%
B = 64.03%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6420EB (or 0x6420EB) is known color: Han Purple. HEX triplet: 64, 20 and EB. RGB value is (100,32,235). Sum of RGB (Red+Green+Blue) = 100+32+235=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 235 (92.19% from 255 or 64.03% from 367); Max value from RGB is 235 - color contains mainly: blue. Hex color #6420EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6420EB is #9BDF14. Grayscale: #4A4A4A. Windows color (decimal): -10215189 or 15409252. OLE color: 15409252.

HSL color Cylindrical-coordinate representation of color #6420EB: hue angle of 260.1º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6420EB is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 32 235 -
CMYK 0.57 0.86 0 0.08
HSL 260.1º 0.84% 0.52% -
HSV(B) 260.1º 0.86% 0.92% -
XYZ 20.77 9.74 79.38 -
YUV 75.47 218.03 145.49 -
System Red Green Blue C M Y K H S L
Decimal 100 32 235 0.57 0.86 0 0.08 260.1 0.84 0.52
Hex 64 20 EB 39 56 0 8 104 54 34
Octal 144 40 353 71 126 0 10 404 124 64
Binary 1100100 100000 11101011 111001 1010110 0 1000 100000100 1010100 110100

Color Harmonies of #6420EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6420EB

Black with #6420EB

Text Example


Text Example

White with #6420EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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