Html Css Color HEX #6420EE Han Purple

📋 copy color: '#6420EE'

red 100 ◦ green 32 ◦ blue 238

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

Shades of Han Purple #6420EE

Tints of Han Purple #6420EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 64.32%

R = 27.03%
G = 8.65%
B = 64.32%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6420EE (or 0x6420EE) is known color: Han Purple. HEX triplet: 64, 20 and EE. RGB value is (100,32,238). Sum of RGB (Red+Green+Blue) = 100+32+238=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #6420EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6420EE is #9BDF11. Grayscale: #4B4B4B. Windows color (decimal): -10215186 or 15605860. OLE color: 15605860.

HSL color Cylindrical-coordinate representation of color #6420EE: hue angle of 259.81º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6420EE is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 32 238 -
CMYK 0.58 0.87 0 0.07
HSL 259.81º 0.86% 0.53% -
HSV(B) 259.81º 0.87% 0.93% -
XYZ 21.2 9.92 81.69 -
YUV 75.82 219.53 145.25 -
System Red Green Blue C M Y K H S L
Decimal 100 32 238 0.58 0.87 0 0.07 259.81 0.86 0.53
Hex 64 20 EE 3A 57 0 7 104 56 35
Octal 144 40 356 72 127 0 7 404 126 65
Binary 1100100 100000 11101110 111010 1010111 0 111 100000100 1010110 110101

Color Harmonies of #6420EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6420EE

Black with #6420EE

Text Example


Text Example

White with #6420EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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