Html Css Color HEX #6421ED Han Purple

📋 copy color: '#6421ED'

red 100 ◦ green 33 ◦ blue 237

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

Shades of Han Purple #6421ED

Tints of Han Purple #6421ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.05%

R = 27.03%
G = 8.92%
B = 64.05%

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

#6421ED (or 0x6421ED) is known color: Han Purple. HEX triplet: 64, 21 and ED. RGB value is (100,33,237). Sum of RGB (Red+Green+Blue) = 100+33+237=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #6421ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6421ED is #9BDE12. Grayscale: #4B4B4B. Windows color (decimal): -10214931 or 15540580. OLE color: 15540580.

HSL color Cylindrical-coordinate representation of color #6421ED: hue angle of 259.71º degrees, saturation: 0.85, 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 #6421ED is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 33 237 -
CMYK 0.58 0.86 0 0.07
HSL 259.71º 0.85% 0.53% -
HSV(B) 259.71º 0.86% 0.93% -
XYZ 21.09 9.91 80.92 -
YUV 76.29 218.7 144.91 -
System Red Green Blue C M Y K H S L
Decimal 100 33 237 0.58 0.86 0 0.07 259.71 0.85 0.53
Hex 64 21 ED 3A 56 0 7 104 55 35
Octal 144 41 355 72 126 0 7 404 125 65
Binary 1100100 100001 11101101 111010 1010110 0 111 100000100 1010101 110101

Color Harmonies of #6421ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6421ED

Black with #6421ED

Text Example


Text Example

White with #6421ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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