Html Css Color HEX #6421EC Han Purple

📋 copy color: '#6421EC'

red 100 ◦ green 33 ◦ blue 236

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

Shades of Han Purple #6421EC

Tints of Han Purple #6421EC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.94%

 BLUE value IS 236 (92.58% from 255) = 63.96%

R = 27.1%
G = 8.94%
B = 63.96%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6421EC (or 0x6421EC) is known color: Han Purple. HEX triplet: 64, 21 and EC. RGB value is (100,33,236). Sum of RGB (Red+Green+Blue) = 100+33+236=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 236 (92.58% from 255 or 63.96% from 369); Max value from RGB is 236 - color contains mainly: blue. Hex color #6421EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6421EC is #9BDE13. Grayscale: #4B4B4B. Windows color (decimal): -10214932 or 15475044. OLE color: 15475044.

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

Color convert

RGB 100 33 236 -
CMYK 0.58 0.86 0 0.07
HSL 259.8º 0.84% 0.53% -
HSV(B) 259.8º 0.86% 0.93% -
XYZ 20.94 9.85 80.16 -
YUV 76.18 218.2 144.99 -
System Red Green Blue C M Y K H S L
Decimal 100 33 236 0.58 0.86 0 0.07 259.8 0.84 0.53
Hex 64 21 EC 3A 56 0 7 104 54 35
Octal 144 41 354 72 126 0 7 404 124 65
Binary 1100100 100001 11101100 111010 1010110 0 111 100000100 1010100 110101

Color Harmonies of #6421EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6421EC

Black with #6421EC

Text Example


Text Example

White with #6421EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6421EC; }

 p { color: rgb(100,33,236); }

 H1.HeaderClassName
 {
   color: #6421EC;
 }
 .AnyTagClassName
 {
   color: #6421EC;
 }
</style>

background-color css

<style>
 a { background-color: #6421EC; }

 a { background-color: rgb(100,33,236); }

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

border-color css

<style>
 span { border-color: #6421EC; }

 span { border-color: rgb(100,33,236); }

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