Html Css Color HEX #6420EA Han Purple

📋 copy color: '#6420EA'

red 100 ◦ green 32 ◦ blue 234

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

Shades of Han Purple #6420EA

Tints of Han Purple #6420EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 63.93%

R = 27.32%
G = 8.74%
B = 63.93%

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

#6420EA (or 0x6420EA) is known color: Han Purple. HEX triplet: 64, 20 and EA. RGB value is (100,32,234). Sum of RGB (Red+Green+Blue) = 100+32+234=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #6420EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6420EA is #9BDF15. Grayscale: #4A4A4A. Windows color (decimal): -10215190 or 15343716. OLE color: 15343716.

HSL color Cylindrical-coordinate representation of color #6420EA: hue angle of 260.2º degrees, saturation: 0.83, 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 #6420EA is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 32 234 -
CMYK 0.57 0.86 0 0.08
HSL 260.2º 0.83% 0.52% -
HSV(B) 260.2º 0.86% 0.92% -
XYZ 20.62 9.68 78.62 -
YUV 75.36 217.53 145.57 -
System Red Green Blue C M Y K H S L
Decimal 100 32 234 0.57 0.86 0 0.08 260.2 0.83 0.52
Hex 64 20 EA 39 56 0 8 104 53 34
Octal 144 40 352 71 126 0 10 404 123 64
Binary 1100100 100000 11101010 111001 1010110 0 1000 100000100 1010011 110100

Color Harmonies of #6420EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6420EA

Black with #6420EA

Text Example


Text Example

White with #6420EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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